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
Rodolfo VieiraR

Rodolfo Vieira

@Rodolfo Vieira
About
Posts
15
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @Juan-González-M. said in NRF24 i cant configure raspberry pi1:

    Same problem here.

    If you solve the problem please tell me.

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd
    may be all my nrf24 are damaged, i have 3.

    Is there any way to check if they are good?
    If the connections are well made should work correct?

    And is an external source even necessary?

    tomorrow i will test what do you say me now, because now have to go to work.

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd
    yes i changed gnd As you told me,,,and not work.
    after that i confirm again all wires...and not work again.... then i connect more two nrf24...make sudo reboot
    and run sudo ./bin/mysgw -d

    but the error is the same,,, so a decide help with external source 3.3v

    i connected wire power nrf24 ---> power external source
    gnd powersource -------> other gnd raspberry pi

    sudo reboot again...
    after sudo ./bin/mysgw -d

    and the error is the same..... :(

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd you are correct. I confirm all the wires 5 times.
    but the error is the same.

    after that i changed my nrf for two other that i had, and the error is the same.

    exist any way to confirm if the nrf24 is working fine? may be my nrf are damaged. i dont know.

    edit: I tried to , connect POWER NRF24 to external power, and connect ground external power to ground raspberry pi.. and the result is the same.

    TSM:INIT:TSP FAIL

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd ok no problem i waiting

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    off course

    https://goo.gl/photos/WB7kkt9A4uxkSwr99

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd lol ok, i am newbie sorry for the stupid acts.

    1 ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003 --my-gateway=ethernet --my-controller-ip-address=192.168.1.65

    2 make

    3 sudo ./bin/mysgw -h

    4 sudo ./bin/mysgw -d

    result:

    mysgw: Starting gateway...
    mysgw: Protocol version - 2.1.1
    mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
    mysgw: TSM:INIT
    mysgw: TSF:WUR:MS=0
    mysgw: !TSM:INIT:TSP FAIL
    mysgw: TSM:FAIL:CNT=1
    mysgw: TSM:FAIL:PDT

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd
    ok thank you so...i make this:

    1 git clone https://github.com/mysensors/MySensors.git --branch master
    cd MySensors

    2 ./configure --my-transport=nrf24

    3 ./configure --my-gateway=ethernet --my-port=5003

    4 ./configure --my-gateway=ethernet --my-controller-ip-address=192.168.1.65

    5 make

    6 sudo ./bin/mysgw -h

    7 sudo ./bin/mysgw -d

    and i receive this:
    pi@hassbian:~/MySensors $ sudo ./bin/mysgw -d
    mysgw: Starting gateway...
    mysgw: Protocol version - 2.1.1
    mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
    mysgw: TSM:INIT
    mysgw: TSF:WUR:MS=0
    mysgw: !TSM:INIT:TSP FAIL
    mysgw: TSM:FAIL:CNT=1
    mysgw: TSM:FAIL:PDT
    mysgw: TSM:FAIL:RE-INIT
    mysgw: TSM:INIT
    mysgw: !TSM:INIT:TSP FAIL
    mysgw: TSM:FAIL:CNT=2
    mysgw: TSM:FAIL:PDT

    what is the problem?

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd
    ok, already actived SPY
    [SECTION] Detecting target machine.
    [OK] machine detected: SoC=unknown, Type=unknown, CPU=armv6l.
    [SECTION] Checking GPIO Sysfs.
    [OK] /sys/class/gpio/export found
    [SECTION] Detecting SPI driver.
    [OK] SPI driver detected:SPIDEV.
    [SECTION] Detecting init system.
    [OK] init system detected: systemd.
    [SECTION] Saving configuration.
    [SECTION] Cleaning previous builds.
    [OK] Finished.

    now what the frequency i should in this line:
    --my-transport=rfm69 --my-rfm69-frequency=868 --my-is-rfm69hw

    remember i use nrf24 no rfm69

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @Rodolfo-Vieira said in NRF24 i cant configure raspberry pi1:

    [SECTION] Detecting SPI driver.
    [WARNING] No supported SPI driver detected

    @mfalkvidd ahhhh ok :) sorry, now i can solve this problem:
    [SECTION] Detecting SPI driver.
    [WARNING] No supported SPI driver detected

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    @mfalkvidd

    pi@hassbian:~/MySensors $ ./configure
    [SECTION] Detecting target machine.
    [OK] machine detected: SoC=unknown, Type=unknown, CPU=armv6l.
    [SECTION] Checking GPIO Sysfs.
    [OK] /sys/class/gpio/export found
    [SECTION] Detecting SPI driver.
    [WARNING] No supported SPI driver detected.
    [SECTION] Detecting init system.
    [OK] init system detected: systemd.
    [SECTION] Saving configuration.
    [SECTION] Cleaning previous builds.
    [OK] Finished.
    pi@hassbian:~/MySensors $ --my-transport=nrf24
    -bash: --my-transport=nrf24: command not found

    the error continues

    Troubleshooting

  • NRF24 i cant configure raspberry pi1
    Rodolfo VieiraR Rodolfo Vieira

    hello everbody, i need your help.
    I connect my NRF to Raspberrypi according the tutorial: https://www.mysensors.org/build/raspberry

    1 step i installed that line:
    git clone https://github.com/mysensors/MySensors.git --branch master

    OK

    2 step i wrote: cd MySensors

    but when i tried 3 step

    pi@hassbian:~ $ cd MySensors
    pi@hassbian:~/MySensors $ --my-transport=nrf24

    give this error:

    -bash: --my-transport=nrf24: command not found

    what can i do?

    thanks

    Troubleshooting

  • 💬 Relay
    Rodolfo VieiraR Rodolfo Vieira

    hello one doubt
    if a use this sketch: /mysensors/MySensorsArduinoExamples/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino

    when i press the button home assistant knows if switch was turned or off? its change the stat?

    Announcements

  • board with relay for hide behind switch.
    Rodolfo VieiraR Rodolfo Vieira

    Hi, I have common european switches in my house

    I intend to use some pir sensors in my house to turn on lights, but I did not want to miss the method of manually switching them on by the switch.

    I'll use the home assistant as the interface.
    Is there a relay board where I can hide behind the switch, where the home assistant then knows if the light is off or on?

    Which board to advise me, needs to be small.

    Hardware

  • 💬 AC-DC double solid state relay module
    Rodolfo VieiraR Rodolfo Vieira

    hello, anyone use this project with home assistant?

    OpenHardware.io hlk-pm01 solid state relay light switch light acdc
  • Login

  • Don't have an account? Register

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