The other part of not wanting to use Arduino is I have some C code I would like to re-use and port over to this project, maybe C++ as I tend to code object-wise anyhow. Stuff like serial console formatted menus/outputs for debug and real-time data that I want to direct to Bluetooth, and then gauges and dials I have been maintaining for years that I may finally go public with, which would be a lot of fun on the Clue.
So I am looking into Sloeber Eclipse, which touts itself as a GUI for Arduino boards, but I cannot get the Third party index url of:
https://www.adafruit.com/package_adafruit_index.json to work to get at the CLUE support. I get the following:
Unable to download https://www.adafruit.com/package_adafruit_index.json
Server returned HTTP response code: 403 for URL: https://www.adafruit.com/package_adafruit_index.json
I am a little rusty on this sort of setup as I am spoiled by vendor installs "just working", and I am primarily a hardware guy with tons of low-level code experience (drivers, signaling, etc.), not at a Arduino level, certainly not in Linux, though I do need to learn it enough to support customers that come to use from universities.
My poor search-foo is not finding much on Clue + Eclipse hits, any pointers to help me get going?
Also, is it possible to perform line-by-line debugging/stepping on the Clue? Or is the intention serial port prints?
Lastly should I be asking these sorts of questions on Discord and deal with getting sucked in helping others?
I am able to run/compile/upload/modify the demos just fine on the board. Very cool so far!
Thanks in advance
-Mark