Search found 9 matches

by Emadex3
Thu Jul 15, 2021 7:10 pm
Forum: General Programming
Topic: I2c communication between 2 Arduinos
Replies: 2
Views: 6027

Re: I2c communication between 2 Arduinos

Thanks for your attention even though you seem busy :D The master will be programmed using flowcode . what I am trying to accomplish is to send a variable's value from one Arduino (Master) to another (slave). I've seen the examples in the wiki and honestly I don't quite understand the send,recieve p...
by Emadex3
Sat Jul 10, 2021 6:54 am
Forum: General Programming
Topic: I2c communication between 2 Arduinos
Replies: 2
Views: 6027

I2c communication between 2 Arduinos

I need some help with with I2c communication between two micro-controllers (Atmega 2560) lets call them "Arduino 1" and " Arduino 2 " Due to"reasons" Arduino 1 will be programmed with flowcode however , "Arduino 2" has to be programmed using Arduino IDE. I want to send multiple variables values from...
by Emadex3
Thu Jul 08, 2021 4:48 pm
Forum: Flowcode V8
Topic: problem with "Nodemcu" Esp8266 component macro {solved}
Replies: 6
Views: 2188

Re: Super cofused about Esp8266 component macro {solved}

I've watched your videos previously, they do help but not with how I want to do it. what I want to do is : get sensor data ---> save sensors data in multiple variables in Arduino mega ---> send all sensors data from arduino to esp2866 ----> send said data from esp to modbus Master (wincc program in ...
by Emadex3
Thu Jul 08, 2021 2:44 pm
Forum: Flowcode V8
Topic: problem with "Nodemcu" Esp8266 component macro {solved}
Replies: 6
Views: 2188

Re: Super cofused about Esp8266 component macro

been at it for hours and it finally works. thanks I flashed "ESP8266_NonOS_AT_Bin_V1.7.4" into the nodemcu and it works just fine now with flowcode. :D :D - now I want to transfer variable values from arduino to esp8266 and make them available for "wincc" program "through MODBUS TCP/IP" protocol. is...
by Emadex3
Thu Jul 08, 2021 8:45 am
Forum: Flowcode V8
Topic: problem with "Nodemcu" Esp8266 component macro {solved}
Replies: 6
Views: 2188

Re: Super cofused about Esp8266 component macro

My bad, here you go :D

my Nodemcu board has a "9600 bps Baud rate" printed on it"
by Emadex3
Wed Jul 07, 2021 8:35 pm
Forum: Flowcode V8
Topic: problem with "Nodemcu" Esp8266 component macro {solved}
Replies: 6
Views: 2188

problem with "Nodemcu" Esp8266 component macro {solved}

First of all, am sorry for this amateur question however I can't seem to use Esp8266 because I can't tell how exactly FlowCode communicate with the ship, I know it's physically connected through rx,tx pins of both micro-controller and Esp (Using NodeMcu1 model BTW), however, the component macro just...
by Emadex3
Mon Apr 30, 2018 1:25 pm
Forum: Flowcode V5
Topic: Need help with turning this idea into a flow code
Replies: 5
Views: 4807

Re: Need help with turning this idea into a flow code

Steve wrote:This kind of problem can be solved using a state machine. Some examples are here:

https://www.matrixtsl.com/wikiv7/index. ... ateMachine
is there is a v5 for the fcfx files ?, if so please provide me a link
You've already done a lot for me , THANK YOU !
by Emadex3
Sun Apr 29, 2018 12:03 pm
Forum: Flowcode V5
Topic: Need help with turning this idea into a flow code
Replies: 5
Views: 4807

Re: Need help with turning this idea into a flow code

What have you allready tried? Could you post your flowchart? I have tried some but all failed due to the processor not being able to register the push from the "push to make button" please note that it has to be a push to make button today I've been browsing my old flowcode charts and came across t...
by Emadex3
Sat Apr 28, 2018 7:52 pm
Forum: Flowcode V5
Topic: Need help with turning this idea into a flow code
Replies: 5
Views: 4807

Need help with turning this idea into a flow code

suppose there are 4 inputs that are "push to make" buttons: input 1 will have the variable "A" assigned to it input 2 will have the variable "B" assigned to it input 3 will have the variable "C" assigned to it input 4 will have the variable "D" assigned to it I want to be able to get an output that ...