If you keep getting the error below (or a similar one) when trying to upload your sketch, read this article. Try the troubleshooting steps below in order. If it still fails, contact us and describe what you tried (which steps). Show verbose output of the Arduino IDE In File > Preferences do you have the … Continue reading “Error uploading sketch” in Arduino IDE and other upload issues →
Starting with the second lecture on Monday, you get to choose how you want the lectures: Live lectures via Canvas Conference (at 9:00), or Pre-recorded video lectures. You can let me know your preference, by answering the poll below. Of course, the lectures via Canvas Conference will be recorded too (they tend to be available … Continue reading How you want to have lectures? →
This tutorial describes how to build an electronic circuit with an RGB LED (a LED that can change color), and change its color using an App. It also demonstrates two-way communication over Bluetooth LE between an App built with App Inventor and the BLE-Nano board. The BLE-Nano board is basically an Arduino Nano with an … Continue reading Bluetooth communication between an App built with App Inventor and the BLE-Nano board →
Please share your impression of this course so far. The main focus of this course is: an introduction to programming focused on (quickly) building prototypes a mixture of (module-level) electronics and software prototyping With ‘module-level’ we mean application of modules and parts to quickly build prototypeswithout the basics of electronics (that is part of the … Continue reading AppDev survey →
Part of series about Android App Development: first step: installing Android Studio and create a ‘hello world’ app.