Dear arduino users,
I am trying to make a communication from an arduino with a 433 Mhz module (FS1000A from kwmobile), and make it discuss with an rfxcom (linked to my domoticz installation but it is not the question) using the oregon protocol (I want to convey temperature/humidity).
I made it to work using codes found on the Web, the code is pretty simple sending pulses on 433 Mhz. I have a very strange behavior: sometime it works, sometime not (yes, I know it may be a common problem but I expect it to be deterministic and a microcontroller and it is not the case). Some points I noticed/tried/checked :
- It seems to work better after uploading the code on the board
- It always finish by fail after a moment (not, as expected, lost some events, just stop sending message but the serial log shows that the code is still called)
- I added a 1/4 antenna and I tried also to put the arduino nearer to the rfxcom receiver, no change in behavior
- I tried 3 433 modules, same issue
- I mesure 5.15V on the module (from the arduino board). Could it be the problem?
- no difference plug on the USB of my laptop or a USB powers supply directly
Any idea?
Thank you in advance. Doms.