-
-
Write code that can successfully perform I2C communication between Arduino UNO and ESP8266.
- First, try to write this prototype for Arduino and 16x2 LCD so you can simulate something closer to the E…
-
I'm using ESP32-WROOM-32D with mcp1525 board (8Mhz).
I'm using this declaration
#define N2k_CAN_INT_PIN 21
if I set N2k_CAN_int_pin I get this error
![immagine](https://github.com/user-at…
merco updated
4 months ago
-
Just wondering how practical it would be to add a version of the controller software that utilises a Wifi shield.
My knowledge of Arduino and C++ is limited so am unsure as to how much work it might …
ryc76 updated
6 years ago
-
I got the following crash when my AP disconnected on the esp32.
```
I (1601088) wifi: Send disconnect event, reason=6, AP number=0
[WiFi] Lost connection to SSID: opia24
[WiFi] Attempting to rec…
-
Hardware: Arduino MKR1310
Firmware: 1.1.9
Library: LoRa.h 0.7.2 from https://github.com/sandeepmistry/arduino-LoRa
##Abstract
MKR1310 scrambles data instead of transmitting it unaltered.
### …
ghost updated
3 years ago
-
Hello,
I am trying to connect to a Socket.IO server. I have tried a lot of different things. Interestingly enough, I am able to connect to the server using the ArduinoWebSockets library, and I can …
-
From http://www.chipkit.org/forum/viewtopic.php?f=7&t=1076
> It is due to this section of code in the twi.c file in the wire library utilities folder:
>
> ```
> case TW_SR_DATA:
> twi_rxBuffer[0]…
-
Autor: (Informe técnico IPSJ SIG & Ⓒ2018 Sociedad de procesamiento de información de Japón, 2018)
I. PROBLEMA QUE EL AUTOR DESEA RESOLVER
Disolver la brecha en los niños en el uso de los lenguajes d…
-
Hello Together,
I have a Simrad GO7 XSR Chart Plotter..... and I have two nodes created by my own on an ESP8266....
1st is sending a Heading Signal
2nd is sending Humanity and Teperaturs
Str…