Closed supekshala closed 3 years ago
Hey @supekshala !
Can you give info about the board (eg. version, etc) and what errors you are receiving as a result of it?
Iam using Mega 2560 R3 built-in ESP8266 board. I try to follow this https://www.gabrielcsapo.com/arduino-web-server-mega-2560-r3-built-in-esp8266/? but I am using a windows computer.
Were you able to flash the firmware as instructed?
Are you having issues with something particular about the post or asking to do something specific that the post doesn't cover?
No I think I messed up with that.
First problem I have is to how to write a sketch to connect to internet using WiFi, read analog pins and POST data. In the first glance this is what came to my stupid mind “IF it is WiFi, upload a sketch to ESP, so I uploaded a sketch to ESP by setting the DIP switches 5,6,7 NO only” it could establish connection and POST data , but it couldn’t communicate with the analog pins of Arduino as expected. Yes, I’m wrong.
what Iam trying to do is,
Read analog pins of Arduino mega >>>> send those data to the API.
@supekshala it is important that when running the verify command you get the version output correctly. I can update the article to include a part about reading analog pins to show how to communicate that information into the server code.
That would be a huge help. If you could please update the article about reading analog values from the mega+esp8266 board and sending those data into the Power BI streaming dataset. that would be great. THANK YOU VERY MUCH!!
I successfully installed the AT firmware and It's responding to AT commands.
Any update : )
@supekshala I have posted a new section in https://www.gabrielcsapo.com/arduino-web-server-mega-2560-r3-built-in-esp8266/ that contains the interfacing with a sensor and showing that sensor data in the web server response.
I am using Arduino Mega 2560 R3 built-in ESP8266 dev board for a project. my project basically reading few analog data and sends to the power bi dashboard using streaming dataset API. I have no idea yet how to program this particular board for this purpose. Previously I did this with node MCU board and it's worked. Here's the code I wrote for Node MCU.