Giter VIP home page Giter VIP logo

Comments (3)

gmag11 avatar gmag11 commented on September 23, 2024 1

@ator1811 First version of how to guide is finished in dev branch. Check it there. I will be releasing last version before 1.0 in a few days anyway.

from enigmaiot.

gmag11 avatar gmag11 commented on September 23, 2024

Thank you @ator1811. I've documented about the internals but basic starting point lacks some words :)

Right now I'm preparing a how-to-start guide to help others to begin programming their own nodes. It will take a while though. I hope less than one month.

Anyway I will leave some guidelines here. Let me know if it is useful and what challenges you find. It will be useful for my guide.

You can start with a regular Arduino Sketch where you design what you want your node does. A simple setup() and loop() is enough. You can use Serial.printf() where you will finally place message sending.

Point of start is EnigmaIOT JSON Controller Template. It is an empty but already configured template where you can add your code.

Inside BasicController.cpp there are a setup () and loop ()methods where you can insert your code. You can rename CONTROLLER_CLASS_NAME if you like, but it is not mandatory.

You can look at EnigmaIOT-Sensor-Controller example. It is very close what you need but using DS18B20 instead of BMP280.

If you want to make your board go to deep sleep mode after sending data you need to add #define SLEEPY 1 to BasicController.h, then all your code will be contained on setup() method.

If SLEEPY is not defined or it is not 1, then you need to do your periodic stuff inside loop ()

from enigmaiot.

gmag11 avatar gmag11 commented on September 23, 2024

How to guide is released in main branch: https://github.com/gmag11/EnigmaIOT/blob/master/docs/howto.md

from enigmaiot.

Related Issues (20)

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.