Recent content by DaystateRebel

  1. D

    Homebrew FX Chrony display

    Standalone Anti Cant software for M5 Stick C Plus is here: https://github.com/DaystateRebel/AntiCant_M5STICK_CPLUS
  2. D

    Homebrew FX Chrony display

    I really like the display on the LILYGO T Display S3 Software here : T-Display-S3
  3. D

    Homebrew FX Chrony display

    I have ported the TTGO Display software to the M5 Stick C Plus, I have also "borrowed" @fe7565 idea of a cant indicator. Cant indicators go green when it is < 1 degree from level otherwise they are red Repo is here: https://github.com/DaystateRebel/FXChrony_M5STICK_PLUS Code is attached to...
  4. D

    Homebrew FX Chrony display

    Maybe, depends if you can select the "profile" via uart. The Chrony filters shots based on the profile (i.e. is detected pellet speed within range specified by the profile) and that profile is set when the app/display initially connects.
  5. D

    Homebrew FX Chrony display

    Last thing for this morning: Added compile time option to select Min, Ave, Max or ES and SD. Seems people like different things.
  6. D

    Homebrew FX Chrony display

    Four, I can fit four in ;) TTGO repo updated: - Moved shot count to top row - Moved return signal strength to top row - Removed Gun & Pellet info - Added Min, Average & Max - Added last 4 shots
  7. D

    Homebrew FX Chrony display

    Not sure how many previous shots I can fit on there tho...
  8. D

    Homebrew FX Chrony display

    Let me see what I can do ...
  9. D

    Homebrew FX Chrony display

    When picking a battery try to get a protected pack (see my post on page 1). The battery's size is specified in it part number. You have a 653040 which is 6.5mm thick, 30mm wide and 40mm long. Ideally you want a xx2540
  10. D

    Homebrew FX Chrony display

    It might be a good idea to unplug the battery wires, if they touch each other you may damage the battery charger electronics, if they touch something on thge PCB it may damage something else
  11. D

    Homebrew FX Chrony display

    First time you need to go to shot string | initialise. This clears the EEPROM storage, it's full of trash by default. I just uploaded a small bug fix for Heltek
  12. D

    Homebrew FX Chrony display

    Dump looks like this
  13. D

    Homebrew FX Chrony display

    Ok Yes, attach the display to your computer, start the Arduino application & select the Tools | serial monitor. In the display double click the "dump" option in the shot string menu. Make sure you set the serial monitors Baud Rate to 115200 or you'll get garbage
  14. D

    Homebrew FX Chrony display

    Update: Shot strings can now be defined per gun upto a maximum of 20. This is so you can set it to be the same as your magazine size. The shot string will reset on the next shot after it is full. Note the additional number in the gun structure
  15. D

    Homebrew FX Chrony display

    That code definitely builds, possibly something went wrong when adding your own guns and pellets? Can you DM me the .ino file?