Hello guys,
some time ago I bought a RFM12Pi V2, hooked it up with my Raspberry and it was working well. Then I abandoned the project for a while, but now I’m back to finish it finally.
The problem is that I’m not able to get the RFM12Pi module working.
I think the problem might be serial console configuration on Raspbian Jessie.
What is the procedure to setup the serial console? Run raspi-config and disable the login shell over serial and then enable the uart in /boot/config.txt?
I did that, but I don’t see anything when I run sudo minicom -b9600 -D/dev/ttyAMA0
.
What I did wrong?