Total n00b - help making the ESParkle project [solved]
Posted: Thu Apr 30, 2020 9:29 am
Hello again!
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
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 )
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
Code: Select all
it was already present but had a leading ; which I assume was a comment marker, so I uncommented. I know I need to rename and edit the Config.h file, which I think I can work out.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 )