@Kartman I tried this:
require('QuectelBG96').connect(usart, { apn : "web.vodafone.de", username : "vodafone", password : "vodafone" }, function(err) { console.log("Connected!"); if (err) throw err; gprs.at.cmd('AT+QFOTADL="http://mydomain.de/update.zip"',1000,print);
But how do I know that it worked? There is no console output. Or how much time does it need? Kind regards
@MobiTech 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.
@Kartman
I tried this:
But how do I know that it worked? There is no console output. Or how much time does it need? Kind regards