Updated Range Test process & Testing the T1000-E Meshtastic card

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 34

  • @scottforbes0
    @scottforbes0 4 місяці тому +5

    I recently bought a T1000-E because I like its design. If it works well in the mesh network, I believe I will be very satisfied. I look forward to receiving my shipment.

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      Been working well for me so far! Let me know how it does when yours comes in!

  • @JimJonesChristCommander
    @JimJonesChristCommander 4 місяці тому +4

    That form factor is neat. IP65 rating is pretty cool, too. -S117

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому +1

      For sure! Good to have some portable options that can handle a bit of weather. Good talking to you on the mesh!

  • @FishOnIsMyHandle
    @FishOnIsMyHandle 4 місяці тому +3

    Thanks for doing this, 👍👍

  • @IndependentNewsMedia
    @IndependentNewsMedia 11 днів тому

    Nice overview video, God bless.

  • @DinnerForEight
    @DinnerForEight 4 місяці тому +1

    Would really like to see the base node, and how it’s situated.

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому +1

      It's a PoE node build and mounted on the roof of my house.

  • @ScottBot2000
    @ScottBot2000 4 місяці тому +1

    I want to know more about how to set a raspberry pi up to a WisBlock. Do you set it up via usb and ssh in to the wisblock ro remote updat? Do you use Meshtasticd? I’m excited for RAK6421 to come out. I hope they send you one on advance to review!

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому +1

      Currently, using USB and SSH to it. The RAK6421 looks cool, but not sure how it will work yet, but the process will probably be a bit different. I'll try to get my hands on one!

    • @ScottBot2000
      @ScottBot2000 4 місяці тому

      @@The_Comms_Channel I think a tutorial would be useful. And I didn’t see any online. I’ve been able to ssh in to the wisblock, but not sure how I can update firmware. I want to figure that out before taking my node off of my roof again.

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      Good idea. I'll look into that!

    • @michaelstora70
      @michaelstora70 4 місяці тому

      Debian the dog 😊

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому +1

      He had a swirl on his coat when he was a puppy and knew that had to be his name lol

  • @maizenbrot
    @maizenbrot 4 місяці тому

    The rangetest csv I get from meshtastic app with my regional settings uses comma notation inside the rx_snr field, so "4,750000" instead of "4.750000". This breaks the script. If I manually go in and replace all commas in the rx_snr field with a period, the csv import works. The script probably needs to look for the quotation marks around each data field instead of going by the comma separation. Once the import works the map is very nice!

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      Ah, didn't realize there's a regional difference! Thank you for the heads up! I'll work on a fix for it.

    • @maizenbrot
      @maizenbrot 4 місяці тому

      @@The_Comms_Channel FYI, turned out this was a bug, I made a report on Gituhub and it's been patched now by the dev team.

  • @Venom2U
    @Venom2U 4 місяці тому

    Out of curiosity, what was the fixed node TX/RX height? And what's the LOS like surrounding the fixed node? And the DBI of the antenna? 250mw (max TX) I'm assuming? Do you know what the noise floor looks like there? Your results are drastically shorter than our own testing........ However, I don't know that's an apple to apples comparison. We use/ed a couple of different node/s to build out our network. Generally speaking, "saturation" nodes, and "distance" nodes. Saturation nodes are used Intra-city to get coverage of that specific town/city. And distance nodes to cover inter-city links and cover rural aeras. (Except the southern part of the state which becomes mountainess) Saturation node = 0-2dbi @ 250mw and a min of 100-150ft AGL. Distance node = 10+dbi (there is some variability left over from the beginning stages) @ 250mw and a height 250-300ft AGL. The LOS for All of our nodes is unobstructed as they are on top of towers.......... In the moutainess parts of the state we co-locate a distance node and a saturation node (maybe not co-located, but close prox). The distance node covers the ridge top-ridge top link, and the saturation node covers the valley/floor. (with good placement).....
    With all of that being said; we've never tested a saturation node for distance. Our Saturation nodes are focused on data thruput and coverage. However, we have tested our distance nodes extensively. At the 250mw and a +- 10dbi antenna @ the typical 250-300ft AGL we routinely see 50-70 miles while maintaining a high data thruput............ (single node to single node link).
    So, it strikes me as "something's off...." when you only got +- 5 miles out of a node............(even a saturation type node). But there is a TON of things that can affect propagation........

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      I mentioned in the video this is just my node at home and the tests were done off the main mesh. We have nodes on top of mountains and achieve the same distances

    • @Venom2U
      @Venom2U 4 місяці тому

      @@The_Comms_Channel I just watched your vid on the Bluetooth bug. I think we work in the same or very similar industries which gives us tower access. Though I don't climb (too old and fat) I do the tech work on the ground.......

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      Just have friends in the same industry 🙂

  • @maizenbrot
    @maizenbrot 4 місяці тому

    I find that all measurements with an SNR multiple of 25 are dodgy, I get some that say -25, -50 or -75. I still want to keep the markers on the map but the SNR reading is clearly bugged out. I changed the line in the code that flags nodes with a very high SNR so that it also grays out nodes with a low snr and that's good enough for me: if row['rx snr'] > 15 or row['rx snr']

  • @waiotahi
    @waiotahi 4 місяці тому

    Nice use of Folium for the map app - have you looked at being able to render node locations in real time?

    • @The_Comms_Channel
      @The_Comms_Channel  4 місяці тому

      Been thinking of doing something like that actually. Still need to play around with it a bit

    • @waiotahi
      @waiotahi 4 місяці тому

      A meshtastic QGIS plugin would be useful as well

  • @fredrik6759
    @fredrik6759 3 місяці тому +1

    I cannot change frequency slot on 868mhz. Theres only slot 1

  • @MKUMBRA
    @MKUMBRA 3 місяці тому

    What do the colors of the dots on the map mean??? Green, grey, etc

  • @kenneth6731
    @kenneth6731 2 місяці тому

    Wow. I have a 12 dbi antenna up 45 feet and can't get more than a mile range.

  • @rmyc
    @rmyc 4 місяці тому

    How is the range test vs radio (ie baofeng handheld)

  • @user-jt5vm3mi1w
    @user-jt5vm3mi1w 4 місяці тому +1

    ok

  • @psyh0x
    @psyh0x 2 місяці тому

    t1000e have a serious bug not receving messages 1 hop away - also when its turned on there is packet loss from nodes arounds .. too bad ..