Hello, try --my-transport=nrf24
vidin
@vidin
Best posts made by vidin
-
RE: [SOLVED] Raspberry Pi serial gateway NRF24 - !TSM:INIT:TSP FAIL
Latest posts made by vidin
-
RE: MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
Hello bootloader support ATMEGA328PB now this uC is cheaper than 328p? Best regards
-
MY_DEFAULT_TX_LED_PIN using I/O expander e.g. MCP23008
Hi, how I can using indication LEDs using I/O expander, because I don't have free pins on my MCU.
mcp.begin();
mcp.pinMode(0, OUTPUT);
mcp.digitalWrite(0, HIGH); -
ATMgea328P U-TH / U-PH sleeping current
Hello I bought on aliexpress, 20 pcs of ATmega328p-au
5 pcs with marking ATMgea328P U-TH and 5 with marking U-PH
I solder all ten to node project with sleeping mode, use Minicore and this settings to burn bootloader
Internal 8MHz, Bod: Disabled.
Nodes with U-PH Atmega charge just 7uA and this repetitive current for this project. But every node with U-TH charge 250-750uA quick changes. Node working ok. Has anyone had a similar problem with ATmegas? Regards -
RE: SerialGateway problem with install
It's very old instruction, OpenHab not support MySensors, I have to compile library someone has working step for this?
-
RE: SerialGateway problem with install
I use this hardware, I dont connect radio directly to my RPi, but throught Arduino..
https://www.mysensors.org/build/serial_gateway -
RE: SerialGateway problem with install
Radio connection is realy ok, when I switch console to minicom init is ok and i find my nodes.
-
SerialGateway problem with install
Hi , I try use serial gateway on my rpi
I use this instruction, https://forum.mysensors.org/topic/6694/openhab-2-4-mysensors-serial-gateway-how-to-install
but when I start mysgw, gateway not run correctlypi@raspberrypi:~/MySensors $ sudo ./bin/mysgw Oct 21 21:18:10 INFO Starting gateway... Oct 21 21:18:10 INFO Protocol version - 2.3.2-beta Oct 21 21:18:10 DEBUG Serial port /dev/ttyUSB0 (115200 baud) created Oct 21 21:18:10 DEBUG MCO:BGN:INIT GW,CP=RNNGL---,FQ=NA,REL=8,VER=2.3.2-beta Oct 21 21:18:10 DEBUG TSF:LRT:OK Oct 21 21:18:10 DEBUG TSM:INIT Oct 21 21:18:10 DEBUG TSF:WUR:MS=0 Oct 21 21:18:10 DEBUG !TSM:INIT:TSP FAIL Oct 21 21:18:10 DEBUG TSM:FAIL:CNT=1 Oct 21 21:18:10 DEBUG TSM:FAIL:DIS Oct 21 21:18:10 DEBUG TSF:TDI:TSL Oct 21 21:18:14 NOTICE Received SIGINT
In Arduino IDE Serial port, gateway work correctly in rpi using minicom too.
-
Node is not going to sleep if can't send data
Hello, I use NRF24L01 and sleep() after mag(), if gateway NRF24 is not active node is not going to sleep mode. I should use MY_REGISTRATION_RETRIES or another option?
-
RE: [SOLVED] Raspberry Pi serial gateway NRF24 - !TSM:INIT:TSP FAIL
Hello, try --my-transport=nrf24