hello, i would like to connect a accelerometer to a RF transmitter nd the RF receiver to my picaxe 28 board having picaxe 28X1micro controller,. can anyone tell me how to connect the trasmitter to the accelerometer nd the receiver to picaxe.
Do some research on the analog inputs (ADCs) of your picaxe. This will teach you how to read an analog input (such as the one outputted by your sensor). Next, do some googling for “Serial” and also “Picaxe 434mhz”. This will teach you how digital data is sent via serial comms.
When you have completed this research, you will discover why your proposal above will not work and how you can get it to work.