Im on the fedi doin fedi things.

  • 43 Posts
  • 76 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2024

help-circle

  • Honestly I dont know how putting more nodes up could ever hurt the network? I mean imagine ALL meshtastic and meshcore repeaters suddenly could do both. It would mean a 20/30% more coverage for meshtastic and like 1000% for meshcore right off the bat. (meshcore has less hardware running around than meshtastic).

    That being said im VERY new to developing anything on the heltec/meshtastic/meshcore stuff. So its all very alpha software.

    Once I get the hops working ill publish. Its not pretty. And I dont want to be the forever maintainer on this project, I got other things going on. But its a good forkable project right now.

    Thanks for the support!







  • mesa@piefed.socialtoDIY@slrpnk.netAir Purification
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 months ago

    Get a heat gun. You can see it happening in real time. Or not if its not.

    Its good not to trust me, as I didnt put any real data on what we did here. But it should be self evident if you make the build,. run the system for a while, then check the temperature. You dont want to strap a ton of flammable material near an engine that could get hot. Also if we were to do real science, I bet its because certain fans are older/have less oil/etc…which causes a buildup of heat.


  • mesa@piefed.socialtoDIY@slrpnk.netAir Purification
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    2 months ago

    In my area, we have annual fires that get pretty bad. Add in ag related pollution, allergies, etc…and air quality is almost always unhealthy.

    Our local makerspace has partnered up with our local asthma collaborative to make custom PM sensors here: https://www.sjvair.com/ (code is here: https://github.com/sjvair)

    We have tried out a couple of designs and had actual science done on which custom air purifiers did the best. One of the members rigged up a airtight area and pushed smoke in. Got a couple of readings, then did the same test with the air purifier designs. I think we tested close to 10 different designs including some air purifiers you get from local stores.
    We found a couple that work well.

    https://github.com/opennukit/Nukit-Open-Air-Purifier/ is a good one.

    The local makerspace did some work and found a design that worked well. It was 2nd best at air purification but was super cheap.
    One that we improvised was the following:

    RzRQd8q8LGgXGow.jpg

    jC0NifJrItD5nvE.jpg

    3d printed brackets, a filter, and some activated carbon and you have a good air purifier. Family uses these for white noise and air purification at night. It works wonders! The fan is 20$ at any wallmart, the filters are dirt cheap. And you can get huge rolls of activated carbon on amazon. No need to over complicate things, just bracket everything on, let it sit for a good 3-4 months, then look and see if anything needs replacing.

    One note of caution, some of the huge box designs like the one OP is suggesting was having trouble with the engine overheating. Most of these box fans use the air to cool off the internals. If it doesn’t get that for many hours, it can start overheating. Just check after running whatever solution you come up with and make sure the engine isn’t getting hot.














  • Theres a fantastic video that does over everything involved here: https://www.rtl-sdr.com/transmitting-and-receiving-meshtastic-with-sdr/

    and another one here: https://www.youtube.com/watch?v=L1VgO1OZWbs

    You can take a RTLSDR (<50$) and receive meshtastic/lora signals. Then put it though some software to “see” it. Its fascinating. The logo is actually what lora/meshtatic looks like on the spectrum.

    I was able to reproduce with an old RTLSDR V3.

    To be honest, theres nothing magical about meshtastic compared to say ham radio and meshnets. Its just using a technical amature band at a whisper (less than 1W usually) to transmit. If you want to be really technical, all you would need is a very cheap RTLSDR, some tiny transmitter, and a computer in order to reproduce “open hardware” for meshtastic. GNU-radio would help with that should anyone go that route. Its hard (to me) to do all of it, but I was able to get most of the way there about a year ago.