meta data for this page
  •  

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
Next revisionBoth sides next revision
esp8266:nodemcu [2015/09/21 21:02] niziakhome_automation:esp8266:nodemcu [2016/12/28 12:32] – [Other Projects] niziak
Line 12: Line 12:
 file.close() file.close()
 </code> </code>
-This method is not comfortable, better is to use tool like [[http://esp8266.ru/esplorer/]]+This method is not comfortable, better is to use tool like [[http://esp8266.ru/esplorer/]] (source on [[https://github.com/4refr0nt/ESPlorer|github]])
 or [[https://github.com/GeoNomad/LuaLoader]] python script or [[https://github.com/GeoNomad/LuaLoader]] python script
  
Line 26: Line 26:
   * Devel API (latest): [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en-%28dev096%29]]   * Devel API (latest): [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en-%28dev096%29]]
   * GPIO MAP: [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en-%28dev096%29#new_gpio_map]]   * GPIO MAP: [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en-%28dev096%29#new_gpio_map]]
 +
   * Current API: [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en]]   * Current API: [[https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en]]
  
Line 51: Line 52:
 </code> </code>
  
-===== Other Projects ===== +===== Resolving DNS ===== 
-  * 1-wire temp sensor reporting to [[thingspeak.com]], [[http://hacklab.fi/news/esp8266-ds18b20-thingspeak-nodemcu/]] +It is not so easy. It need socket instance which will be used only for one DNS request, then socket will be destroyed. Response is performed by callback. 
-  * 1-wire temp sensor reporting to [[nettemp.pl]], [[http://techfreak.pl/bezprzewodowe-czujniki-na-esp8266-nettemp/]]+There is sth about easier API: [[https://github.com/nodemcu/nodemcu-firmware/issues/189]] 
 + 
 +===== Compile to byte code ===== 
 +You can compile everytihn except init.lua. 
 +<code:lua>node.compile("myprog.lua")</code> 
 +Will produce myprog.lc. 
 + 
 +====== Other Projects ====== 
 +  * 1-wire temp sensor reporting to [[http://thingspeak.com]], [[http://hacklab.fi/news/esp8266-ds18b20-thingspeak-nodemcu/]] 
 +  * 1-wire temp sensor reporting to [[http://nettemp.pl]], [[http://techfreak.pl/bezprzewodowe-czujniki-na-esp8266-nettemp/]]
   * [[http://techfreak.pl/bezprzewodowe-czujniki-temperatury-ds18b20-na-esp8266/]]   * [[http://techfreak.pl/bezprzewodowe-czujniki-temperatury-ds18b20-na-esp8266/]]
   * Control 2 GPIO from Web [[http://randomnerdtutorials.com/esp8266-web-server/]]   * Control 2 GPIO from Web [[http://randomnerdtutorials.com/esp8266-web-server/]]
-  * +  * Http server [[https://github.com/marcoskirsch/nodemcu-httpserver]] 
 +  * Remote update [[http://www.instructables.com/id/ESP8266-WiFi-File-Management/]] [[https://github.com/breagan/ESP8266_WiFi_File_Manager]]
  
-==== Free Cloud/Server services ====+===== Free Cloud/Server services ====
 +  * Thingspeak: [[http://thingspeak.com/]]
   * Telit: [[http://www.telit.com/products-and-services/iot-platforms/iot-portal]]   * Telit: [[http://www.telit.com/products-and-services/iot-platforms/iot-portal]]
   * Google: [[https://cloud.google.com/solutions/iot/]]   * Google: [[https://cloud.google.com/solutions/iot/]]
 +  * IBM: [[https://internetofthings.ibmcloud.com/#/]]
  
 todo todo
-  * http://www.slideshare.net/geekscape/nodemcu-esp8266-workshop-1 
-  * http://www.instructables.com/id/An-inexpensive-IoT-enabler-using-ESP8266/step1/Basics/ 
   * https://www.google.com/search?q=ai+cloud+esp8266&ie=utf-8&oe=utf-8   * https://www.google.com/search?q=ai+cloud+esp8266&ie=utf-8&oe=utf-8
 +