Search found 10 matches
- Mon Mar 20, 2017 11:04 am
- Forum: ESP32 Arduino
- Topic: EEPROM
- Replies: 4
- Views: 20622
Re: EEPROM
Thank you again @krzychb, I am going to try
- Sun Mar 19, 2017 6:16 pm
- Forum: ESP32 Arduino
- Topic: EEPROM
- Replies: 4
- Views: 20622
Re: EEPROM
Hi krzychb, thank you for your response. Is it compatible with arduino IDE?
- Sun Mar 19, 2017 4:38 pm
- Forum: ESP32 Arduino
- Topic: EEPROM
- Replies: 4
- Views: 20622
EEPROM
Hi, I want to save the ssid and the password of the network. There is a partition that I can use like the EEPROM of arduino? Or I have to use an external flash to save it?
Thanks in advance
Thanks in advance
- Sat Feb 11, 2017 6:52 pm
- Forum: ESP32 Arduino
- Topic: WiFiClient connection error
- Replies: 6
- Views: 13684
Re: WiFiClient connection error
I discovered part of the problem, I was trying to connect to my own server that I have in a raspberry, every 5 times that the esp tried to connect only managed to connect 1 time, on another linux server if it is able to connect every time well. Anyone know why with the raspberry does not connect wel...
- Wed Feb 08, 2017 4:43 pm
- Forum: ESP32 Arduino
- Topic: I can not get wificlient working
- Replies: 4
- Views: 12696
Re: I can not get wificlient working
Have any solution with the arduino ide?
- Wed Feb 08, 2017 4:32 am
- Forum: ESP32 Arduino
- Topic: I can not get wificlient working
- Replies: 4
- Views: 12696
Re: I can not get wificlient working
First of all thank you foro your response.
I upload the program with GPIO throwing down, wheb the program has been uploaded I reboot the esp32
I upload the program with GPIO throwing down, wheb the program has been uploaded I reboot the esp32
- Tue Feb 07, 2017 11:52 am
- Forum: ESP32 Arduino
- Topic: WiFiClient connection error
- Replies: 6
- Views: 13684
Re: WiFiClient connection error
I have the same problem, how can it be solved?
- Mon Feb 06, 2017 9:09 pm
- Forum: ESP32 Arduino
- Topic: Attachinterrupt
- Replies: 1
- Views: 7838
Attachinterrupt
How can I use the attachinterrupt in a GPIO?
- Thu Feb 02, 2017 8:04 am
- Forum: Hardware
- Topic: External flash memory
- Replies: 5
- Views: 8697
External flash memory
Hi, I have some nor flash memory like micron M25P80-VMW6TG, how can I connect them to my esp32?
- Wed Feb 01, 2017 4:02 pm
- Forum: ESP32 Arduino
- Topic: I can not get wificlient working
- Replies: 4
- Views: 12696
I can not get wificlient working
Hi, I am trying to start the wificlient example, when I open the serial port it shows always "wifi: reconnect". I am working with the esp32 development kit from espressif. This is the example code I use: /* * This sketch sends data via HTTP GET requests to data.sparkfun.com service. * * You need to ...