Arduino with Wireless: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
*Arduino Uno + ESP-01 - sending commands via a telnet -[https://www.instructables.com/Add-WiFi-to-Arduino-UNO/]  
*Installing ESP8266 on Arduino - [https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/]
*Arduino Uno + ESP-01 - sending commands via a telnet connection on smartphone. Effectively could treat cell phone instead of a mechanical selector switch -[https://www.instructables.com/Add-WiFi-to-Arduino-UNO/]  
*About different ESP8266 boards [https://makeradvisor.com/best-esp8266-wi-fi-development-board/]
*About different ESP8266 boards [https://makeradvisor.com/best-esp8266-wi-fi-development-board/]
*ESP32 [https://en.wikipedia.org/wiki/ESP32] is successor to ESP8266v[https://en.wikipedia.org/wiki/ESP8266]
*ESP32 [https://en.wikipedia.org/wiki/ESP32] is successor to ESP8266v[https://en.wikipedia.org/wiki/ESP8266]
*Which is easier to use? ESP8266
*Which is easier to use? ESP8266
*How to use ESP8266 without internet - [https://cyberblogspot.com/how-to-control-esp-01-without-a-router/#:~:text=To%20control%20the%20ESP%2D01%20ESP8266%20module%20without%20a%20router,a%20browser%20or%20an%20application.]
*How to use ESP8266 without internet - [https://cyberblogspot.com/how-to-control-esp-01-without-a-router/#:~:text=To%20control%20the%20ESP%2D01%20ESP8266%20module%20without%20a%20router,a%20browser%20or%20an%20application.]

Latest revision as of 07:46, 26 November 2021

  • Installing ESP8266 on Arduino - [1]
  • Arduino Uno + ESP-01 - sending commands via a telnet connection on smartphone. Effectively could treat cell phone instead of a mechanical selector switch -[2]
  • About different ESP8266 boards [3]
  • ESP32 [4] is successor to ESP8266v[5]
  • Which is easier to use? ESP8266
  • How to use ESP8266 without internet - [6]