I solved by using the poke32 to set/clear the P1.07 pin like this:
poke32(0x50000300 + 0x518, 1 << 7); // set poke32(0x50000300 + 0x508, 1 << 7); // clear poke32(0x50000300 + 0x50C, 1 << 7);
But the gps response was always:
{"error": "Timeout"}
The http get request always returns:
{"code": -15, "message": "no response"}
@LorenzoG started
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.
I solved by using the poke32 to set/clear the P1.07 pin like this:
But the gps response was always:
The http get request always returns: