Wiz-IO / platformio-quectel-examples

Examples for PlatformIO Quectel
29 stars 21 forks source link

BC66 with BC66NBR01A10 - upload errors #17

Open belveder79 opened 1 year ago

belveder79 commented 1 year ago

thx for working on getting these modules somehow usable... probably I'm just making a stupid mistake, but I can't get any of the examples to work.

1: 0000 0000
V0: 0000 0000 [0001]
00: 0006 000C
01: 0000 0000
U0: 0000 0001 [0000]
T0: 0000 00B4
Leaving the BROM

AT
OK
ATI
Quectel_Ltd
Quectel_BC66
Revision: BC66NBR01A10

This seems to be ok so far. The examples all compile fine, but once I'm about to upload them I get something like this:

Processing bc66 (platform: quectel; board: bc66; framework: arduino)
----------------------------------------------------------------------------------------------------------
Tool Manager: Installing git+https://github.com/Wiz-IO/tool-quectel.git
git version 2.37.1 (Apple Git-137.1)
Cloning into '/Users/arth/.platformio/.cache/tmp/pkg-installing-2m1ocpfj'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 11 (delta 1), reused 11 (delta 1), pack-reused 0
Receiving objects: 100% (11/11), 800.33 KiB | 1.25 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Tool Manager: tool-quectel@1.0.0+sha.b65e42d has been installed!
Verbose mode can be enabled via `-v, --verbose` option
<<<<<<<<<<<< QUECTEL BC66 MODULE 2018 Georgi Angelov >>>>>>>>>>>>
CONFIGURATION: https://docs.platformio.org/page/boards/quectel/bc66.html
PLATFORM: Quectel (2.1.3) > Quectel BC66 module
HARDWARE: ARM, MT2625 78MHz, 97.66KB RAM, 195.31KB Flash
DEBUG: Current (uart) On-board (uart)
PACKAGES: 
 - framework-quectel @ 2.1.3+sha.3fd72b4 
 - toolchain-gccarmnoneeabi @ 1.70201.0 (7.2.1)
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 2 compatible libraries
Scanning dependencies...
No dependencies
Building in release mode
ADD HEADER
Checking size .pio/build/bc66/program.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [          ]   3.6% (used 3552 bytes from 100000 bytes)
Flash: [==        ]  20.0% (used 40095 bytes from 200000 bytes)
Configuring upload protocol...
Looking for upload port...
Using manually specified: /dev/cu.SLAB_USBtoUART
Uploading: program
Waiting module for POWER-ON or RESET <========================> DONE
Starting <========
ERROR: EPP Answer
*** [upload] Explicit exit, status 2
======================================= [FAILED] Took 5.98 seconds =======================================

It's probably a super obvious mistake, but I can't find it. Any clues?

Wiz-IO commented 1 year ago

Hi The platform is frozen https://github.com/Wiz-IO/platform-quectel or ask support@quectel.com or eddy.mao@quectel.com

Wiz-IO commented 1 year ago

BTW: on upload - click module reset or power on buttons Waiting module for POWER-ON or RESET

belveder79 commented 1 year ago

Ok, thx. Yes I saw that it is frozen. Just wondering because there haven't been any changes to the hardware and the firmware is listed. Therefore I expected it to work, at least some hello world example...

I actually got to the point where I shortened the reset on the board...

Wiz-IO commented 1 year ago

https://github.com/Wiz-IO/platformio-quectel-examples/tree/master/BC66_SDK/Arduino

belveder79 commented 1 year ago

Yes… exactly those… that’s why I say, I tested the mqtt and hello world and couldn’t get them to load…

mrks89 commented 1 year ago

How is the progress, could you make it in the end? Also not mastering a hello world. The upload seems to work fine, but not even a Serial.print in the setup function is visible in the serial monitor.