Hi! I saw this project while doing my OpenEnergyMonitor and I thought it would be great to solder the rfm12 to my Fonera :)
Unfortunately, GPIO0 is very easily peelable, and after soldering it, it went out along with the cable :( It is now not possible to use GPIO0 on my Fonera.
I've seen in the code https://github.com/RickP/rfm12_gateway/blob/master/package/rfm12_server/src/rfm12_server.c this comment:
/*
- @todo: Use poll() or interrupts instead of polling the irq gpio
*/
I'm completely lost about this, but I'm willing to contribute. Could you enlighten me to the path so that I can work with the code to develop the poll() or interrupts so that I can avoid using the GPIO0 for my rfm12b to work?
Thanks a lot!!!
Hi! I saw this project while doing my OpenEnergyMonitor and I thought it would be great to solder the rfm12 to my Fonera :)
Unfortunately, GPIO0 is very easily peelable, and after soldering it, it went out along with the cable :( It is now not possible to use GPIO0 on my Fonera.
I've seen in the code https://github.com/RickP/rfm12_gateway/blob/master/package/rfm12_server/src/rfm12_server.c this comment:
/*
*/
I'm completely lost about this, but I'm willing to contribute. Could you enlighten me to the path so that I can work with the code to develop the poll() or interrupts so that I can avoid using the GPIO0 for my rfm12b to work?
Thanks a lot!!!