Hi all,
I´m pretty new to LoRaWan and trying to make my first baby steps.
There’s one thing that holds me back from flashing my first .ino file to the Heltec CubeCell Board.
Installation of the usb drivers went well, i reinstalled the arduino-ide, downloaded the board-manager URLs.
Once I opened the first example sketch and wanted to upload it to the board, I got the following result:
Arduino: 1.8.10 (Mac OS X), Board: "CubeCell-Board, REGION_EU433, CLASS_A, OTAA, ON, UNCONFIRMED, OFF, ON, ACTIVE"
/Applications/Arduino.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware /Applications/Arduino.app/Contents/Java/hardware -hardware /Users/beckerm/Library/Arduino15/packages -hardware /Users/beckerm/Documents/Arduino/hardware -tools /Applications/Arduino.app/Contents/Java/tools-builder -tools /Applications/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/beckerm/Library/Arduino15/packages -built-in-libraries /Applications/Arduino.app/Contents/Java/libraries -libraries /Users/beckerm/Documents/Arduino/libraries -fqbn=CubeCell:CubeCell:CubeCell-Board:LORAWAN_REGION=4,LORAWAN_CLASS=0,LORAWAN_NETMODE=0,LORAWAN_ADR=0,LORAWAN_UPLINKMODE=1,LORAWAN_Net_Reserve=0,LORAWAN_AT_SUPPORT=0,LORAWAN_RGB=1 -ide-version=10810 -build-path /var/folders/rp/gj513d556cxgt4stn0540kq12sy4m4/T/arduino_build_496334 -warnings=none -build-cache /var/folders/rp/gj513d556cxgt4stn0540kq12sy4m4/T/arduino_cache_338445 -prefs=build.warn_data_percentage=75 -verbose /Users/beckerm/Documents/Arduino/hardware/CubeCell/CubeCell/libraries/LoRa/examples/LoRaWAN/LoRaWan/LoRaWan.ino
Error resolving FQBN: getting
Fehler beim Kompilieren für das Board CubeCell-Board.
Any ideas or helpful ressources i can check out to fix this?