I'm using the standard v1.4 board, I'm not doing any fancy poking around.
One thing I should point out is my code is being sent over Bluetooth.
I've now got a Cordova app running which changes my LED strip from my phone using Bluetooth also.
I've noticed that if I call basic functions without parameters everything is fine. But If I add complex objects as parameters my app seems to fail, but I don't know how to debug this on my phone.
Could this be related to how the data is pushed over Bluetooth?
What I mean is when the app fails could it be similar to the missing characters when using the IDE because if I'm only calling a function name over Bluetooth it never fails, only when passing an object as a param, it fails intermittently.
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'm using the standard v1.4 board, I'm not doing any fancy poking around.
One thing I should point out is my code is being sent over Bluetooth.
I've now got a Cordova app running which changes my LED strip from my phone using Bluetooth also.
I've noticed that if I call basic functions without parameters everything is fine. But If I add complex objects as parameters my app seems to fail, but I don't know how to debug this on my phone.
Could this be related to how the data is pushed over Bluetooth?
What I mean is when the app fails could it be similar to the missing characters when using the IDE because if I'm only calling a function name over Bluetooth it never fails, only when passing an object as a param, it fails intermittently.