Search found 5 matches

by rajatjain313
Mon May 31, 2021 7:10 am
Forum: General Discussion
Topic: Connecting with Wifi using AP mode
Replies: 1
Views: 1654

Connecting with Wifi using AP mode

Hi. I am wanting to create a web page where i can enter wifi details so that my esp32 wroom 32E can save the wifi settings and publish data using mqtt. So when i turn on esp32, we put the device on AP mode, open a url (10.10.10.10 as example) which is preset in the code in esp32. once the page opens...
by rajatjain313
Fri Sep 13, 2019 11:27 am
Forum: General Discussion
Topic: esp8266-12e node mcu is not detecting adxl345
Replies: 2
Views: 4091

esp8266-12e node mcu is not detecting adxl345

hello everyone , i have done conection of adxl345 and esp8266-12enode mcu for vibration . the connection is in i2c .but my esp8266-12e node mcu is not detecting adxl345 here is my code #include <Wire.h> #include <Adafruit_Sensor.h> #include <Adafruit_ADXL345_U.h> #define scl D1 #define sda D2 /* Ass...
by rajatjain313
Tue Jul 09, 2019 10:20 pm
Forum: ESP-IDF
Topic: Saving data on 4MB additional RAM available on ESP32 Wroom
Replies: 4
Views: 4864

Re: Saving data on 4MB additional RAM available on ESP32 Wroom

I was trying on ESP32 Wroom which has a 4MB flash memory
by rajatjain313
Mon Jul 08, 2019 7:49 am
Forum: ESP-IDF
Topic: Saving data on 4MB additional RAM available on ESP32 Wroom
Replies: 4
Views: 4864

Saving data on 4MB additional RAM available on ESP32 Wroom

Hi. I am using esp32 wroom which has addiotnal 4mb ram. We are trying to capture data from a sensor and read it in the 4mb ram and later send the data to server. I am suing ESP32 IDF and was able to activate 4mb ram on wroom however i am not able to save data on the RAM which is given in the sensor....
by rajatjain313
Mon Jun 17, 2019 8:15 pm
Forum: ESP-MDF
Topic: ESP Mesh With ESP32
Replies: 1
Views: 3438

ESP Mesh With ESP32

Hi. I am trying to build esp mesh using esp32 but the sdk seems incomplete. Is there i can get full sdk for mesh on esp32.