David A. Mellis
David A. Mellis
Currently, you pass the serial port of the Arduino board as a command line argument. Instead, there should be a GUI that lets you select it from a drop-down list....
Right now, I have digital read as a boolean but digital write has a menu with "high" or "low". Instead, digital read should probably take a boolean, but only if...
Right now, the extension is hardcoded for the Uno (digital pins 2 to 13, analog pins 0 to 5). Instead, it should work on any board. Probably requires a way...
This seems to be a popular microcontroller. BTW, I probably won't get to this myself any time soon, so contributions welcome!
Upload the Fade example. Rather than smoothly fading (as with pins 2 and 3 on timer 0), an LED attached to pins 4 or 5 blinks/strobes as it fades. Probably...
The GSM.begin() function doesn't return until the phone connects to a network, so, failing that, it never starts up. It would be nice to still be able to, say, look...
When you remove the SIM card and then re-insert it, it's not automatically detected by the GSM module, leading to lots of problems (can't make calls, access the phone book,...
If you missed a call but haven't yet seen the missed call alert for it -- and then someone calls you and you answer, the subsequent missed call alert will...
If you get a text message or a phone call while you're in the middle of composing a text message or dialing a number, the phone number (and message) of...
Right now, if you get a missed call alert from someone that's not in your phone book, you can see their number and call back, but there's no way to...