This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have a Python script that outputs a value between 1 and 4 digits and based on that value a certain number of LEDs turn on. Right now this works without issue through the serial port and via a USB connection. I recently got a Wifi Rev2 and I am experimenting with the possibility of getting this same script to work but via wifi. I managed to get the board connected to my network and even saw the option in one of the sketches to turn an LED on/off through the use of a web browser button (I think this was one of the default NiNA sketches). I was wondering what the best way would be for the arduino uno wifi to get the data from my python script (whether that be running on my computer or better yet somewhere in the cloud (AWS?). I was also wondering if this could be completed with the Python requests library, and possibly a get request(?). Any insight would be helpful here. Thank you.
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/arduino/com...