Search found 8 matches

by FriendlyPotato
Mon May 14, 2018 7:56 pm
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Re: Not recieving serial data from ESP8266

Hi again. Thank you, but I think you misunderstood my problem. InputUART is supposed to hold on to the given int, until RecieveUART gets another one within the numer-range that we want. The problem is that after recieving the first letter from serial, eg. "f", the RS232 component dosen't seem to reg...
by FriendlyPotato
Mon May 14, 2018 3:25 pm
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Re: Not recieving serial data from ESP8266

Hello. I've done a lot of troubleshooting and it seems that the problem lies in the RS232 component. It is now able to recieve serial from ESP or straight from command prompt in windows, and change color accordingly. However, after recieving the first command and changing color, none of the followin...
by FriendlyPotato
Tue May 08, 2018 10:54 am
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Re: Not recieving serial data from ESP8266

Hello. I have attatched my latest attempt which is still not working. I have switched over to RecieveChar and made the code much simpler, but it still dosen't work. It is set to recieve char and then check if it equals 97 (a) and then do something, or if it equals 98 (b) and so on. What am I doing w...
by FriendlyPotato
Mon May 07, 2018 9:28 am
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Re: Not recieving serial data from ESP8266

Hello medelec35. Thank you so much for taking the time to help out. It is still not working, even with the interrupt. I have included the latest Flowcode file and Arduino code. The character which is returned from the web and passed along to the PIC is a single character from a to n. Best regards, F...
by FriendlyPotato
Wed May 02, 2018 9:38 am
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Re: Not recieving serial data from ESP8266

Hello, thank you for the reply. I have tried implementing the RXINT, but since I have limited experience with interrupts in general, I am having a hard time getting it to work. Would you perhaps be able to explain more in depth or provide me with an example? Thank you so much. Best regards, Friendly...
by FriendlyPotato
Thu Apr 26, 2018 10:03 am
Forum: Flowcode V5
Topic: Not recieving serial data from ESP8266
Replies: 12
Views: 9203

Not recieving serial data from ESP8266

Hello. I am currently trying to make a moodlight controlled from the internet. The idea is that my ESP8266 check with the website every 10 seconds in order to figure out which command to perform. The data from the website is returned as a single character from a to p. This part works as intended. Th...
by FriendlyPotato
Wed Feb 28, 2018 11:37 am
Forum: Flowcode V5
Topic: Uneven RGB Rainbow
Replies: 2
Views: 3813

Re: Uneven RGB Rainbow

Thank you very much, it works like a charm! :D :D
by FriendlyPotato
Mon Feb 26, 2018 12:01 pm
Forum: Flowcode V5
Topic: Uneven RGB Rainbow
Replies: 2
Views: 3813

Uneven RGB Rainbow

Hello. I am trying to make a simple RGB rainbow in Flowcode V5, using the built-in LED RGB and a loop which slowly increases each color from 1 to 255 and make a TICK after each time. The simulation works perfectly but when I try it out for real, it flickers and looks horrible, almost like it can't m...