Mitch Lustig
Mitch Lustig
Was running into this issue, turned out to be 2 problems for me. 1) I did not have a READ property set on my characteristic. I had NOTIFY, but not...
I wanted to share a video with my findings that match what alex is saying. Hopefully we can help him sort this out, because it would help balance users a...
More specifically, the Utility.readInternalImuType(VescIf) function fails. https://github.com/vedderb/vesc_tool/blob/a098ec641ec467dc478b979116c41a9103656696/mobile/SetupWizardIMU.qml#L1204
Yes, I intend to implement a balance app shared subset exporty thing. There is just a lot of things to do, and I'm not as fast as Ben :smile:
There is no main.ino, itis a balance_buddy.ino which is what you should be opening. Opening this file should bring up all the other .cpp files in the root directory. Do...
I think I had issues with the windows store version, and i dunno about file linking in the online version, arduino ide is way too picky. Try using the one...
Do you have those files present? You cold alternatively download that library through the arduino ide and include it the standard way.
How are you adding the cpp files?
also it seems you downloaded an hourly build, would be better if you used the latest stable version of the ide 1.8.19. I just tested it on this version and...
That's odd, I didn't even know that button exists. If you open the project properly, it should find all the included files on it's own. If you have to manually...