Search found 10 matches

by Expert
Mon Oct 19, 2020 7:04 pm
Forum: Programs, Libraries and Tools
Topic: Encryption Libraries
Replies: 2
Views: 1471

Encryption Libraries

Are there any encryption libraries that can be used with both MicroPython and Python3? The idea is to send encrypted data back and forth from the computer to an ESP32.
by Expert
Tue Sep 08, 2020 11:05 pm
Forum: ESP32 boards
Topic: Try Multiple WIFI Connections
Replies: 3
Views: 2327

Re: Try Multiple WIFI Connections

I'll give it a try. Thanks.
by Expert
Tue Sep 08, 2020 8:33 pm
Forum: ESP32 boards
Topic: Try Multiple WIFI Connections
Replies: 3
Views: 2327

Try Multiple WIFI Connections

I would like to keep trying a list of WIFI connections until the ESP32 connects to one. Here is what I have but I keep getting the no AP found error. If I just use one of them it connects fine. I know there is a better way. Any help is appreciated. import esp32 from machine import Pin, ADC, reset SS...
by Expert
Wed May 27, 2020 4:51 pm
Forum: ESP32 boards
Topic: Have there been any recent updates on bluetooth for the ESP32?
Replies: 1
Views: 1895

Have there been any recent updates on bluetooth for the ESP32?

I am wondering if anyone knows of a good micropython bluetooth module for the esp32.
by Expert
Sat Oct 12, 2019 3:24 pm
Forum: ESP32 boards
Topic: ESP 32 (and ESP 8266) Unstable with Powered USB Hubs
Replies: 1
Views: 1428

ESP 32 (and ESP 8266) Unstable with Powered USB Hubs

My ESP devices are unstable when plugged into my 2A powered USB hub. By unstable, I mean they eventually lose communication with my Windows 10 computer. I know the micropython program is still running because I wrote simple program to make the LED blink. The LED keeps blinking even after the communi...
by Expert
Fri Oct 11, 2019 10:32 pm
Forum: ESP32 boards
Topic: ESP32 crashes with Micropython with simple test program
Replies: 9
Views: 5392

Re: ESP32 crashes with Micropython with simple test program

I just got a shipment of an ESP8266. I was having the same issues with power. I plugged the 8266 directly into my computer's USB port and it seemed to fix the problem. I did the same with the ESP32 and it also worked fine. Why would the ESP's behave in this manner when plugged into the powered hub?
by Expert
Fri Oct 11, 2019 5:29 pm
Forum: ESP32 boards
Topic: ESP32 crashes with Micropython with simple test program
Replies: 9
Views: 5392

Re: ESP32 crashes with Micropython with simple test program

Is this a reliable board, in your opinion, to use in a production environment?
by Expert
Fri Oct 11, 2019 1:16 pm
Forum: ESP32 boards
Topic: ESP32 crashes with Micropython with simple test program
Replies: 9
Views: 5392

Re: ESP32 crashes with Micropython with simple test program

I did get this warning with Putty:

W (610) cpu_start: Chip revision is higher than the one configured in menuconfig . Suggest to upgrade it.
by Expert
Fri Oct 11, 2019 1:08 pm
Forum: ESP32 boards
Topic: ESP32 crashes with Micropython with simple test program
Replies: 9
Views: 5392

Re: ESP32 crashes with Micropython with simple test program

Thanks for the quick replies. I am running on putty now just to see it I get error messages. I should also mention that I am using a powered USB hub. I also ordered better cables. I am testing the board for possible use in a production environment and constant polling of both analog and digital pins...
by Expert
Fri Oct 11, 2019 11:23 am
Forum: ESP32 boards
Topic: ESP32 crashes with Micropython with simple test program
Replies: 9
Views: 5392

ESP32 crashes with Micropython with simple test program

I made a very simple program to test my Espressif ESP32 Vroom32. The board is flashed with 10/9/19 Micropython release. I have it plugged into a Windows10 computer running Python 3.7. The board is connected to the computer via USB. It seems to eventually lose communication with the computer. The LED...