Geert Roumen

Results 9 issues of Geert Roumen

Hey all, Arduino has published a BLE library available for several Arduino boards that support BLE. It would be great if this library can also be compatible with this type...

As in the discussion around the [abs function](https://github.com/arduino/reference-en/pull/609), I think it could benefit the whole Arduino ecosystem to have explanations in animation format (explorable would be even better). This could...

enhancement

Within my thesis on the ['future of learning Arduino'.](http://thesis.geertroumen.com/) I found that some of the main struggles for beginners are typing/understanding the Arduino specific jargon and syntax, and knowing what...

enhancement

Allowing the user to set the max speed will enable newer faster Arduino based MCU's to control older devices that need slower clock speeds to function. https://github.com/arduino/ArduinoCore-API/issues/83

While the clock speeds of various Microcontrollers increase, the speed of the shiftIn and shiftOut also increases. This creates a problem when communicating with slower devices. It could be interesting...

Hey, I'm trying to make an app for android for making a time lapse, I want the images gained by ketai send over http POST to my server. I'm only...

I found a problem with this (and some of the other HX711 libraries), it seems like the library is too fast for the HX711 if the clock speed of the...

Hey, Right now on the Arduino 101 it doesn't give the suggestion to change the COM port when selecting the wrong one. It would be better if it was replaced...

Commented out the while (!Serial){} since this can be confusing for beginners