Recent content by 177er

  1. 1

    FX Craze

    Great points in this thread. While I was very impressed by the a lot of the Youtube videos of the FX impact, I did a lot of research before putting my own money into purchasing one. Members like Vetmx, Tor47 and others who kept contributing with their knowledge in these forums also helped me...
  2. 1

    Homebrew FX Chrony display

    Created a 'deep' and wide remix of the Heltec ESP32 Snap in to fit larger Lipos 1. Enclosure for regular LIPO 2. Enclosure for a wider LIPO (will need to print with internal side support). You can dremel out a space for a small switch if needed.
  3. 1

    Homebrew FX Chrony display

    Yes, I wanted a smaller part, but it wasn't available from the shop I ordered from, also, this one said it had BMS protection. I'll probably order another just for some more capacity and dimensions elsewhere.
  4. 1

    Homebrew FX Chrony display

    Thank you - I agree, I had to wait a while to get a 1.25mm pitch JST connector, and I checked to see if it was a fit. I've bought some heat shrink sleeves and a switch that I'll use the battery with, just need to measure things properly and 3D print them. Appreciate everything you did here.
  5. 1

    Homebrew FX Chrony display

    In the meantime, a 3D print for the Heltec is ready, on testing, it does not fit the LIPO 800 mah battery that I bought, it's back to the drawing board! Thanks to @DaystateRebel for at least getting my Creality working again!
  6. 1

    Homebrew FX Chrony display

    Thank you once again! I compiled the latest version, which works, I ran into an error in the menu for Shot strings Steps 1. Click to Settings > Shot Strings 2. Single Click : Stats : Works 3. Single Click Go to : Review - Double Click : Review Error - unable to exit or move forward.
  7. 1

    Homebrew FX Chrony display

    I didn't add any guns/pellets, it was the same file as in the repo. DMing it anyway. Just to be on the safe side, I'm downloading the latest INO from your repository and compiling it now. Amazing work, thank you! Could this be saved to computer? (or will remain in memory after reset/shutdown?)
  8. 1

    Homebrew FX Chrony display

    @DaystateRebel , Still unable to compile with the latest version for the Heltec ESP32 (I've ensured I have the right Heltec board selected in the IDE) This is the error that pops up \FXChronyv3\FXChronyv3.ino: In function 'void setup()': \FXChronyv3\FXChronyv3.ino:189:28: error: 'doubleClick'...
  9. 1

    Homebrew FX Chrony display

    This is awesome work! The latest release doesn't compile for the Heltec ESP32 I get the following errors repeating when compiling. \FXChronyv3\FXChronyv3.ino: In function 'void setup()': \FXChronyv3\FXChronyv3.ino:189:28: error: 'doubleClick' was not declared in this scope...
  10. 1

    Poll: Has your FX impact leaked often?

    Thanks for the share, I would say dunking would be a last resort, (but slow leaks are especially difficult to find). :) Thanks for the share, I'll look into getting a leak detection spray/liquid. Haven't had to yet, but I've had one of my other PCP's leak (it was an easy O ring fix).
  11. 1

    Homebrew FX Chrony display

    It's the M5StickC Plus I believe
  12. 1

    Homebrew FX Chrony display

    Managed to fix the issue - apparently there are TWO Esp 32s, one is the Heltec definition which just says Wifi Kit 32 and the other is the Expressif definition, which says Heltec WiFi kit. I was unable to install Expressif yesterday and today, and went on another trouble shooting spree. I...
  13. 1

    Homebrew FX Chrony display

    Thanks for the help @DaystateRebel - it helped that you pointed me in the right direction. I replaced the heltec throughout the code to read ARDUINO_wifi_kit_32 and I was able to successfully compile and upload.
  14. 1

    Homebrew FX Chrony display

    The board is selected and connected (Got the board today, and I was able to install the IDE and the Heltec USB driver for ESP32). I managed to upload the example sketches, the FXChrony.ino doesn't compile though.
  15. 1

    Homebrew FX Chrony display

    Thanks! Both OneButton and U8G2 are installed in the libraries, it's still not compiling