ag88
ag88
the comment about this PR : https://github.com/stevstrong/Arduino_STM32/issues/44#issuecomment-795857671
i'd like to suggest you could build this from source http://dfu-util.sourceforge.net/ i've been thinking about committing a PR for this but i found that it has quite a few shared...
it should work in linux, the binary that is shipped in the core is 64bit. 32 bits are less common these days but would apply only if you run an...
a tear off serial monitor is rather useful, another way though is to delegate it to a dedicated serial monitor app like putty https://www.putty.org/ good serial monitors with a lot...
i tried going into build and run `` cmake ../subdirectory `` apparently lcviewernoqt, lcUILua did not produce the pthread error for the other subdirectories, the error is produced but surprisingly...
i think this is a bug in cmake FindThreads module but so far have not found a fix for it
i logged the issue with cmake - kitware - the company itself https://gitlab.kitware.com/cmake/cmake/issues/19344
hi can you add support for the older chipsea / OKOK 1.1 scale as well? ref: that old 1.1 OKOK protocol specs https://github.com/oliexdev/openScale/files/5224454/OKOK.Protocol.pdf this data is captured on my scale...
apparently the device name is bundled as part of the broadcast payload as the 'last' field as `` Chipsea-BLE `` in decoding against the spec https://github.com/oliexdev/openScale/files/5224454/OKOK.Protocol.pdf the payload fragment that...
i'd guess we can ignore body composition for now, the interesting data is simply the weight which is found in the advertisement packet. apparently, decoding the device name requires decoding...