Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
O

Oleg Greengo

@Oleg Greengo
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • devDuino Sensor Node V1.3 (ATmega 328)
    O Oleg Greengo

    I will add all the information will understand only how to do it right on your site. Thank you.

    OpenHardware.io mysensors temperature sensor mcp9700 devduino cr2032

  • DevDuino v2.2 with EEPROM
    O Oleg Greengo

    Try it this way

    #include <SPI.h>
    #include <MySensor.h>
    #include <MyTransportNRF24.h>
    #include <Vcc.h>

    const float VccMin = 2.00.6; // Minimum expected Vcc level, in Volts. Example for 2xAA Alkaline.
    const float VccMax = 2.0
    1.5; // Maximum expected Vcc level, in Volts. Example for 2xAA Alkaline.
    const float VccCorrection = 3.07/3.04; // Measured Vcc by multimeter divided by reported Vcc

    Vcc vcc(VccCorrection);

    int TEMP_SENSE_PIN = A3; // select the input pin for the battery sense point
    float TEMP_SENSE_OFFSET = -0.01;

    #define CHILD_ID_TEMP 0

    //MySensor gw (8,7);
    MyTransportNRF24 transport(7, 6);
    MySensor gw(transport);

    Hardware devduino rf24 nrf24l01+
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular