I’m working on my first unit and just can’t figure out what I’m doing wrong.
As the title says, I getnothing form help command in serial monitor.
arduino IDE 1.8.5
board dash 1.2: dash / it is up to date
SPI: SPI
CPU :120 Mhz
port : com 1
serial monitor: Newline / 9600/or 115200 bauds
type ‘help’ show nothing
I get this message while updating
WARNING: library DashReadEvalPrint claims to run on (konektdash) architecture(s) and may be incompatible with your current board which runs on (sam) architecture(s).
WARNING: library ReadEvalPrint claims to run on (konektdash) architecture(s) and may be incompatible with your current board which runs on (sam) architecture(s).
After uploading, the dash disconnect from computer (disconect sound)
edit: I’m not sure if I had updated the firmware when uploading my first sketch so I updated with dashupdater.exe (dash_system_module_firmware_0.10.3.bin) but didn’t updated User program as I was not sure the file needed was this one. I’m running winows 8.1. Only com1 show up but transferts works great(on arduino I had multiple COM showing up and swapping, it was strange). in device manager, nothing about dash is listed even after doing a driver update: https://hologram.io/docs/guide/dash/windows/
tried the simplest serial monitor sketch but it doesn’t works.
void setup() {
Serial.begin(9600);
Serial.println(“test”);
}
void loop() {
}
any idea?