Code Monkey home page Code Monkey logo

ardu-bmp-sensor's People

Contributors

bvanfleet avatar

Watchers

 avatar

ardu-bmp-sensor's Issues

Feature Request and Plans

The sensor currently only has the SD card shield and the BMP180 sensor. However, the following items are planned to be added:

  • WiFi/BT shield
  • LCD touch display
  • Serial-less communications (all done through error_log on the SD card, or the LCD display
  • Communication bus for connection to a furnace/ac unit

TO DO with the State Machine

Need to finish writing the code for the state machines (particularly the read and write states). Once they are completed, I'll need to perform black-box testing to ensure that the firmware works on the setup.

Board_Interface Definition and Implementation

While reviewing over study materials, I noticed several errors that I am making in the Board_Interface class. Namely:

  • Omitting const keyword in several member functions
  • Omitting static keyword for the Board_Interface pointer object
    • Also omitting the appropriate declaration in the implementations file

While not necessarily a bug, I feel that the use of typedef for some types and code refactoring should take place. I will also address the use of variable default values for the constructor to better handle the pin selections.

SD card error checking

Need to add SD card checks to ensure that it's properly mounted and that there's room for it to write the files to.

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.