
elua
coolwaterld
这个作者很懒,什么都没留下…
展开
-
学习elua(一)——简介
介绍lua编程语言以及lua在嵌入式方面的应用--elua原创 2014-09-02 15:59:47 · 7320 阅读 · 3 评论 -
Internal ADC - ESP8266
www.esp8266-projects.com/2015/03/internal-adc-esp8266.html After talking in the previous article about DAC (Digital to analog conversion) let's take a look also to the ADC (Analog to Di转载 2015-04-29 16:29:43 · 3326 阅读 · 0 评论 -
ESP8266 in deep sleep
http://blog.hekkers.net/2015/02/26/esp8266-in-deep-sleep/With the ESP-12 modules on a breadboard adapter I was finally ready for some tinkering. The plan for today was very simple: flashNode转载 2015-04-29 14:08:03 · 4714 阅读 · 0 评论 -
学习NodeMCU的GPIO
本文研究NodeMCU的GPIO的用法,主要是IO的电压范围和电流范围原创 2015-04-29 15:26:27 · 11112 阅读 · 1 评论 -
Building a battery powered WiFi IoT Sensor with ESP8266, MS-5611 (GY-63), nodemcu and MQTT
http://www.agocontrol.com/2015/03/building-a-battery-powered-wifi-iot-sensor-with-esp8266-ms-5611-gy-63-nodemcu-and-mqtt/IntroductionThe ESP8266 is a 32 bit micro controller with an integrated转载 2015-04-29 14:15:30 · 4059 阅读 · 0 评论 -
Low Power ESP8266 – Sleeping at 78 micro Amps
I recently bumped into NodeMCU firmware for the ESP8266. It’s an Lua interpreter, making tinkering with IoT ideas really simple. Just flash the firmware onto the ESP8266 and connect via serial转载 2015-04-29 14:01:21 · 1961 阅读 · 0 评论 -
NodeMCU quick start
NodeMCU 入门NodeMCU一款物联网平台,软硬件开源,lua脚本语言编程,支持wifi,TCP/IP,UDP,HTTP,MQTT等协议,开发板39元。大有搞头!!原创 2015-04-21 09:58:32 · 5314 阅读 · 0 评论 -
学习elua(四)--使用elua
elua的使用,以及elua的文件系统原创 2014-09-04 11:58:53 · 5941 阅读 · 0 评论 -
学习elua(二)--编译和烧写
在stm32f4discovery平台上, elua的编译和烧写原创 2014-09-02 17:02:35 · 5850 阅读 · 4 评论 -
学习elua(三)--定制elua的编译选项
介绍如何定制elua的编译选项原创 2014-09-04 10:45:55 · 3974 阅读 · 0 评论 -
学习NodeMCU的低功耗休眠
大多数IOT应用是电池供电的,在电池电量一定的情况下(体积、环境等限制),耗电量决定了产品的寿命,决定了产品是否实用。本文主要目的是学习关于NodeMCU的休眠机制。原创 2015-04-29 14:58:11 · 11886 阅读 · 0 评论