How to upload ESP-SimHub firmware to your ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 16

  • @reiisbrunoo
    @reiisbrunoo หลายเดือนก่อน

    Great video! I managed to follow all the steps and finally I have the board connected to the simhub, but from now on I don't know what to do anymore lol.. my purpose is to make a matrix of buttons and encoders but how to do this through the simhub and record it on the board?

    • @ecrowne
      @ecrowne  29 วันที่ผ่านมา

      you don't need simhub to do that, head over to the discord, we a separate firmware for that

    • @reiisbrunoo
      @reiisbrunoo 28 วันที่ผ่านมา

      @@ecrowne Yes, I understand that you don't need Simhub, but I thought it would be easy to configure any sketch like Arduino directly via Simhub, merging projects on a single board lol, I'm on your discord, I'll take a good look there at how this project works... thanks for answering me!

  • @PedroGomes_27
    @PedroGomes_27 หลายเดือนก่อน

    I do not have the BoardDefs.h file, is it normal?

    • @ecrowne
      @ecrowne  หลายเดือนก่อน

      checkout the description of the video, it was removed later, no longer necessary.

  • @michaelandika4729
    @michaelandika4729 3 หลายเดือนก่อน

    Hello, I have set up ESP32 and connected to WiFi and have set up TruePort Management Tool, but on SimHub it always shows that the port is already in use, how do I fix it?

    • @ecrowne
      @ecrowne  3 หลายเดือนก่อน

      Did you set trueport to Simple mode?
      Is your dev board crash looping? connect the USB cable and serial console to check its output

    • @michaelandika4729
      @michaelandika4729 3 หลายเดือนก่อน

      @@ecrowne
      Yes, I have set Trueport to LITE mode, how do I find out if the dev board is crash looping?

    • @ecrowne
      @ecrowne  3 หลายเดือนก่อน

      @@michaelandika4729 come to the discord, we can help

  • @StevenY2K
    @StevenY2K ปีที่แล้ว

    Btw, SimHub shows "Connected" to it in "My Hardware" section which is strange.

  • @Silverturky
    @Silverturky 10 หลายเดือนก่อน

    Hey ok this is really cool. So once the device us connected and showing up as it does in your video lets say i wanna hook up an led strip where do i tell it that i have a ws2812b strip hooked up fo X gpio pin?

    • @ecrowne
      @ecrowne  10 หลายเดือนก่อน

      check main.cpp .. uncomment github.com/eCrowneEng/ESP-SimHub/blob/main/src/main.cpp#L34 and configure it here: github.com/eCrowneEng/ESP-SimHub/blob/main/src/NeoPixelBusLEDs.h
      We can provide more support in the discord, feel free to join ;)

  • @letgethepartyon
    @letgethepartyon ปีที่แล้ว

    is there any way you could do a walk thought setting up platform io and how to find what board typ someone have cuz i keep getting error where it say platformio-ide.upload not found and i tryed to look for the board name in device manager and Arduino ide and cant find nothing i know the board works i used it in the Arduino ide before and esp32 all it have on the back of it is ESP32 DEVKEKITV1 and that it i was givin this esp 32 and would like to use it on something so it dosent just sit on my desk. thxs

    • @ecrowne
      @ecrowne  ปีที่แล้ว +1

      I have this separate guide on setting up Platformio: docs.google.com/document/d/e/2PACX-1vS-x1qmuTNjaSI9U8lEJeWsmDuZjVs9aJ4cIcMp2I56GylIOKC8hjxeUtdAKORj8nT1Fi5TpgLljDKL/pub
      A quick google search shows me you may have the DOIT esp32 board:
      amzn.to/461fslf
      Which should be the default for the ESP32 config
      However the error you're getting may be due to platformio not being ready (you need to wait until it finishes installing, or updating) or not properly installed in vscode (reinstall the whole thing VSCode + platformio helps in these cases).
      Join the discord server if you need more help, but checkout the above first :)

    • @letgethepartyon
      @letgethepartyon ปีที่แล้ว

      thank you so much @@ecrowne i will give these a go and if i cant get it i defiantly pop in and thx again for the help