Skip to content
View JyeSmith's full-sized avatar

Organizations

@betaflight @ExpressLRS @OpenVTx
Block or Report

Block or report JyeSmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. OpenVTx/OpenVTx OpenVTx/OpenVTx Public

    Open source video transmitter firmware for FPV

    C 324 48

  2. FENIX-rx5808-pro-diversity FENIX-rx5808-pro-diversity Public

    Forked from sheaivey/rx5808-pro-diversity

    ESP32 diversity video receiver - https://discord.gg/gG2sjjK

    C++ 78 10

  3. dshot-esc-tester dshot-esc-tester Public

    Thrust stand data logger utilising the dshot600 protocol and ESC telemetry.

    Python 85 18

  4. Quad Race Start Sequence with random... Quad Race Start Sequence with random start tone
    1
    
                  
    2
    --%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3
    
                  
    4
    -- Modified from https://github.com/RCdiy/OpenTXLua/tree/master/FUNCTIONS/GoRace
    5
    -- http://rcdiy.ca/quad-race-start-sequence-gorace/
  5. RTC6705_setFrequency RTC6705_setFrequency
    1
    #include <Arduino.h>
    2
    #include <SPI.h>
    3
    
                  
    4
    #define SYNTHESIZERREGISTERA            0x00
    5
    #define SYNTHESIZERREGISTERB            0x01
  6. RX5808 set freq example RX5808 set freq example
    1
    #include <SPI.h>
    2
    
                  
    3
    #define SPI_ADDRESS_SYNTH_B 0x01
    4
    #define PIN_SPI_SLAVE_SELECT 22
    5
    #define RSSIA_PIN 36