Meshtastic PoE BBS Build Video

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 46

  • @jayzo
    @jayzo Месяц назад

    A great new potential revision to the design, Waveshare has a module that handles PoE power for the Pi Zero so the splitter can be removed freeing up a little more space. It sits underneath the pi using pogo pins to connect the test probe points on the bottom of the Pi Zero so you still have all the USB ports available. This also means you don't need to worry about needing headers on the Pi. The newly freed space allows for a larger battery or even just a more compact enclosure.

    • @The_Comms_Channel
      @The_Comms_Channel  Месяц назад

      I considered that for the build but saw some complaints of radio interference. The reports were of interfering with WiFi so LoRa might be fine, but it was enough for me to take it out of consideration, especially with deploying at commercial sites with other radio systems that could be affected.

  • @huseinabdul1
    @huseinabdul1 3 месяца назад +4

    I was literally just looking at this. Telling myself I need to set mine up. Read my mind!

  • @Chasing_The_Dream
    @Chasing_The_Dream 3 месяца назад +2

    Downloading to watch later. This is a project on my list

  • @richardkennedy815
    @richardkennedy815 3 месяца назад

    Interesting! I might have to adapt some things for the application here...but doable

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      Go for it! Feel free to reach out with any questions!

  • @AGeekNamedRoss
    @AGeekNamedRoss 3 месяца назад +2

    Set a GPIO pin on the pi to reboot the RAK once the pi has completed its boot.
    It's trivial to control an SSR from a GPIO pin.

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      What about the RAK side?

    • @WillTemeraire
      @WillTemeraire 3 месяца назад +1

      ​@The_Comms_Channel solder the gpio to a transistor to pull it low (Or high, depending on the wisblock) and the other side of the transistor to the wisblock. Then write a small script, that toggles the transistor via a gpio pin after reboot. Edit: To the reset pin of the wisblock of course. So basically RPi GPIO-> npn transistor-> reset pin/button of the wisblock

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад +2

      @@WillTemeraire It looks like only the RAK19001 and RAK19011 have a pin header for reset 😞

    • @WillTemeraire
      @WillTemeraire 3 месяца назад +1

      @@The_Comms_Channel Yeah sadly true, but you could just "simply" solder a thin lead to the reset button. I need to check if you might be able to define a reset button to a GPIO inside of the Meshtastic firmware.

  • @blociot
    @blociot 3 месяца назад

    This is pretty impressive! Thanks for sharing! Just thinking out loud, for resetting the RAK, I think you can hack the board by soldering the reset button to one of the Raspberry Pis GPIOs and automatically perform a reset after boot. I'm not familiar with the RAK but If someone could share it's schematic, we can figure it out! Well done! Love your Meshtastic videos!

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      The pi side is easy but got a bit stuck on the RAK side. Here's the data sheet if it's helpful
      docs.rakwireless.com/Product-Categories/WisBlock/RAK19007/Datasheet/

    • @blociot
      @blociot 3 месяца назад

      @@The_Comms_Channel something went wrong with my last reply and can't see it. But I think the reset is connected to the NRESET of the Core module. I don't have a hardware to test but I'd try connecting the NRESET pin to the GND and see if acts similar to pressing the physical button before connecting it to a RPI GPIO

  • @doncoker
    @doncoker 3 месяца назад

    Looking forward to the rest of the series 😁

  • @QuasiMotard
    @QuasiMotard 3 месяца назад +2

    Been waiting for this one! 🍿😎👍

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад +2

      Enjoy the video and feel free to reach out with any questions!

  • @highdesertdrew1844
    @highdesertdrew1844 24 дня назад

    I'd have to double check, but it strikes me that it should be possible to use one of the IO pins on the pi to reboot the wizblock after the raspi reboots.

  • @seanudal
    @seanudal 3 месяца назад +1

    I am looking forward to seeing how you boot the pi so that the python virtual environment starts automatically. Mine boots, but needs a manual ssh to the pi to start the service. I followed the auto-boot instructions however get an error message. A movie on this will be great.

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад +2

      Sure thing. I will try to do a movie on this later tonight or tomorrow

    • @seanudal
      @seanudal 3 месяца назад

      @@The_Comms_Channel I did setup my pi to be an AP, however lost settings on a reboot. Having it as an AP allowed me to SSH directly into it.

  • @straightup7up
    @straightup7up 3 месяца назад +1

    great video, but manual reset after power loss is a deal breaker for me - need better tech to reset on its own

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад +1

      Can use GPIO if you're good with soldering. Heltec seems to boot up fine in my testing as well.

    • @GaryStango
      @GaryStango 3 месяца назад

      Use a beefier Pi with a waveshare lora hat and meshticd. All in one. Just need a larger project box.

  • @Krakology
    @Krakology 3 месяца назад +2

    somone needs to build these and put on etsy.. id buy 10

  • @anthonylester6734
    @anthonylester6734 3 месяца назад +1

    Okay, why are we not using the waveshare poe/usb bonnet for pizero? Skips the whole splitter and connects with pogo pins

  • @MyTube4Utoo
    @MyTube4Utoo 3 месяца назад

    Very interesting and informative. Thank you.

  • @sniper6878
    @sniper6878 3 месяца назад

    curious for your thoughts on dietpi vs rpi lite for this.

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      Tested using Bookworm lite, but I imagine diet pi should work as well

  • @ericks1979
    @ericks1979 3 месяца назад

    Does the smaller Pi you use have enough power to be running JS8Call on it too? Or should I stick to a normal one?

  • @scubabbyy
    @scubabbyy 3 месяца назад

    Would this work on the solar build? Without POE?

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      Solar will be a struggle with the Raspberry Pi, but I'll be testing a few setups to see what's possible.

  • @Outcaste153
    @Outcaste153 3 месяца назад

    Can I use a heltech board for this instead of the wisblock.

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      It should work and others have used them. I just trust the WisBlocks more.

    • @Outcaste153
      @Outcaste153 3 месяца назад

      Thank you sir and if WisBlocks are more reliable I'll check them out. I do have some heltechs sitting around and I want to give this a go.

    • @The_Comms_Channel
      @The_Comms_Channel  3 месяца назад

      Sure thing! I tested with a Heltec and it worked fine for me. Some others had issues though, but they may have gotten a bad devices. Won't hurt to try if you have one already.

    • @wishbone1138
      @wishbone1138 3 месяца назад

      I’ve been running one on a pi/heltech combo for two weeks now. Works great. I just don’t recommend the hats currently I had too many issues with longer message sends (which is really necessary for the BBS)

  • @Glock21911
    @Glock21911 3 месяца назад

    Do you have a link for the ethernet/usb hat? Not seeing it.