Wi-Fi Connected IoT Thing

Charles McClelland created a Wi-Fi Connected Teensy Data Logger with GPS and Accelerometer:

Wi-Fi Connected IOT Thing
img_3919-1

The basic idea is that this board will connect to GPS, obtain a GPS fix and report its location to Ubidots.

img_3917-e1425315532154-1

Ubidots can then display this information in a number of ways including showing the location and the number of times the sensor had been moved that day

screen-shot-2015-03-02-at-11-57-05-am-300x140

The hardware design files and firmware source code are shared on GitHub:

github chipmc/Teensy-Data-Logger/

 

Wi-Fi Connected IoT Thing

Smart Living Room with NodeMCU

MobileWill revamped his living room monitor with a new board design:

20160821_223033

Living Room Node Upgrade

For over a year now the living room node and La Crosse Gateway has been sitting atop a plastic bin next to my patio slider in a mess of wires.  This is when you know you have too many projects lying around the house.  So this summer I decided to design a PCB with a nodeMCU that will replace both projects and mount atop of a power brick. I went with the nodeMCU since there is power nearby, ease of connecting directly to the MQTT broker, and I can broadcast more often without the power limitations of a battery. This project frees up two RFM12B boards so that they can be used for the other window and the front door.

The new board features:

  • 2x female headers (so the nodeMCU is removable)
  • DHT11 sensor for humidity/temperature
  • LDR for light level
  • 2pin header for reed switch attached to slider door
  • Connections for 433Mhz radio for the La Crosse outdoor temperature sensor
20160821_221832.jpg
Design files and code are available on GitHub:

github friedcircuits/nodeSensor

 

Smart Living Room with NodeMCU

Teensy WiFi Weather Logger

IMG_20160903_175148-ANIMATION

Teensy-based weather badge that logs humidity and temperature to Adafruit.io via WiFi:

Teensy WiFi Weather Logger

4918510884f437e052029ea54630438a (1).png

Order from OSH Park

Bill of Materials:

IMG_20160903_175047

Schematic:

teensy-wifi-weather-logger-schematic

The Kicad design files and Arduino source code are hosted on GitHub:

github teensy-wifi-weather-logger

 

The sensor data is logged to Adafruit.io via ESP8266’s WiFi connection:

Adafruit.io Dashboard

Screenshot from 2016-09-04 00-53-23

Adafruit.io feeds:

Video of establishing WiFi connection and logging weather data:

Teensy WiFi Weather Logger