Search found 7 matches

by Wim
Sun Mar 28, 2010 9:03 pm
Forum: Article Discussion
Topic: MX010 - RC5 remote control
Replies: 28
Views: 59339

Re: RC5 remote control

Thanks a bunch! My intention is to write the final application in C, so the example for the PIC16F84A is great. As a matter of fact I have that PIC laying around, so I guess I start of with this flowcode example to start "playing". Again thanks! :!:
by Wim
Sun Mar 28, 2010 12:26 pm
Forum: Article Discussion
Topic: MX010 - RC5 remote control
Replies: 28
Views: 59339

Re: RC5 remote control

I was just about to experiment with receiving RC5 infrared, so very pleased with this article. However I have Flowcode V3... And the JPG is a hard to read. Would it be possible to have save your .fcf in Flowcode V3?
Thanks in advance,
Wim
by Wim
Mon Jan 25, 2010 1:17 pm
Forum: E-blocks
Topic: Are there any I2C E-Blocks?
Replies: 3
Views: 3944

Re: Are there any I2C E-Blocks?

Thanks for the answer, pity though that there are no I2C E-blocks. I guess I'll follow your suggestion and take an I2C EEPROM and hook it up. I'd hoped for an E-block, since they come with some examples, like the LCD block.
But thanks anyway,
_Wim_
by Wim
Mon Jan 25, 2010 11:40 am
Forum: E-blocks
Topic: Are there any I2C E-Blocks?
Replies: 3
Views: 3944

Are there any I2C E-Blocks?

Hello, Is there an E-Block that can be used for I2C programming? In notice in Flowcode that there is a I2C device, but which hardware can I use for this? Or or there any sample schematics, software examples, documentation, etc. for doing I2C transactions with my EB006 E-Block (with PIC16F877A) regar...
by Wim
Wed Dec 23, 2009 9:26 am
Forum: General Programming
Topic: EEPROM gets erased during programming
Replies: 5
Views: 6108

Re: EEPROM gets erased during programming

Hello, No luck... I did following: 1 - Loaded my EEPROM test program (read one loc, incr value, write back, display on LCD) OK, LCD shows incremented value after each power off/on. 2 - start PPP, loaded a simple (.hex) program (e.g. turn on LED's), ticked off four options: "Verify..", "Perform full ...
by Wim
Tue Dec 22, 2009 3:17 pm
Forum: General Programming
Topic: EEPROM gets erased during programming
Replies: 5
Views: 6108

Re: EEPROM gets erased during programming

Hi Benj, Thanks for your reply, few remarks/questions though: 1 - In Sourceboost I cannot change the options of PPP v3, and they appear always to be the default, e.g. "Erase PICmicro". 2 - When I start PPP manual (after Soourceboost created the .hex), and deselecting the two checkboxes you've mentio...
by Wim
Tue Dec 22, 2009 9:29 am
Forum: General Programming
Topic: EEPROM gets erased during programming
Replies: 5
Views: 6108

EEPROM gets erased during programming

Hi, I'm working on a exercise to read and write from EEPROM, using E-blocks with a 16F877A and Sourceboost. I have a C-program that reads one location, and writes back the value + 1, and display the value on the LCD. This works fine e.g. with every reset or power on, I see an incremented value on th...