helium / longfi-arduino

Apache License 2.0
62 stars 48 forks source link

No output on Serial or in Helium Console after uploading #44

Open ChrisX33 opened 2 years ago

ChrisX33 commented 2 years ago

Hi, I have compiled and uploaded the sketch to my Adafruit Feather M0 board but I get no output at all. It's as if nothing is happening. Arduino IDE gives me the following message:

Sketch uses 31820 bytes (12%) of program storage space. Maximum is 262144 bytes.
Atmel SMART device 0x10010005 found
Device       : ATSAMD21G18A
Chip ID      : 10010005
Version      : v2.0 [Arduino:XYZ] Mar  5 2016 17:46:52
Address      : 8192
Pages        : 3968
Page Size    : 64 bytes
Total Size   : 248KB
Planes       : 1
Lock Regions : 16
Locked       : none
Security     : false
Boot Flash   : true
BOD          : true
BOR          : true
Arduino      : FAST_CHIP_ERASE
Arduino      : FAST_MULTI_PAGE_WRITE
Arduino      : CAN_CHECKSUM_MEMORY_BUFFER
Erase flash
done in 1.045 seconds

Write 32116 bytes to flash (502 pages)
[==============================] 100% (502/502 pages)
done in 0.248 seconds

Verify 32116 bytes of flash with checksum.
Verify successful
done in 0.027 seconds
CPU reset.

So all seems ok but I am not getting anything.

ChrisX33 commented 2 years ago

I am using this tutorial minus the DHT22 and instead using the Hello World script.

robomaniac commented 2 years ago

@ChrisX33 have a look if you use SerialUSB.begin(9600); or Serial.begin(9600);