Per Tillisch

Results 1081 comments of Per Tillisch

Between 1.0.5-r2 and 1.8.5 is a huge jump. You need to bisect the issue to see exactly where it was introduced. Go back to using Arduino IDE 1.8.5 and using...

[_From dlabun on 2018-04-07:_](https://github.com/arduino/Arduino/issues/7420#issuecomment-379500431) I should first point out that the GSM Shield v2 has been retired for some time now and Arduino isn't selling them any more... Are you...

>I think it might be worth having even just a code style formatter See https://github.com/arduino-libraries/Arduino_MKRGPS/pull/1 for a lot of discussion that resulted from my attempt to do this. At that...

As I brought up in https://github.com/arduino-libraries/Mouse/pull/13#issuecomment-598643770: One thing to note is that these sketches already come bundled with the Arduino IDE (and Arduino Web Editor) under **[File > Examples >...

There is some valuable discussion on this subject at https://github.com/arduino-libraries/Keyboard/issues/26

Hi @gannaramu. There is a draft proposal for adding such a capability here: https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/41

>you'd have to still use the shield on a Crypto-enabled board. What about people supplying their own crypto chip? Low priced ATECC508 modules are readily available and even working with...

I'll provide a minimal sketch that will produce the Mbed OS crash reported here: ```cpp #include #include void setup() { BLE.begin(); } void loop() {} ```

@leonardocavagnis we should wait to close the issue until the pull request has been merged. I have linked the two together so that GitHub will do that automatically. FYI, there...

> IDE 2.X has "changed the rules" by not defining the variable {sketch_path} This bug is now tracked by the Arduino CLI developers at https://github.com/arduino/arduino-cli/issues/2340. There is no need to...