Aaron Covrig

Results 20 comments of Aaron Covrig

Have you been able to resolve this issue? I'm having problems building ublxRate.ino, I did change ubxmsg.h line 180 from: `enum time_ref_t time_ref:16;` to: `enum time_ref_t time_ref;` And this gets...

@JVAQUEROM I'm going out on a limb, but you might be having the same problem that I was with #542, assuming that you running this installation with an active internet...

@MrKoppot I believe the two radios are used to expand the input frequency range as each of the referenced radios ([SX1257](https://www.mouser.com/datasheet/2/761/DS_SX1257_V1.2-1360316.pdf)) has a bandwidth of 500 KHz and the SX130x...

Looking at how arduino handles boards: * https://github.com/arduino/Arduino/tree/master/hardware * https://atadiat.com/en/e-arduino-core-source-files-make-new-core-building-steps/ It looks like it gives each architecture has its own 'core' (located in `AppData\Local\Arduino15\packages\arduino\hardware\` on windows) and then presumably uses...

I've been looking through the project to come up with a plan, and noticed that there is support for installing libraries and boards included in [`/lib/arduino_ci/arduino_cmd.rb`](https://github.com/ianfixes/arduino_ci/blob/cb3fe8df14a744b9a3bc5cdc0168f820f78cde57/lib/arduino_ci/arduino_cmd.rb#L182) and it appears to...

Issues seem to stem from changing the Due from the avr chip to the sam3x8 I believe the Arduino.h file used by Godmode for this will need to be swapped...

I believe that the `device type not defined` warning is related to the `ATSAM3X8E` not being an AVR board (none of the ARM boards are in `io.h)`. I'm not entirely...

I believe so, the project is impressive. Having an open source software-in-the-loop system is very exciting.

I'm confused by this, there is already a hosted version available by the creators of Monica. This hosting helps to also cover the cost of development and goes to the...

I'm having this issue as well; I'm using a Logitech F310 USB gamepad (currently showing up as `3-13 046d:c21d Xbox 360 Controller for Windows` ) and running `usbipd wsl attach...