Search found 6 matches

by harshcht
Fri Sep 09, 2022 3:43 am
Forum: General Discussion
Topic: ESP-32 with arduino IDE giving TG1WDT_SYS_RESET
Replies: 1
Views: 2373

ESP-32 with arduino IDE giving TG1WDT_SYS_RESET

I'm using arduino IDE to program an ESP32-WROOM-32D module. The code upload is successful however after uploading the code on the serial terminal I'm getting :

rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv ...
by harshcht
Thu Jul 06, 2017 6:50 am
Forum: ESP32 Arduino
Topic: Capacitive touch.
Replies: 2
Views: 10092

Capacitive touch.

I was trying out the capacitive touch of ESP-32 using arduino IDE. this is my code :

void setup()
{
Serial.begin(115200);
delay(1000); // give me time to bring up serial monitor
Serial.println("ESP32 Touch Test");
}

void loop()
{
Serial.println(touchRead(T0)); // get value using T0
delay ...
by harshcht
Thu Jun 08, 2017 6:11 am
Forum: ESP32 Arduino
Topic: digitalRead on pin 34.
Replies: 4
Views: 26221

Re: digitalRead on pin 34.

Thanks @thorvard Now it is working well with digitalRead however if I put in the following code.
It does not work properly and digitalRead gives zero even at 3.3 v analog input. Can I use both digital Read and analog read on the same pin?

void setup() {
// put your setup code here, to run once ...
by harshcht
Thu Jun 08, 2017 5:43 am
Forum: ESP32 Arduino
Topic: Linearity of esp 32
Replies: 0
Views: 4584

Linearity of esp 32

I have read about the linearity issue on esp forums.
I recently did a test on it and found the following result (I am using the analog read function on the arduino IDE) :
[img] 2017-06-08.png [/img].
the excel sheet attached has the input value and the output no. of the esp.

It is pretty linear ...
by harshcht
Mon Jun 05, 2017 11:40 am
Forum: ESP32 Arduino
Topic: digitalRead on pin 34.
Replies: 4
Views: 26221

digitalRead on pin 34.

I was trying to digital read (using arduino IDE) on my pin GPIO34 of esp32. However digitalRead(34), returns 0 irrespective of whether I press the button or not. I have connected the pin to 3.3 V sourse using a push button. Is there something I am doing wrong as the function works fine on pin 19 or ...
by harshcht
Fri Mar 31, 2017 3:04 am
Forum: Hardware
Topic: ESP-32 WROOM module: conecting with FTDI
Replies: 2
Views: 14803

ESP-32 WROOM module: conecting with FTDI

Can we connect the ESP 32 module with a FTDI (USB to serial converter) just the way we connect an esp8266?
If yes can anyone tell me how to do it. It would be a great help. Thanks in advance. :)

Go to advanced search