Search found 3 matches

by madlan
Tue Jun 24, 2025 10:14 am
Forum: Showcase
Topic: PrettyOTA: Simple to use, modern looking OTA updates over WiFi from your browser
Replies: 2
Views: 9235

Re: PrettyOTA: Simple to use, modern looking OTA updates over WiFi from your browser

I was using your OTA updater on a project of mine recently, it's working well but it looks like you've deleted the entire project on github now? Will it be coming back?
by madlan
Mon Oct 22, 2018 9:29 am
Forum: General Discussion
Topic: Can i create a ISR or interrupt and let that be pinned to a core?
Replies: 4
Views: 8377

Re: Can i create a ISR or interrupt and let that be pinned to a core?

Hi WiFive,

read the article, seems very interesting.
Allocating an external interrupt will always allocate it on the core that does the allocation.

https://esp-idf.readthedocs.io/en/latest/api-reference/system/intr_alloc.html
Can anyone point me to a example?
Just googled for a sort of hands on ...
by madlan
Wed Jul 04, 2018 10:29 pm
Forum: ESP32 Arduino
Topic: I2C freeze/fail problems
Replies: 7
Views: 16807

Re: I2C freeze/fail problems

Could you try the latest Arduino ESP build? A rewrite of I2C was merged recently that is significantly better.

It can now be installed via the board manager if you are using Arduino IDE:
https://dl.espressif.com/dl/package_esp ... index.json

Go to advanced search