-
Arduino IDE 2.3.2, Libraries: AsyncTCP (by dvarrel) v1.1.1, ESP Async Webserver (by Me-No-Dev) v1.2.4, ESP32S2 in FDU mode, Additional boards manager URL: https://raw.githubusercontent.com/espressif/a…
-
where is the ino file that contains the whole code?
-
Hi,
I'm testing with sdd1306 in I2C on a board with rp2040.
It works well if I use I2C in HW but if I use software mode the display remains black.
I used the sample file attached to the library…
-
What does this output mean/How to read it?
![image](https://github.com/PowerBroker2/ELMduino/assets/128231244/cd13715a-0875-4ad5-ba26-83ca6557897c)
-
#include
int ledPins[8] = {0,1, 2, 3, 4, 5, 6, 7};
const byte sound[] PROGMEM = {128,
128, 128, 128, 127, 128, 127, 128, 127, 128, 127, 128, 128};
int pin, i;
void setup() {
for(pin=0; pi…
-
byte count();
void setup(){
for(byte i=4;i
-
//include the library code:
#include
const int rs=35, en=33, d4=31, d5=29, d6=27, d7=25;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
void setup(){
//set up the lcd's number of columns and …
-
#include
// Choose two Arduino pins to use for software serial
int RXPin = 2;
int TXPin = 3;
//Default baud of NEO-6M is 9600
int GPSBaud = 9600;
// Create a software serial port called "…
-
I am trying to upgrade my cube from your first version and getting an error when I try to upload to the ESP32. I have made it through most of the issues I encountered but this one I am unable to resol…
-
### Board
Wemos S2 mini
### Device Description
Just the board connected with usbc connected to pc
### Hardware Configuration
Nothing
### Version
latest development Release Candidate (RC-X)
##…