-
```
What steps will reproduce the problem?
1. Open up one of the Ethernet example sketches
2. Build and upload it to a Current Cost Bridge device
3. Observe the Ethernet traffic
What is the expected …
-
Hi, I wrote a [library for Arduino to send/receive ipMIDI](https://github.com/lathoub/Arduino-ipMIDI) (IDE 1.8.10). All works fine, but after a while, the Arduino stops receiving input (sending bytes …
-
When using other library that also declare this enum there is a conflict and triggers a compiler error.
Adding the `#ifdef` fixes the issue as if it's already declared in another include (arduino pic…
-
Hi
I've an Arduino that download a XML file from an IP address and store on SD Card
When I was using sdFat V1.1.4 there was no problems. After update to V 2.0.5 Arduino start to download the file …
-
**Describe the bug**
Compiling with lcdgfx versions 1.1.2 and 1.1.4 terminates with the following error:
"In file included from /Users/xx/Documents/Arduino/libraries/lcdgfx/src/lcd_hal/io.h:55:0,
…
-
Hi Imroy,
I am trying to use MQTT using the following:
Ethernet Arduino board or using ESP2866 module
For the past 3 years I have been using this library, https://github.com/knolleary/pubsubclient t…
-
I am using this library in a project.
The project has WiFi and webserver is spawned as well.
My device crashes when there a lot of HTTP requests.
I have run the ep32 exception decoder and found out…
-
Regarding the setup instructions for StandardFirmataEthernet, the user now needs to uncomment a couple of includes for their particular ethernet hardware. See this section: https://github.com/firmata/…
-
### The problem
[0;35m[C][http_request:014]: HTTP Request:[0m
[0;35m[C][http_request:015]: Timeout: 10000ms[0m
[0;35m[C][http_request:016]: User-Agent: esphome/wt32-eth01[0m
[0;35m[C][http_req…
-
```
With the new Arduino 1.0 Ethernet library with the DHCP client included, if
your DHCP server returns more than one DNS server address for use it fails to
parse the remainder of the DHCP response…