Search found 17 matches

by heikki.hietala
Sun Jun 02, 2024 5:57 am
Forum: ESP-IDF
Topic: Is there a clear cut example of getting the tool chain in order for Python?
Replies: 1
Views: 2430

Re: Is there a clear cut example of getting the tool chain in order for Python?

I found the perfect answer:

ESP32 MPY Jama. Get it at https://github.com/jczic/ESP32-MPY-Jama and be happy with effortless MicroPython work.
by heikki.hietala
Sun Jun 02, 2024 5:47 am
Forum: ESP32 Arduino
Topic: Different results when pulling API data with MicroPython or Arduino IDE
Replies: 0
Views: 443

Different results when pulling API data with MicroPython or Arduino IDE

Hi all, I'm using an ESP32 to pull in XML flight data for Finnish airports from the Finnish Aviation Authority's API. I have managed to do it with both MicroPython and Arduino's IDE, but the data is clean only with MicroPython. The data mass is 900,000 characters on the average, so it cannot be read...
by heikki.hietala
Tue Jan 23, 2024 6:47 am
Forum: Hardware
Topic: Fixing a boot loop issue
Replies: 6
Views: 4472

Re: Fixing a boot loop issue

Probably 50.
by heikki.hietala
Sat Feb 05, 2022 7:49 am
Forum: ESP-IDF
Topic: Using WPA2 Enterprise with Python?
Replies: 6
Views: 10201

Re: Using WPA2 Enterprise with Python?

Sorry no, I had to direct my efforts to other projects. I should try this now.
by heikki.hietala
Tue Apr 20, 2021 4:40 am
Forum: Hardware
Topic: Fixing a boot loop issue
Replies: 6
Views: 4472

Re: Fixing a boot loop issue

That's what I was afraid of. Oh well, they served well, but my students probably fiddled with the wirings while it was connected.

Or maybe I did.

Thank you for confirming that they cannot be resurrected.
by heikki.hietala
Mon Apr 19, 2021 6:13 pm
Forum: Hardware
Topic: Fixing a boot loop issue
Replies: 6
Views: 4472

Re: Fixing a boot loop issue

Yes, they are all DevKitC chips, but they have functioned perfectly well in both Arduino and MicroPython settings. I just started to test my stock, and found these four that fail.

So, all in all, is there a way to get them going again?
by heikki.hietala
Mon Apr 19, 2021 9:36 am
Forum: Hardware
Topic: Fixing a boot loop issue
Replies: 6
Views: 4472

Fixing a boot loop issue

Hi all, I have a lot of ESP32s due to the courses I give at a University of Applied Sciences. However, 4 of them behave rather bad. They do accept upload, but then enter a boot loop with this output: rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,...
by heikki.hietala
Sun Dec 13, 2020 6:36 pm
Forum: Hardware
Topic: Running two ultrasound detections independently on one ESP32
Replies: 3
Views: 3459

Re: Running two ultrasound detections independently on one ESP32

This looks very promising indeed, many thanks for your reply! The two sets of ultrasound sensors are in two separate doorways in a back to back layout. I will look into the example code in the morning. I figured out a backup plan of using two Arduinos to handle the measurements, and passing their da...
by heikki.hietala
Sun Dec 13, 2020 10:16 am
Forum: Hardware
Topic: Running two ultrasound detections independently on one ESP32
Replies: 3
Views: 3459

Running two ultrasound detections independently on one ESP32

Hi all, I have a question on using two HC-SR04s independently. Our University has two doors and we want to count people going in and out. Doing one door is rather easy with two HC-SR04s sensing distance change and checking the millis when this occurred, and that is no problem to decipher which direc...
by heikki.hietala
Mon Feb 04, 2019 1:16 pm
Forum: Hardware
Topic: Unable to flash, even if I see the device as COM8
Replies: 4
Views: 6523

Re: Unable to flash, even if I see the device as COM8

Yes, it does go away when I pull the USB out. I don't have a UART coupler, so it priobably remains for me to discard the circuit. Thank you for helping my troubleshooting.