Thanks to the help from some forum members, I have decided to try and make this: https://github.com/CosmicMac/ESParkle
I have all the hardware components mentioned, and I can throw the thing together in a physical sense but I have no idea what I am doing from a code point of view.
So far I have:
1. Installed Arduino IDE
2. Installed VS Code and installed the Platform IO plugin
3. Grabbed a copy of the ESParkle git files
4. Pulled all requirements bar 1 into the Arduino Library folder - I cannot figure out where to put the MPU6050 files?
The git mentions editing the platformio.ini file, I think I have done what it asks. I edited the platformio.ini file to add
board_f_cpu = 160000000L
So what do I do now? I was expecting to find an arduino file that would open up into a sketch or something... I have no idea what I am doing here so would love some pointers (and also pointers to recommended learning resources )