Search found 37 matches

by Andries Pretorius
Wed Jun 24, 2015 3:52 am
Forum: EzSBC1
Topic: Machine epsilon of the EzSBC1
Replies: 1
Views: 9385

Re: Machine epsilon of the EzSBC1

Thanks!
by Andries Pretorius
Wed Jun 24, 2015 3:16 am
Forum: EzSBC1
Topic: ATAN2 missing?
Replies: 3
Views: 11148

Re: ATAN2 missing?

ATAN2 was first implemented in the Control BASIC v0.75 firmware. I therefore tested ATAN2 with the following firmware versions: Control BASIC v0.75 Control BASIC v0.76 Control BASIC v0.77 Control BASIC v0.78 Control BASIC v0.79 Control BASIC v0.80 I can confirm that ATAN2 ONLY works in the Control B...
by Andries Pretorius
Wed Jun 24, 2015 12:40 am
Forum: EzSBC1
Topic: ATAN2 missing?
Replies: 3
Views: 11148

Re: ATAN2 missing?

Agree. I've got Control BASIC v0.79. Gives the same error!
by Andries Pretorius
Mon Feb 09, 2015 1:34 am
Forum: EzSBC1
Topic: EZsbc gps speedometer
Replies: 1
Views: 8875

Re: EZsbc gps speedometer

Thank you for an interesting project speedracer!

Best regards

Andries
by Andries Pretorius
Sat Feb 07, 2015 6:20 am
Forum: ArduRF Family
Topic: Demonstration Code
Replies: 1
Views: 11588

Re: Demonstration Code

Thanks Daniel!
by Andries Pretorius
Thu Jan 29, 2015 11:16 pm
Forum: EzSBC1
Topic: I2C workaround
Replies: 1
Views: 8185

Re: I2C workaround

Thanks for sharing!

Andries Pretorius
by Andries Pretorius
Sun Aug 31, 2014 9:08 pm
Forum: EzSBC1
Topic: Updated Programmng Manual
Replies: 2
Views: 10630

Re: Updated Programmng Manual

http://www.ezsbc.com/index.php/products ... APv5sWSx34

Look under the Downloads Tab.

Eazy peasy!
by Andries Pretorius
Mon Jul 28, 2014 5:27 am
Forum: EzSBC1
Topic: Interrupt support
Replies: 9
Views: 21733

Re: Interrupt support

Thanks for the feedback Daniel.

Andries
by Andries Pretorius
Fri Jul 25, 2014 12:13 am
Forum: EzSBC1
Topic: Interrupt support
Replies: 9
Views: 21733

Re: Interrupt support

I would also appreciate a response to this question Daniel.

Best regards

Andries Pretorius
by Andries Pretorius
Wed Dec 11, 2013 9:50 pm
Forum: EzSBC1
Topic: SERBNG Command ????
Replies: 5
Views: 14777

Re: SERBNG Command ????

I also tested SERBNG with Borje's code. My results are the same as Borje's - no output.

Regards

Andries
by Andries Pretorius
Fri Nov 22, 2013 4:14 am
Forum: EzSBC1
Topic: How to store/read numerical parameters from EEPROM ?
Replies: 9
Views: 22674

Re: How to store/read numerical parameters from EEPROM ?

Thank you for your feedback Borje. I also now operate the same firmware version and I have tested your program using a 24LC512. The question of recognising the page boundaries of the EEPROM is quite important. Please refer the following article using an Arduino example: www.hobbytronics.co.uk/eeprom...
by Andries Pretorius
Fri Nov 15, 2013 8:24 pm
Forum: EzSBC1
Topic: How to store/read numerical parameters from EEPROM ?
Replies: 9
Views: 22674

Re: How to store/read numerical parameters from EEPROM ?

Its a pleasure Borje. I just hope that my code still works. Have not tested in in some time. To activate code window, just open the POSTREPLY editor, press the Code button A and the text in B will be inserted. Now just paste your code between the square brackets at point B. Press Preview to see the ...
by Andries Pretorius
Thu Nov 14, 2013 8:30 pm
Forum: EzSBC1
Topic: How to store/read numerical parameters from EEPROM ?
Replies: 9
Views: 22674

Re: How to store/read numerical parameters from EEPROM ?

Hi Borje. I can confirm that the current address parameter of the Conrtol Basic I2C command is restricted a single byte (8bit) address, which limits its use to EEPROMs with a single byte address only. EEPROM devices using a two byte address cannot be addressed. Here is a little demo prog that I used...