When I write a simple program to the DigiX using the Arduino IDE, then it runs fine, but when I then unplug it from my laptop and power it from a USB charger then it's not running for some reason. Is there something different about the way the DigiX gets reset by the IDE? The program is just reading two buttons and when they're pressed, sending a message over the wifi module. I've removed all of the serial in/out, so it's not waiting on that.
I'm about to add an LED and start flashing it from various points in the program, but I just wondered if anyone has had this problem before and can point me in the right direction? I suspect that it's not getting past the "wifi.ready()" check in setup(), but until I wire up an LED it's difficult to check.
Thanks!