Peter Feerick

Results 1073 comments of Peter Feerick

Regarding > The symbol "@" is displayed in place of the "degree" symbol (heading, GPS coordinates). #2199 fixed the heading `@` part of the issue (as well as instead of...

As risto, said, full simulator can do telemetry simulation also, inc. GPS. I tried on TX16S w/telem from betaflight and a straight character swap just resulted in it not showing...

Very strange, as this is the [same flag the Arduino IDE uses for normal uploads](https://github.com/arduino/ArduinoCore-avr/blob/master/platform.txt#L105), suggesting there's something different in the avrdude conf or the behaviour of the binary. Or...

Unfortunately, there was a mistake when the production units switched over to optiboot, and the fuse bytes indicate it should be a 2K bootloader still :-/ This is why the...

Just linking this to the forum thread for completeness: https://community.platformio.org/t/the-code-compile-in-arduino-ide-and-platformio-but-only-works-if-using-arduino-ide/7744 Also, I have a Arduino Micro on the way so I can test this on my end...

The binary that platformio creates is relatively easy to find... it's in the project folders .pioenvs/environment-name folder... i.e. for an project with an environment name of 'uno' it's in the...

Looks like [a ModemManager issue](https://community.platformio.org/t/pro-micro-ubuntu-errors/9378/4). Long story short,[ you should be able to follow the FAQ guide about installing the udev rules](http://docs.platformio.org/en/latest/faq.html#platformio-udev-rules), but instead of the link given in the...

For modem manager stuff, udev rules are the best solution. If you want to take it out of the equation by temporarily stoping it using `sudo systemctl stop ModemManager.service`, and...

Did you have any luck with trying the double reset before programming? The other thing that might be worth trying if you have an ISCP programmer (or use the ArduinoasISP...

I'll test that tonight, as I can't say with certainly I've done exactly that... connected with HDMI in the first instance, and then run the pine64 headless afterwards. I have...