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
M

MartinP

@MartinP
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IKEA trådfri
    M MartinP

    Looks interesting.
    According to This (unfortunately in Swedish) it uses Zigbee protocol.
    I have seen some diskussions about Zigbee on the forum but no actual mysensor support.

    Hardware tradfri ikea trådfri

  • Safe In-Wall AC to DC Transformers??
    M MartinP

    Would this varistor work with 240v?
    http://www.ebay.com/itm/10-x-Zinc-Oxide-Varistor-250VAC-60J-2500A-10mm-/260848704608?hash=item3cbbcb5c60

    Hardware

  • Pro Micro Hookup and Code
    M MartinP

    @den2k I have mine pro micro connected the same way, but i have a 3.3v regulator to the radio.
    I don't know why but i guess i have experimented with both 5v and 3.3v so it came along when shifting the Arduino.

    Sorry i cant help more but i honestly have no idea how to go forth.

    Hardware

  • openHAB 2.0 binding
    M MartinP

    @gregl the link doesn't work, here is the correct one:
    https://community.openhab.org/
    (only that annoying little s after http i think ;) )

    OpenHAB

  • Pro Micro Hookup and Code
    M MartinP

    I'm using a pro Micro as serial gateway and sensor with the 'standard' pin configuration.
    @den2k Do you have more than one Pro Micro and NRF24L01+ to try with?
    Do you use the serial gateway sketch without modifications?
    What do you get in the serial output when starting the gateway?

    Good luck
    Martin

    Hardware

  • Ethernet Gateway: How to turn Off Debug?
    M MartinP

    You are changing in the wrong file.
    The file you should change in is MyConfig.h.

    #ifndef MyConfig_h
    #define MyConfig_h
    
    /***
     * Configure Sensor Network
     */
    #define RF24_CHANNEL	   76             //RF channel for the sensor net, 0-127
    #define RF24_DATARATE 	   RF24_250KBPS   //RF24_250KBPS for 250kbs, RF24_1MBPS for 1Mbps, or RF24_2MBPS for 2Mbps
    #define RF24_PA_LEVEL 	   RF24_PA_MAX    //Sensor PA Level == RF24_PA_MIN=-18dBm, RF24_PA_LOW=-12dBm, RF24_PA_HIGH=-6dBM, and RF24_PA_MAX=0dBm
    #define RF24_PA_LEVEL_GW   RF24_PA_LOW  //Gateway PA Level, defaults to Sensor net PA Level.  Tune here if using an amplified nRF2401+ in your gateway.
    #define BASE_RADIO_ID 	   ((uint64_t)0xA8A8E1FC00LL) // This is also act as base value for sensor nodeId addresses. Change this (or channel) if you have more than one sensor network.
    
    // MySensors online examples defaults
    #define DEFAULT_CE_PIN 9
    #define DEFAULT_CS_PIN 10
    
    
    /***
     * Enable/Disable debug logging
     */
    #define DEBUG  
    
    #endif
    
    Troubleshooting
  • Login

  • Don't have an account? Register

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