Herramientas de usuario

Herramientas del sitio


personas:brolin:proyectos:plataforma_iot

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
personas:brolin:proyectos:plataforma_iot [2017/05/31 22:21] brolinpersonas:brolin:proyectos:plataforma_iot [2017/05/31 23:19] brolin
Línea 46: Línea 46:
 Thinger.io library provides extensive logging of its activities, which is especially useful when one needs to troubleshoot authentication and Wi-Fi connectivity issues. Include the following definition in your sketch, but make sure it comes first, before any other includes (it was reported to cause crashes on some boards otherwise). Thinger.io library provides extensive logging of its activities, which is especially useful when one needs to troubleshoot authentication and Wi-Fi connectivity issues. Include the following definition in your sketch, but make sure it comes first, before any other includes (it was reported to cause crashes on some boards otherwise).
  
 +<code>
 #define _DEBUG_ // the rest of your sketch goes here #define _DEBUG_ // the rest of your sketch goes here
 +</code>
  
 It is also necessary to enable Serial communication, as all the debugging information is displayed over Serial. So enable it in your sketch in the setup method. It is also necessary to enable Serial communication, as all the debugging information is displayed over Serial. So enable it in your sketch in the setup method.
Línea 83: Línea 85:
   * Dashboards   * Dashboards
   * API Explorer   * API Explorer
 +
 +===== ESP8266 Arduino IDE =====
 +
 +https://community.thinger.io/t/esp8266-with-arduino-ide/20
  
personas/brolin/proyectos/plataforma_iot.txt · Última modificación: 2017/06/01 01:15 por brolin