Search found 8 matches

by tomcat2900
Sat Oct 26, 2019 11:17 pm
Forum: General Discussion
Topic: ESP32 NETWORK
Replies: 1
Views: 2809

ESP32 NETWORK

Hello ! I want to make a WIFI network with up to ten ESP32 OR ESP8266 microcontrollers. Assigned IP Addresses : 192.168.1.10-192.168.1.10 . Please tell me how can I send a text message from one ESP module to another one based on IP addresses ? My command should look like this : SEND "text message" T...
by tomcat2900
Fri Sep 20, 2019 9:21 pm
Forum: General Discussion
Topic: Connect ESP32 to MS SQL Server
Replies: 4
Views: 15082

Connect ESP32 to MS SQL Server

Hello!

How can I connect ESP32 to a Microsoft SQL Server for writing and reading data from a database ?

Thank You !
by tomcat2900
Mon Jul 08, 2019 10:45 pm
Forum: General Discussion
Topic: ESP32 Upload/Delete/Modify File Using External App
Replies: 0
Views: 2231

ESP32 Upload/Delete/Modify File Using External App

ESP32_Working_Diagram.jpg Hello ! Can someone tell me how to Upload/Delete/Modify File to ESP32 using a external app from Windows ? The ESP32 file must be accessed via WIFI and knowing the IP address of the ESP32 or via usb/serial port directly to the connected ESP32. Which programming language I s...
by tomcat2900
Mon Jul 01, 2019 10:18 am
Forum: General Discussion
Topic: ESP32 Onboard LED Not Blinking
Replies: 2
Views: 23241

Re: ESP32 Onboard LED Not Blinking

Thank You Very Much !
by tomcat2900
Sun Jun 30, 2019 11:40 pm
Forum: ESP32 Arduino
Topic: ESP32 Read File Line by Line
Replies: 0
Views: 2297

ESP32 Read File Line by Line

Hello!
Please tell me how to read a file from ESP32 SPIFFS line by line.
I want to make a file on my ESP32 and to store there a few constants like:
WIFI SSID=""
WIFI Password=""
WIFI IP=""
line4=999999
line5=999999
linen=999999
Thank You !
by tomcat2900
Sat Jun 29, 2019 10:28 pm
Forum: ESP32 Arduino
Topic: ESP32 Set WIFI Max Power
Replies: 0
Views: 2163

ESP32 Set WIFI Max Power

Hello !
Please tell me how to set MAX power for ESP32 WIFI.
esp_wifi_set_max_tx_power(int8_t power)

Thank You !
by tomcat2900
Sat Jun 29, 2019 10:26 pm
Forum: General Discussion
Topic: ESP32 Onboard LED Not Blinking
Replies: 2
Views: 23241

ESP32 Onboard LED Not Blinking

Hello ! I have a ESP32 BOARD DEVKIT V4 (ESP32-WROVER-IB (8 MB flash) ESP32-DEVKITC-VIB) This code for blinking onboard LED doesnt work /* * https://circuits4you.com * ESP32 LED Blink Example * Board ESP23 DEVKIT V1 * * ON Board LED GPIO 2 */ #define LED 2 void setup() { // Set pin mode pinMode(LED,O...
by tomcat2900
Tue Jun 25, 2019 11:29 pm
Forum: ESP32 Arduino
Topic: ESP32 Configuration File
Replies: 3
Views: 13886

ESP32 Configuration File

Hello! Can you tell me if it is possible to store a configuration file (text file) on a ESP32 module using Arduino IDE? In this file I want to write custom data such as WIFI SSID, WIFI FIXED IP,WIFI PASSWORD. And in every code I will write for the module, I will write a function to read the data fro...