Programming AVR-BLE Dev Board with PlatformIO in VS Code

Posted by Fremic_@reddit | learnprogramming | View on Reddit | 3 comments

I am working on a project for a friend who is using a AVR-BLE DEVELOPMENT BOARD from Microchip. I am an avid ESP32 user and thus I am not very familiar with this hardware. I am using a direct USB connection to my PC and don't have any specialized programmers. I am also trying to avoid using the ATMEL software as it is massive and I am only using this board for the one small project.

I am trying to create a "Hello World" type program for the AVR-BLE board in VS Code using PlatformIO so I can start working on the project. Ideally this would include a blinking on-board LED or something. However, I am struggling to find the correct parameters for the platformio.ini file and create a corresponding main file template.

A simple explanation (possibly with examples) would be greatly appreciated. I am not looking for a deep dive to understand the software to hardware interaction or changing the hardware of the project. Thanks!