Hello Gordon,
I developed a Rak8212 firmare using espruino.
My firmware use the following sensors:
accelerometer lis3dh
the bluetooth advertising and gatt protocol
the bg96 module for gps and internet connection
Now I'm trying to adapt that firmware to run it on the Rak5010 by using the Rak8212 firmware but changing only the pins values because the two schematic seem to be similar .
For the lis3dh javascript module it was enough to change the interrupt and pins parameters, like this:
The bluetooth functions are working perfectly despite the nordic chip differences.
But now I'm stuck with the bg96 module.
Could you tell me if this is the right way to proceed or if there is other code to change into the espruino sources before I can use it?
Thank you!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello Gordon,
I developed a Rak8212 firmare using espruino.
My firmware use the following sensors:
Now I'm trying to adapt that firmware to run it on the Rak5010 by using the Rak8212 firmware but changing only the pins values because the two schematic seem to be similar .
For the lis3dh javascript module it was enough to change the interrupt and pins parameters, like this:
in place of
The bluetooth functions are working perfectly despite the nordic chip differences.
But now I'm stuck with the bg96 module.
Could you tell me if this is the right way to proceed or if there is other code to change into the espruino sources before I can use it?
Thank you!