Bart De Lathouwer

Results 130 comments of Bart De Lathouwer

W5100 (Arduino Ethernet) reports 4, W5500 shield (on MKRZERO) reports 8.

Here the MKR1400 stalled during reading of the response: ``` +UUSORD: 0,241 AT+USORD=0,1 +USORD: 0,1,"74" OK +UUSORD: 0,240 AT+USORD=0,1 +USORD: 0,1,"65" OK +UUSORD: 0,239 AT+USORD=0,1 +USORD: 0,1,"6E" OK +UUSORD: 0,238...

I bought another brand new MKR1400 from the Arduino store, hoping the above hanging just due to hardware failure - nope! New unit hangs as well..... What is the ideal...

Thanks @FrancMunoz When reading #10, I understand that the issue is still under investigation (with some pointers how to solve the issue). Let me try to include your alternatives. Not...

Roger! I'm running 1.6.18 for SAMD core and 1.1.2 of MKRGSM. I'm also reading [AT command examples](https://www.u-blox.com/sites/default/files/AT-CommandsExamples_AppNote_%28UBX-13001820%29.pdf) trying to understand better how the U201 socket reading works. Looks like to...

I got [TinyGSM](https://github.com/vshymanskyy/TinyGSM) to work with the MKR GSM and is running stable for 3 hours now (doing HTTP GET) - I'll leave it overnight and see it if freezes...

Pull request to the example: https://github.com/vshymanskyy/TinyGSM/pull/161

Hi @FrancMunoz I appreciate your positiveness, but to be honest: MKR 1400's are sold under the Arduino brand, so I expect quality and active software development. @Prof62 is right, currently...

Very good comment, I have implemented ActiveSensing as part of the underlying library [FortySevenEffects Arduino MIDI Library](https://github.com/FortySevenEffects/arduino_midi_library) and a new version is soon to be released - stay tuned as...

Why create `usb_midi` twice? Once here: `Adafruit_USBD_MIDI usb_midi;` en again (under another namespace) in the MACRO here: `MIDI_CREATE_INSTANCE(Adafruit_USBD_MIDI, usb_midi, MidiUsb);` Not sure where `TinyUSBDevice` comes from. Less important: set all...