All Projects → nathanchantrell → Tinytx

nathanchantrell / Tinytx

ATtiny84 & RFM12B wireless sensor node

Labels

Projects that are alternatives of or similar to Tinytx

Easyddns
Easy to Use ESP8266 DDNS Update Client Library.
Stars: ✭ 96 (-5.88%)
Mutual labels:  arduino
Websocketserialmonitor
ESP8266 based serial-to-websockets proxy for OTA debugging
Stars: ✭ 98 (-3.92%)
Mutual labels:  arduino
Arduinomididrums
A velocity sensitive MIDI drum program with realistic feedback
Stars: ✭ 100 (-1.96%)
Mutual labels:  arduino
Esp32 soundrecorder
ESP32 Sound recorder with simple code in arduino-esp32. (I2S interface)
Stars: ✭ 96 (-5.88%)
Mutual labels:  arduino
Stm32generic
Generic implementation of Arduino for STM32 boards
Stars: ✭ 98 (-3.92%)
Mutual labels:  arduino
Noodle Synth
A User-friendly Arduino/Teensy/ESP8266 Library to play MIDI files with infinite polyphonic notes with full control over volume, pitch, and . . . music. No shields needed(Just a speaker).
Stars: ✭ 99 (-2.94%)
Mutual labels:  arduino
Teensyterpreter
A Teensy script to open up a reverse TCP shell on Windows machines in as little time as possible.
Stars: ✭ 95 (-6.86%)
Mutual labels:  arduino
Avr8js
Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
Stars: ✭ 102 (+0%)
Mutual labels:  arduino
Car Controller
An arduino firmware that outputs a PWM signal for steering motor control via serial.
Stars: ✭ 98 (-3.92%)
Mutual labels:  arduino
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (-1.96%)
Mutual labels:  arduino
Reference En
Editable source for the Arduino Reference
Stars: ✭ 97 (-4.9%)
Mutual labels:  arduino
Erika3
ERIKA Enterprise v3 RTOS
Stars: ✭ 98 (-3.92%)
Mutual labels:  arduino
Code A Pillar
Hacking the Fisher-Price Code-A-Pillar
Stars: ✭ 99 (-2.94%)
Mutual labels:  arduino
Blockly At Rduino
[email protected] : Blockly remix for Arduino. Totally new version, enhanced one !
Stars: ✭ 96 (-5.88%)
Mutual labels:  arduino
Cirnos
Bringing the workflow of Arduino to the Raspberry Pi
Stars: ✭ 101 (-0.98%)
Mutual labels:  arduino
Exploring Arduino 1st Edition
Companion Code for the 1st Edition of "Exploring Arduino," the book by Jeremy Blum
Stars: ✭ 95 (-6.86%)
Mutual labels:  arduino
Polaron
A DIY drum machine for the teensy microcontroller (hardware / software)
Stars: ✭ 99 (-2.94%)
Mutual labels:  arduino
Drone Flight Controller
A quadcopter flight controller based on Arduino Uno
Stars: ✭ 102 (+0%)
Mutual labels:  arduino
Jtagduino
The JTAGduino project has the goal of using Arduino as a JTAG interface.
Stars: ✭ 101 (-0.98%)
Mutual labels:  arduino
Rgb
Offline smart home - esp8266 and WS2811/WS2812/NeoPixel LEDs Smart home / Gudra māja / Умны дом
Stars: ✭ 99 (-2.94%)
Mutual labels:  arduino

#TinyTX - An ATtiny84 and RFM12B wireless sensor node

By Nathan Chantrell. For hardware design see http://nathan.chantrell.net/tinytx

Licenced under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) licence: http://creativecommons.org/licenses/by-sa/3.0/

Code for TinyTX nodes

##TinyTX_DS18B20 With DS18B20 temperature sensor.

##TinyTX_DHT22 With DHT22 temperature & humidity sensor.

##TinyTX_TMP36 With TMP36 Analogue Temperature Sensor.

##TinyTX_LDR_Meter
With LDR to read LED pulses on electricity meter.

##TinyTX_LDR With LDR to read light levels.

##TinyTX_ReedSwitch Detect a normally closed reed switch opening and closing with pin change interrupt to wake from sleep.

##TinyTX_Hall_Effect_Gas Using an A3214EUA-T or A3213EUA-T Hall Effect Sensor to read the pulse magnet on a gas meter.

##TinyTX_Rain_Gauge Using a tipping bucket rain gauge with a reed switch to indicate each tip. A pin change interrupt is used to wake the TinyTX

##TinyTX_Water A leak/flood sensor using the TinyTX, a 100K resistor and two wire probes. See below for a receiver.

##TinyTX_SRF_DS18B20 Version using the Ciseco SRF radio (http://shop.ciseco.co.uk/srf-wireless-rf-radio-surface-mount/) instead of the RFM12B Uses the SoftEasyTransfer library to send checksummed typedef structs (https://github.com/madsci1016/Arduino-EasyTransfer/) This is transmit only for now as receive requires a hardware modification to the TinyTX.

##TinyTX_OOK_DS18B20 Version using a cheap OOK/ASK radio and Manchester encoding. This is transmit only as these cheap radios are only transmitters.

Code for receiving end

##OSWIN ATMega1284P Emoncms gateway code For the code I am currently using on my gateway node see the separate repository here: https://github.com/nathanchantrell/oswin This support the RFM12B, SRF and OOK nodes. More info on OSWIN here: http://nathan.chantrell.net/oswin/

##TinyTX_RX_Simple A simple receive example for RFM12B nodes, outputing received data on the serial monitor.

##TinyTX_NanodeRF_emoncms For the Nanode RF (http://www.nanode.eu/) to upload multiple RFM12B nodes to emoncms

##TinyTX_NanodeRF_Cosm Nanode RF example to upload data from a single RFM12B TinyTX to http://cosm.com

##TinyTX_MAX1284_emoncms For the MAX1284 internet gateway (http://max1284.homelabs.org.uk/) to upload multiple RFM12B nodes to emoncms

##TinyTX_Water_RX Receiver example for the leak/flood sensor above, can be run on a Tiny TX and brings D9 high on a water alarm and D10 high on a low battery alarm. Could be used to trigger an external device, sound a buzzer etc. Same code could also be used on a Nanode/WiNode etc.

##TinyTX_SRF_RX_Simple Simple receive example for the SRF version.

##TinyTX_OOK_RX_Simple Simple receive example for the OOK version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].