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
Alex PopovskiyA

Alex Popovskiy

@Alex Popovskiy
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [SOLVED]TSM:CHKID:FAIL between serial gateway and node
    Alex PopovskiyA Alex Popovskiy

    Hi, It seems that you are using ID 255 for your temp node, but ID's 0 and 255 are reserved for gateway id and broadcast. Also, if not using any controller, you should manually assingn ID to sensor nodes in a sketch, like that:

    #define MY_NODE_ID 10
    Troubleshooting

  • Level Shifter for RFM69
    Alex PopovskiyA Alex Popovskiy

    @TimO I have 3 nodes (incl. gateway) with this level shifters running and don't see any problems so far. I recently switched all of my nodes from nrf's to rfm69's and had to make 'adaptor' pcb's to connect rfm's, for 3v nodes this 'adaptor' is trivial and for 5v nodes it uses 4ch level shifter from aliexpress. MISO, MOSI, SCK and NSS goes through shifter and D2(IRQ) pin connected directly

    Hardware rfm69

  • Sensor node not working without #define MyDebug
    Alex PopovskiyA Alex Popovskiy

    I observed similar problem with nodes communication, only in opposite direction, the gateway was fine but two of my nodes required MY_DEBUG enabled to function properly. One of them was completely unreachable without MY_DEBUG or a delay(10) in the loop(), and other node had big problems receiving data (a lot of fail's). I couldn't figure out where the problem was, my assumption is that it is some kind of timing problem, maybe the radio being polled to fast or something... and debug prints certainly add some time to code execution and that kinda solves the problem. But thats only my assumption, I may be completely wrong

    Troubleshooting

  • Node's becoming unreachable
    Alex PopovskiyA Alex Popovskiy

    @karl261 said:

    I am totally sick of these NRFs that all perform differently. 😉

    Same here! So I radically solved my problems with connectivity by moving to rfm69 radios. It took some time and effort to make 'adaptor' pcbs to connect rfm's to my existing nodes, especially for 5v nodes, as rfm's are not 5v tolerant and require voltage level converter. I don't have comprehensive statistics for now (finished switching only a few days ago), but even first tests gave stable communication range far beyond that I ever saw with nrf's

    Troubleshooting

  • requesting info from other node
    Alex PopovskiyA Alex Popovskiy

    @kk02067 it will work fine without presentation

    Development

  • requesting info from other node
    Alex PopovskiyA Alex Popovskiy

    I understand that. But is it possible to request data from another random node without doing any programming in the node thats being requested?

    No, the node must have some code to catch incoming request and respond properly

    And is it enough to keep the requesting node awake just the time to get the response?

    Yes, it should be enough

    Development

  • requesting info from other node
    Alex PopovskiyA Alex Popovskiy

    I guess you can use this sensor_api_20#requesting-data to do what you want

    Development
  • Login

  • Don't have an account? Register

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