Hi all,
can anyone tell me what overides each other here.
MY_TRANSPORT_MAX_TX_FAILURES or RFM95_RETRIES
i have a roaming node that will at some point need to change parents that are in a fixed location. any ideas?
Thanks
Hi all,
can anyone tell me what overides each other here.
MY_TRANSPORT_MAX_TX_FAILURES or RFM95_RETRIES
i have a roaming node that will at some point need to change parents that are in a fixed location. any ideas?
Thanks
Triple checked the wiring. .. through a level shifter,
DIO0 - D2
NSS - D10
MOSI - D11
MISO - D12
SCK - D13
GND - GND (only one on the radio, do they all need to be connected?)
VDD - 3V3
Does that code look fine?
Might change the hardware out if that is the case.
@mfalkvidd Thank you, looks like that will help me as well.
Have had a bit of a tinker and still not getting the transport to initialise.
#define MY_DEBUG
#define MY_DEBUG_VERBOSE_RFM95
#define MY_RADIO_RFM95
#define RFM95_434MHZ
#define MY_RFM95_MODEM_CONFIGRUATION RFM95_BW125CR48SF4096
#define MY_GATEWAY_SERIAL
// Enable inclusion mode
#define MY_INCLUSION_MODE_FEATURE
#define MY_INCLUSION_MODE_DURATION 60
#define MY_DEFAULT_LED_BLINK_PERIOD 300
#include <MySensors.h>
void setup()
{
}
void presentation()
{
}
void loop()
{
}```
Thats what i have for the gateway and this is the response
0;255;3;0;9;MCO:BGN:INIT GW,CP=RLNGA--,VER=2.1.1
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSF:WUR:MS=0
0;255;3;0;9;RFM95:INIT
0;255;3;0;9;!TSM:INIT:TSP FAIL
0;255;3;0;9;TSM:FAIL:CNT=1
0;255;3;0;9;TSM:FAIL:PDT```
Anyone able to assist? is the code right and its a hardware issue or is there more that needs to be in the code?
@gohan Thank you, the one place i didnt look that i should have looked first
Does anyone here have any code examples of the defines etc to get an RFM95 module (sx1278) to work in mysensors? cant find it in the API page. Many thanks to someone who can help
@maolintao did you have any working code for mysensors that works for the sx1278?
@mfalkvidd thanks for that.
Hoping someone has got an example code for the sx1278. Ill keep trying when i get some time and see if i can get it to work
@mfalkvidd Thanks, any working code examples and hardware wiring?
Havnt been able to find anything about what defines to use etc.
Thanks
Hey guys, just wondering if anyone has got ms to work with an sx1278 lora radio?
have tried using the rfm defines but no luck. would be great if this could be implemented in the future releases