Create New Project - Wiz-IO/platform-quectel GitHub Wiki

https://www.youtube.com/watch?v=JIvbUvgRH6k

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...