Giter Site home page Giter Site logo

particle-ds18b20-firmware's People

Contributors

dbrgn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

wbrp

particle-ds18b20-firmware's Issues

Fix delay value

When not using 12 bit resolution, we don't actually need a delay of 750-1000ms.

Add push mode

Right now we're using pull mode to publish data (we expose a variable and the client pulls the data).

For the water temperature version, we should switch to push mode (the photon or electron publishes a temperature measurement event).

Energy Management

The electron should use very little energy.

  • Turn itself off after a measurement
  • Wake up when necessary

I'm not sure if waking up is supported through a builtin clock, or whether we need to use the wakeup pin with an external clock.

Blocked by #2.

Handle CRC failures

Sometimes the data returned looks like this:

Data = ff ff ff ff ff ff ff ff ff CRC = c9
Data = ff ff ff ff ff ff ff ff ff CRC = c9
Data = ff ff ff ff ff ff ff ff ff CRC = c9
Data = ff ff ff ff ff ff ff ff ff CRC = c9

Handle it.

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.