GithubHelp home page GithubHelp logo

lcor1979 / moisture-monitor-sensor Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

Wireless bluetooth low energy temperature / humidity sensor based on Feather 32u4 BLE with AM2302 sensor

License: Apache License 2.0

Objective-C 34.41% Arduino 65.59%

moisture-monitor-sensor's Introduction

moisture-monitor-sensor

Wireless bluetooth low energy temperature / humidity sensor based on Feather 32u4 BLE with AM2302 (DHT22) sensor

https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le/ https://learn.adafruit.com/dht

The sensor is totaly wireless (use a LIPO battery which can be charged witgh the Feather's USB port).

(pictures will be added later)

It uses GATT attributes to publish the measures.

https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt

Sent attributes are :

  • One notify attribute indicating a new measure is available
  • Three read attributes for : battery (in percent), humidity (in percent), temperature (in °C)

The code contains two projects :

  • moisture-monitor-sensor-init-gatt: initializes the GATT attributes and GAP informations. It should be ran only once on the device.
  • moisture-monitor-sensor: the sensor logic which should be uploaded to the Feather after the initialisation has been done.

Code could be run in Arduino IDE : https://www.arduino.cc/en/Main/Software

moisture-monitor-sensor's People

Contributors

lcor1979 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.