Hello everyone, I'm new to Arduino and there's this thing that I'm not able to solve.
I already installed all the board for my CubeCell HTCC AB02A, and I can find them on the tools and board selection, but when I select the one I need, CUBECELL-1/2AA NODE, for my device it doesn't work! I can select all the others boards, but not the one I need, I can't solve this problem, can you help me?
After installing the boards package using boards manager in IDE 2.3.3. I can confirm your observation. I've also tried it in IDE 1.8.19 without success.
There is something wrong with the file boards.txt. You will need to find the file boards.txt; I can't advise where it is as you don't seem to be using Windows (nothing wrong with that). For Windows it would be in C:\Users\yourUsername\AppData\Local\Arduino15\packages\CubeCell\hardware\CubeCell\1.5.0.
Close the IDE.
Edit the file boards.txt in the a normal text editor; make a backup if needed.
Search for HTCC-AB02A.
You will find CubeCell-1/2AA.name=CubeCell-1/2AA Node(HTCC-AB02A).
The / seems to be the problem.
Replace all /2AA by -2AA in the complete file.
Save the file
Find the directory arduino-ide (on a windows system C:\Users\yourUsername\AppData\Roaming\arduino-ide) and delete it.
Thank you! That's what I was trying to do! I use Mac so I don't know how (I already searched for it) to find the directory where I can modify the .txt of the library, that I already have.
THANK YOU. I do not know who you are and where you live, but I'll find you and I'll bring you a jar of honey! I started use Arduino to build a remote scale and thermohygrometer to control my bees from remote! It worked I replaced the / with - .
Heltec if you read this choose more wisely the name of your boards.
I will try to figure out tomorrow if / is a prohibited character according to the platform specification and raise an issue with either Arduino or Cubecell.