#168 ESP32 Dual Core on Arduino IDE including Data Passing and Task Synchronization
Video Statistics and Information
Channel: Andreas Spiess
Views: 127,586
Rating: undefined out of 5
Keywords: esp8266, ide, esp32, esp8266 datasheet, arduino, tutorial, eevblog, lorawan, esp32 datasheet, electronics
Id: k_D_Qu0cgu8
Channel Id: undefined
Length: 12min 49sec (769 seconds)
Published: Sat Nov 04 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Just came to see if this had been posted as I watched via a mention on Twitter. Really impressive we can do this form the IDE as this is the kind of functionality I'd expect to require lower level SDK work.
It also amazing how much faster than the Arduino boards this tiny, cheap chip is (even the older 8266).
Now to work out how to benefit from the two cores in my latest project!
The comments on YT suggest that having the global counter is not ideal. Does anyone here know what resources to read to understand the safer and correct way to use semaphores?