Search found 151 matches

by meowsqueak
Mon Apr 16, 2018 6:11 am
Forum: General Discussion
Topic: Flashing an AVR OTA by using ESP32 as a tunnel?
Replies: 5
Views: 9572

Re: Flashing an AVR OTA by using ESP32 as a tunnel?

Resch2061 wrote:I figured it out! Expect a component some time in the future, once I work out the oddities here and there. I figure it might be useful for other people as well.
I'm interested - do you have your component on github?
by meowsqueak
Sat Apr 07, 2018 9:44 pm
Forum: ESP32 Arduino
Topic: Newbie in need of a little help (DS18B20)
Replies: 12
Views: 16302

Re: Newbie in need of a little help (DS18B20)

Actually, there is a recommended parasitic configuration that uses two output pins from your CPU, one to drive a MOSFET to provide a better power supply for the single data/power wire. See Figure 6 in https://datasheets.maximintegrated.com/ ... S18B20.pdf
by meowsqueak
Thu Apr 05, 2018 9:41 pm
Forum: General Discussion
Topic: getLocalTime(&local); Definitions of time zones
Replies: 7
Views: 15319

Re: getLocalTime(&local); Definitions of time zones

https://www.google.com/search?q=zoneinfo Exactly that was not useful to find the solution. It was not a matter of defining the time zones, but which syntax to use . I had the same problem - usually with most environments I'd use TZ="Pacific/Auckland" or sometimes ":Pacific/Auckland", which is what ...
by meowsqueak
Thu Apr 05, 2018 8:57 pm
Forum: General Discussion
Topic: Update to Kolban's ESP32 Book is Available
Replies: 10
Views: 20545

Re: Update to Kolban's ESP32 Book is Available

Thanks Neil, that first link answers my question I think - seems like the key is to select a second book, and then the whole reader account thing swings into action. I'll have to give that a try... Thank you for asking them, and again, for your excellent book. EDIT: I bought a second book and when I...
by meowsqueak
Thu Apr 05, 2018 2:17 am
Forum: General Discussion
Topic: Update to Kolban's ESP32 Book is Available
Replies: 10
Views: 20545

Re: Update to Kolban's ESP32 Book is Available

Quick question, Neil - do you know whether creating an account on leanpub as a reader is supported? Somehow the system knows to email me when updates to your book are available, but it's not clear to me where my "profile" exists on the site, because I haven't created an account, nor do I seem to nee...
by meowsqueak
Wed Apr 04, 2018 9:15 am
Forum: ESP-IDF
Topic: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash
Replies: 5
Views: 6716

Re: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash

Ah, so if the channel is uninitialised then the interrupt is disabled? That makes sense I think. Currently my PR will clear the interrupt but doesn't disable it.

BTW, for completeness: https://github.com/espressif/esp-idf/issues/1815
by meowsqueak
Wed Apr 04, 2018 7:35 am
Forum: ESP-IDF
Topic: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash
Replies: 5
Views: 6716

Re: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash

In terms of finding a root cause, I've increased my RMT operation rate by 100x and added a "crash on demand" button, and I'm able to easily replicate the RMT crash-on-init error, so I'm using this to explore the cause of this problem. I've been able to tell with certainty that the crash is happening...
by meowsqueak
Wed Apr 04, 2018 4:52 am
Forum: General Discussion
Topic: Q on gpio_set_direction()
Replies: 7
Views: 11617

Re: Q on gpio_set_direction()

@apuder: I'm not sure how much you already know, but some background such as this this might help too: https://www.electronics-tutorials.ws/lo ... istor.html

My apologies if this is all old news to you.
by meowsqueak
Wed Apr 04, 2018 4:49 am
Forum: ESP-IDF
Topic: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash
Replies: 5
Views: 6716

Re: Request for observations: RMT rmt_driver_install crashing repeatedly after a previous crash

WiFive wrote:Did you try periph_module_disable, periph_module_enable
No, I haven't tried those - I see that rmt_config() calls periph_module_enable(), but does not call disable itself, so I'll try a call to periph_module_disable() prior and see if that helps. Thanks for the suggestion.
by meowsqueak
Wed Apr 04, 2018 4:46 am
Forum: General Discussion
Topic: Update to Kolban's ESP32 Book is Available
Replies: 10
Views: 20545

Re: Update to Kolban's ESP32 Book is Available

I'd like to say thanks too - it's a useful book that provides a good introduction to each aspect of the ESP32, and helps me work out what areas I need to dive into in more depth.