Kevin

Results 17 comments of Kevin

Search for `usbasp` to find a suitable programmer. Edit: Assuming you want to flash an AVR based target.

Just connect MISO, MOSI, SCK, RESET, VCC and GND to the usbasp (or any other programmer), install avrdude and flash the hex using the following command: `avrdude -patmega32 -cusbasp -Uflash:w:cheali-charger-[VERSION].hex:a`...

If you really insist on flashing OpenSky to your RX, you could try my [branch](https://github.com/Smeat/OpenSky/tree/v8fr), which supports the XM+ and v8fr. As the RX is a crucial system on your...

Yeah I never tagged a release, here is the hex: [opensky_xmp_full.hex.tar.gz](https://github.com/fishpepper/OpenSky/files/1626021/opensky_xmp_full.hex.tar.gz)

I won't recommend using Bluetooth. See #117

Sorry, I don't have an INA219, so my ability to help is limited. But it seems the wiring diagram is missing something, as VIN- is unconnected. You better use [Jye's...

But as of now, if you are using Bluetooth, the timer might crash any time, so I'd deem this unusable in the current state. As for the Android problem: I...

Depends on which hardware your are using: > Use `BOARD_OLD` if you are using [this wiring schema](https://github.com/AlessandroAU/Chorus32-ESP32LapTimer/blob/master/img/schematic2.png) and `BOARD_DEFAULT` if you're using the [PCB v2.2 wiring schema](https://github.com/AlessandroAU/Chorus32-ESP32LapTimer/blob/master/pcb/JyeSmith/PCBV2.2/Schematic-V2.2.png).

BOARD_OLD. BOARD_DEFAULT is the PCB from Jye: https://github.com/AlessandroAU/Chorus32-ESP32LapTimer/blob/master/pcb/JyeSmith/PCBV2.2/Schematic-V2.2.png

I added a short description on what these messages might do. I am using them in my fork, but just see them as a suggestion we might implement later. Yeah...