Search found 3 matches

by EBCLR2017
Sun Apr 09, 2017 5:31 am
Forum: ESP32 Arduino
Topic: ESP32 with ACS712
Replies: 5
Views: 25978

Re: ESP32 with ACS712

Thys may give you a direction //Programa: Medidor de corrente com sensor ACS712 //Autor: Arduino e Cia #include <Wire.h> #include <U8glib.h> //Definicoes do display Oled U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE); //int valor = 0; String str; int tamanho; const int analogIn = A0; int mVperAmp = 66;...
by EBCLR2017
Sun Apr 09, 2017 5:25 am
Forum: ESP32 Arduino
Topic: Can't get ESP32 WROOM to work with any example
Replies: 20
Views: 37327

Re: Can't get ESP32 WROOM to work with any example

Try change Arduino IDE tool flash frequency to 40 Mhz
by EBCLR2017
Sun Apr 09, 2017 5:12 am
Forum: ESP32 Arduino
Topic: pins_arduino
Replies: 2
Views: 6111

pins_arduino

I noted that have several variants for pins_arduino.h

What is the correct way of code, to set Arduino IDE to use a specific variant?