-
-
Notifications
You must be signed in to change notification settings - Fork 42
Create New Project
Georgi Angelov edited this page Apr 15, 2019
·
12 revisions
https://www.youtube.com/watch?v=JIvbUvgRH6k
- Install PlatformIO
- Run VSCode
- Install platform-quectel
- PlatformIO Home Page [+ New Project]
Project Wizard
- enter Name
- enter Board: m66 [or mc60, bc66 ... quectel module name]
- enter Framework: opencpu, arduino - whatever
- [Finish]
From created project open platformio.ini and edit keyword values:
[env:bc66] ; don`t touch
platform = quectel ; don`t touch
framework = opencpu ; arduino threadx openlinux
board = bc66 ; or
;build_flags = -D DEBUG=1
;upload_port = COM8 ; comm port manual selection
;monitor_port = COM8
;monitor_speed = 115200
Project src folder: Add files ... whatever.c or whatever.cpp(for Arduino)
PlatformIO Tasks
Rebuilt IntelliSense Index (once)
Build, Upoald, Enjoy...
WizIO 2018 Georgi Angelov