Search found 2 matches

by nnnayeem
Sun Oct 07, 2018 5:58 am
Forum: General Discussion
Topic: ESP 32 is not connecting to wifi after using external power.
Replies: 2
Views: 5311

ESP 32 is not connecting to wifi after using external power.

Hello Everyone, One of my project I am sending post request using esp32. While checking my project powered by my laptop it is working perfectly. But my issue is that, esp32 is not connecting after using external power. I meant, I am giving power using vin pin and esp32 is not connecting to wifi. But...
by nnnayeem
Sun Aug 05, 2018 4:59 am
Forum: ESP32 Arduino
Topic: Trying to Upload Data to Server Using ESP32
Replies: 1
Views: 5372

Trying to Upload Data to Server Using ESP32

Hello Everyone. I am trying to send post request to a specific url using esp32 arduino core. But every time I run the code It returns 200. In the backend I am trying to get the data from post request sent by esp32. But the value return null for every request. I tested the backend using postman to fi...