where is the problem
An interrupt as occurred. Total number: 1
Appending to file: /hello.txt
abort() was called at PC 0x40081e43 on core 1
Backtrace: 0x4008c710:0x3ffbbbb0 0x4008c93d:0x3ffbbbd0 0x40081e43:0x3ffbbbf0 0x40081f3d:0x3ffbbc20 0x400db227:0x3ffbbc40 0x400dbcd9:0x3ffbbdb0 0x4000bcc5 ...
Search found 8 matches
- Mon Sep 16, 2019 12:27 pm
- Forum: ESP32 Arduino
- Topic: abort() was called at PC 0x40081e43 on core 1
- Replies: 1
- Views: 9020
- Thu Aug 29, 2019 9:05 am
- Forum: ESP-IDF
- Topic: read file on SD with big size
- Replies: 2
- Views: 6928
Re: read file on SD with big size
that shows me the way THANK YOU
- Tue Aug 27, 2019 1:38 pm
- Forum: ESP-IDF
- Topic: send file to server with esp32
- Replies: 5
- Views: 8705
Re: send file to server with esp32
is it possible to send a N line of a file and then another N line of the same file?
for me i think its difficult to save a specific line in a file and then read after that
for me i think its difficult to save a specific line in a file and then read after that
- Tue Aug 27, 2019 11:43 am
- Forum: ESP-IDF
- Topic: read file on SD with big size
- Replies: 2
- Views: 6928
read file on SD with big size
hi
I have a question, maybe someone can help me
I store outputs of several different sensors on one file in SD.
After a day, the file reaches a maximum of about 4 MB in size
I wanted to send this file to my server from the internet (with post.request or FTP client or ... )
My problem is when I ...
I have a question, maybe someone can help me
I store outputs of several different sensors on one file in SD.
After a day, the file reaches a maximum of about 4 MB in size
I wanted to send this file to my server from the internet (with post.request or FTP client or ... )
My problem is when I ...
- Sat Aug 24, 2019 1:09 pm
- Forum: ESP-IDF
- Topic: send file to server with esp32
- Replies: 5
- Views: 8705
Re: send file to server with esp32
I don't know why I didn't receive any emails that you answered
sorry for delay
now because that i solved some of my issues i should change the question
1-the program send online data(ONE LINE DATA)
2-the data are saved at the same time in a csv file
3-issue- after 13kb file lengths (200LINE DATA ...
sorry for delay
now because that i solved some of my issues i should change the question
1-the program send online data(ONE LINE DATA)
2-the data are saved at the same time in a csv file
3-issue- after 13kb file lengths (200LINE DATA ...
- Sat Aug 03, 2019 8:57 am
- Forum: ESP-IDF
- Topic: send file to server with esp32
- Replies: 5
- Views: 8705
Re: send file to server with esp32
is it possible to convert a file to json?
I am trying to send a CSV file to my website
i can read a file at first and send the data on a file to my website but its not clean!
I am trying to send a CSV file to my website
i can read a file at first and send the data on a file to my website but its not clean!
- Sat Jul 27, 2019 12:04 pm
- Forum: ESP-IDF
- Topic: send file to server with esp32
- Replies: 5
- Views: 8705
send file to server with esp32
hi
I'm working on a project that reads online data from sensors and sends them to a webserver(with post.req)
also, the data are saving in an sd card at the same time.
now I want to send the file that created in sd card to the webserver
is it possible
it would be great if someone can help me with ...
I'm working on a project that reads online data from sensors and sends them to a webserver(with post.req)
also, the data are saving in an sd card at the same time.
now I want to send the file that created in sd card to the webserver
is it possible
it would be great if someone can help me with ...
- Tue Jun 11, 2019 9:15 am
- Forum: ESP32 Arduino
- Topic: esp32AP getrequest
- Replies: 1
- Views: 3061
esp32AP getrequest
I started a project that requires communication between esp32 as an AP and pc client. I send the HTML code but there is no idea to receive an answer .looking for any clue or example to receive a data and can see it in the serial monitor.
it's my HTML code
const char *ssid = "MyESP";
const char ...
it's my HTML code
const char *ssid = "MyESP";
const char ...