Hi,
I'm working on a project based on Arduino UNO and ESP8266. My aim is to push the values which I got into arduino UNO on a mobile app. For that purpose I'm using ESP. I'm getting the values in serial monitor as shown:
for the context, I've made the app for random values which is pushed by the ESP board into firebase and the app is getting the firebase values
So, shortly I can say that: Electoronic circuit --> Arduino--> ESP8266 --> Firebase -->app
in this the bolded partis completed for pushing random values and showing in the app
and the italic part is completed and ready to give the values at serail monitor.
I want the arduino values on ESP board so that the whole cycle can be completed.
These two values are int and float nature, and I want to pass it in the ESP
my subcode for ESP is:
by this I'm getting these two values on the app. I want the real values from arduino in a variable in the ESP8266 so that I can push them into firebase.
Every time someone comes up with this proposal, the immediate answer is this.
You have a substantially more capable processor in the ESP8266 - why would you want to complicate matters trying to figure out/ invent communication with an unnecessary UNO (poor choice in itself for any project unless you actually use a "shied" which matches it)?
I need to provide at least 5 V to the LED so they can glow much after the resistors which are used for power limiting. 3.3 V can't provide much power to glow the LEDs.
also all other operations are being done in the UNO already, I'm using the ESP as transmitter of the values.