Giter VIP home page Giter VIP logo

Comments (12)

astro-arphid avatar astro-arphid commented on May 26, 2024

Sorry - I got excited and didn't fully look over everything. Checked the firmware releases and there isn't anything for the hardware requirement at this time.

Closing for now, but will look into building a working version based on the documentation. The hardware specifically is the Heltec LoRa 32, 433 - 470MHz.

Thanks!

from firmware.

geeksville avatar geeksville commented on May 26, 2024

@astro-arphid Sounds good. If you wanna shoot over a PR to add a EU433 region that would be great. Essentially you'd need to

  • change bin/build-all to add EU433 (and change the name of EU to EU865 - I didn't realize 433 was an option over there)
  • change src/MeshRadio.h (see CH0_EU for example). Check for HW_VERSION_EU433.
  • change the README.md to mention the new choice of 433 mhz radios for EU.

from firmware.

geeksville avatar geeksville commented on May 26, 2024

(the current code for EU builds configures the radios for 865MHz - which you definitely don't want if the mfg stuffed parts for 433MHz). You probably don't even want the 470MHz CN build, because it would still not be ideal.

from firmware.

geeksville avatar geeksville commented on May 26, 2024

btw @astro-arphid do you think you might be able to sign up for this task? I'm sort of able to do it, but it would be better if someone that actually has 433MHz hardware tried tested it.

from firmware.

astro-arphid avatar astro-arphid commented on May 26, 2024

@geeksville I'll certainly give it a go this weekend, if everything goes to plan!

from firmware.

astro-arphid avatar astro-arphid commented on May 26, 2024

@geeksville Looking over the LoRA Alliance paramaters at the moment and just want to check that I'm following this correctly - let me know if this isn't the standard being worked with.

Based on the documentation, 433.175MHz is the minimum center frequency and 434.665MHz is the maximum, where 433.175, 433.375 and 433.575 are specified as channels 0, 1 and 2. Would it make sense to have the following, maxing out at 8 channels, where channel 8 would be 434.575MHz?

// src/MeshRadio.h
// EU433 channel settings
#define CH0_EU443          433.175f // MHz
#define CH_SPACING_EU433   0.2f // MHz
#define NUM_CHANNELS_EU433 8

from firmware.

geeksville avatar geeksville commented on May 26, 2024

from firmware.

astro-arphid avatar astro-arphid commented on May 26, 2024

@geeksville I should be able to test this shortly. Building at the moment, but noticed that the board is set to ttgo-t-beam by PlatformIO even when making sure that HELTEC_LORA32 is defined in configuration.h - is this okay or should I be changing this in the PlatformIO configuration also?

For example, when building within VSCode I see this:

Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/ttgo-t-beam.html
PLATFORM: Espressif 32 1.11.2 > TTGO T-Beam
HARDWARE: ESP32 240MHz, 1.25MB RAM, 4MB Flash

from firmware.

geeksville avatar geeksville commented on May 26, 2024

from firmware.

geeksville avatar geeksville commented on May 26, 2024

@astro-arphid no pressure but just checking in: did the 440mhz stuff work for you?

from firmware.

astro-arphid avatar astro-arphid commented on May 26, 2024

@geeksville Sorry, I'll try and get that tonight or tomorrow. I've been able to get the two to pair on separate devices and send messages to each other. I had an initial issue where after a few minutes, bluetooth would disable on both of them and I had to power cycle them (by 'them', I mean the radios), before the same thing would happen again.

It looks like this was picked up based on the gitter chat, I pulled the newer version down and uploaded to the radios, but haven't had the chance to properly test - just a quick go at it the last couple of mornings. I might be the OnePlus user mentioned on the google group.

from firmware.

spattinson avatar spattinson commented on May 26, 2024

Im interested in 433Mhz well 434 really, I think it gets you out of the commercial band of door bells, garage openers, etc. I have a couple of ttgo tbeams I'd like to try this out.. looks amazing from what I have seen so far.

from firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.