User Tools

Site Tools


informatica:arduino:esp32

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:arduino:esp32 [2021/03/09 15:56] joseinformatica:arduino:esp32 [2022/10/24 22:12] (current) jose
Line 3: Line 3:
 https://github.com/NewbieMakerLearning/Servidor_Estacion_Meteo https://github.com/NewbieMakerLearning/Servidor_Estacion_Meteo
  
 +====== Bateria bien montada ======
 +https://emariete.com/medidor-co2-con-bateria-bien-hecho/
  
 ====== ESP32 ====== ====== ESP32 ======
Line 18: Line 20:
 Ponemos esta URL en file > preferences > Additional Boards Manager URLs:  Ponemos esta URL en file > preferences > Additional Boards Manager URLs: 
   https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json   https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
 +
 +Tarda un ratillo en descargárselas
  
 Ahora vamos a tools > Board: “Arduino Uno” y seleccionamos Boards Manager. Buscamos esp32 y damos a install Ahora vamos a tools > Board: “Arduino Uno” y seleccionamos Boards Manager. Buscamos esp32 y damos a install
Line 33: Line 37:
  
 const char* ssid     = "pitufina";         // The SSID (name) of the Wi-Fi network you want to connect to const char* ssid     = "pitufina";         // The SSID (name) of the Wi-Fi network you want to connect to
-const char* password = "reyvisigodo";     // The password of the Wi-Fi network+const char* password = "********";     // The password of the Wi-Fi network
  
 void setup() { void setup() {
informatica/arduino/esp32.1615305360.txt.gz · Last modified: 2021/03/09 15:56 by jose