Skip to content
  • 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
Sander StolkS

Sander Stolk

@Sander Stolk
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store
About
Posts
58
Topics
8
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Parking Sensor
    Sander StolkS Sander Stolk

    Here a working example with a 16-Bit ring with radio because the misses hit the fence for the second time this year with the car.
    alt text
    alt text
    alt text
    Sensor in action <--Video

    My Project

  • Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x)
    Sander StolkS Sander Stolk

    Ok here's the deal to change the channel or other settings:

    cd Raspberry
    make clean
    make all
    sudo make install
    Done!

    Hardware nrf24 raspberry pi raspberry raspberry nrf24l01 gpio gateway

  • Repeater and the routing
    Sander StolkS Sander Stolk

    Starting up the library
    To initialize radio and start the library, you must call begin(). Begin initializes the sensor node but you can also configure the sensor node operating parameters manually. Call this before anything else in the library

    void begin(void (*_msgCallback)(const MyMessage &), uint8_t nodeId, boolean repeaterMode,
    uint8_t parentNodeId);
    incomingMessageCallback - Callback function for incoming messages from other nodes or controller and request responses. Default is NULL.
    nodeId - The unique id (1-254) for this sensor. Default is AUTO(255) which means sensor tries to fetch an id from controller.
    repeaterMode - Activate repeater mode. This node will forward messages to other nodes in the radio network. Make sure to call process() regularly. Default in false
    parentNodeId - Use this to force node to always communicate with a certain parent node. Default is AUTO which means node automatically tries to find a parent.

    Nice!
    So gw.begin(NULL,4,true,3) is node 4 with repeater mode on and parent 3? Cool!

    General Discussion

  • 💬 MySensors Stable Node
    Sander StolkS Sander Stolk

    Keep me posted!
    Will order when board comes soldered and ready to use!

    OpenHardware.io mysensors contest2016

  • Node's becoming unreachable
    Sander StolkS Sander Stolk

    @mrwomble Measure the temp of the meat on the BBQ and the kettle itself. I get a push message from Domoticz when the centre of the meat hits a certain temperature regarding the switch I flipped for cow, chicken, fish and so on...

    Troubleshooting

  • Node's becoming unreachable
    Sander StolkS Sander Stolk

    @tbowmo The IKEA Fantast probe with MAX6675 breakout board.

    Troubleshooting
  • Login

  • Don't have an account? Register

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