Search found 31 matches

by zadah
Thu Feb 07, 2013 4:51 pm
Forum: Flowcode V5
Topic: i2c for LCD
Replies: 5
Views: 5088

i2c for LCD

Hello

I tried this from Flowcode 4 forum:

http://www.matrixmultimedia.com/mmforum ... =26&t=8037

But it doesnt compile on flowcode 5.

Is there any similar simple solution for Flowcode 5 version ?

I have quite popular "Funduino i2c 20x4 LCD", which I would like to test with flowcode.
by zadah
Sun Sep 16, 2012 9:40 am
Forum: Flowcode V5
Topic: I2C communication problems with EEPROM
Replies: 7
Views: 4730

Re: I2C communication problems with EEPROM

Yes, It works on both PICs, thanks!
by zadah
Sun Sep 16, 2012 9:35 am
Forum: Flowcode V5
Topic: ADC read problem
Replies: 13
Views: 8017

Re: ADC read problem

Have you tried filtering capacitor on input pin of the PIC?

How about different potentiometer with lower resistance?
by zadah
Fri Sep 14, 2012 5:20 pm
Forum: Flowcode V5
Topic: I2C communication problems with EEPROM
Replies: 7
Views: 4730

Re: I2C communication problems with EEPROM

Thanks, Enamul

I didint notice the problem with Receive_byte component. :oops: I dont still understand meaning of "last" in that component.

I will check it tomorrow how it works.
by zadah
Fri Sep 14, 2012 1:43 pm
Forum: Flowcode V5
Topic: I2C communication problems with EEPROM
Replies: 7
Views: 4730

Re: I2C communication problems with EEPROM

Hi, Have you tried the attached example? Here mode is determining read or write..so if you can use switch to move between read and write..or you can simply read first and display in LCD and write then and display in LCD and read back again see whether it's written fine or not.. Hello, Yes I have al...
by zadah
Fri Sep 14, 2012 12:22 pm
Forum: Flowcode V5
Topic: I2C communication problems with EEPROM
Replies: 7
Views: 4730

I2C communication problems with EEPROM

Hello I have tried to get i2c communication work with EEPROM. I have Easy PIC development board with 18f45k22 PIC installed I have tried both the transmit and transaction components, but it doesnt work. In transmit mode I get ACK messages after every command, but the data from EEPROM in not valid, i...