Wayne Keenan

Results 45 issues of Wayne Keenan

Internally `m_initilaised` is never set unless aforementioned function is called prior to entering loop()

``` WARNING: library arduino-fsm claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s). ```

Thanks for this, awesome! Using the latest Raspbian on a Pi4, in a Python virtual env, I had to perform these extra steps to get `demo.py` working: ``` sudo apt-get...

In the years that have passed since this tutorial was created it looks like Node module version rot has set in. After a bit of tinkering these are the version...

Hi, I've followed along and want to thank you so much. Did you ever create chapter 3? Cheers Wayne

Environment: ``` Python 3.6.0 (v3.6.0:41df79263a11, Dec 22 2016, 17:23:13) Django==2.1.7 django-filter==2.1.0 djangorestframework==3.9.1 Markdown==3.0.1 Pillow==5.4.1 pytz==2018.9 ``` Error in step 3 when adding the API urls to the backend for browsing:...

Hi, The following sketch is a minimal test case which demonstrates a DIV0 exception occurring within the `AudioOutputULP::begin()` function after a watchdog reset has occurred. Sketch: ```c++ #include "AudioFileSourcePROGMEM.h" #include...

I've compiled this but I would be grateful if you could please explain to this ESP32 and IDF build system noob how to perform the "link with the application" step?...

As the MicroPython commit being synced with (`bcfff4fc98a73c5ad9b7d3e338649955e861ada4`) is almost 1 year old is anyone working on using a more up-to-date version of the MicroPython source? Thanks Wayne

I ran into this error.... ``` ERROR in ./_site/_templates/_process/js/script.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main resolved in /Users/wayne/local.projects/BubbleworksWebsite/node_modules/@babel/helper-compilation-targets/package.json ... ... BT omitted ``` To get this...