Hi All, Hope this is the correct Forum for this.
I'm working on a small project with Picaxe, which sends small packages of data to the arduino. (In the end on button press but now at interval of 0.5 seconds).
I really was wondering if anyone has any guides how how to read this data. When I read the analog port connected to the Receiver I get so much data that it must be noise, and it makes it hard for me to understand what I should be filtering and how!.
For reading I've been looking at this, but it seems I receive 9 values when I'm sending 8 bits and they don't seem to match either if one was a duplicate.
My PicAxe code if it's interesting to anyone
main:
serout C.2, n2400, ( 01010000 ) ; Send the data packet
pause 500 ; Wait 0.5 second
goto main ;
I'm willing to send a prefix to make sure the signal is the one I'm looking for but I'm kinda stuck here.
Any good directions or readings I should look into. Have been searching for hours and hours.
Let me know what kind of info you'd need of me! The sender and receiver is a set I got from the Picaxe store, as far as I can see it should work fine with arduino: RF Radio Receiver - Circuit Creator - PICAXE
And my Arduino is a Uno from Robotale got it from dealextreme and it worked fine in other projects.