Alvaro Luis Bustamante

Results 10 issues of Alvaro Luis Bustamante

Check that ESP8266 can connect with WiFi like eduroam, with EAP/PEAP support in SDK 2.0. References: https://github.com/esp8266/Arduino/issues/1032 https://github.com/esp8266/Arduino/issues/2595#issuecomment-267809669

enhancement

The `thing.add_wifi` interface should be able to support more than one Wifi Connection.

enhancement

Energia IDE was updated recently using Arduino Library manager and boards. Now it is easier to install thinger.io library. Update documentation for the latests versions, as it is not required...

Hi, I have been compiling both with Arduino IDE and Platformio, and I started to notice binary size differences. When compiling a basic sketch with just `setup` and `loop`, like;:...

help wanted
Arduino

### Details Hi, the default embedding example illustrates how to create and run a single Environment... but, is it possible to create more than one Environment by using the CommonEnvironmentSetup::Create...

I cannot make SBU working (and I assume other SAMD libraries like SDU, SFU, SNU...). With this basic Sketch on Arduino, it compiles fine and includes the code required in...

help wanted

Build on Ubuntu 22, with GCC version 11.3.0 and the latest stable release of mold (mold 1.11.0) -fsanitize=address It works well if removed.

I was contemplating the potential benefits of incorporating tooltip support within Formly. It seems that many UI frameworks have already embraced this feature. In fact, I have successfully implemented it...

enhancement

Hi! Is it possible to include a plugin like Alsa, as a built-in driver? Thanks!

This pull request adds support for the BC660 modem to the TinyGSM library, including TLS connections. ### Added support for BC660 modem: * [`src/TinyGsmClient.h`](diffhunk://#diff-4eceb32e23fb179c347fcad161990c4983bf5fa8f2512f0ec3374fe0d5dcbd2eR89-R94): Added `TinyGsmBC660` typedefs (`TinyGsm`, `TinyGsmClient`, `TinyGsmClientSecure`)...