evilwombat
evilwombat
Awesome!! Thanks for the info. I am super glad this stuff is helping people, even after this time. This warms my heart :)
Seemingly getting more reasonable values if I explicitly convert the input location to double-precision: ``` function calculate(moment, pos, what) { var lat = pos[0].toDouble(); var lng = pos[1].toDouble(); ``` Either...
Hmmm. Are you able to measure the LED timings with a logic analyzer? I wonder if the timings are off. If you are using CubeMX to generate code, can you...
Hmm. I do not have such firmware, but I *do* have Hero4 firmware that will run an arbitrary script off the sdcard. This will allow you to launch Telnet, and...
Hello. The ALD Systems website is a legitimate source. Thanks for checking! On Wed, May 22, 2024, 1:42 PM Yourredyknowwhoitisss < ***@***.***> wrote: > The Alti-Force webpage is down(?) and...
Ah yes, the F4 series have different DMA registers. I actually wrote an F4 port a year or two ago, but kind of forgot about it. I'll clean it up...
Hello. I have uploaded the F411 port here: https://github.com/evilwombat/stm32f4_fastNP There was some funny logic related to generating the reset pulse (for some reason this might have been hanging my board,...
Hello. Cool! Sorry, I have not had an I2C API that was available for public use, but that may change in the near future. My friend and I currently have...