New features for the project #110
Replies: 8 comments 14 replies
-
Hey Jeff,
Non-LoRa there are a couple things:
I'll keep thinking over the next few days. If one of these pops out at you let me know and I'll give you more details. |
Beta Was this translation helpful? Give feedback.
-
A fun thing that I just remembered is the ESP32 LR mode. I never added it in the interest of keeping ESP8266 compatibility. But now the user could either "USE_LR" on the entire system if they don't use 8266, or set up a UART gateway between the LR-mode portion and the normal-mode devices. |
Beta Was this translation helpful? Give feedback.
-
Hey @aviateur17, My thought is for gateways to implement broadcast packets, and nodes will simply listen for broadcast packets specifically from their gateway, and subscribe to DataReading IDs like on ESP-NOW. |
Beta Was this translation helpful? Give feedback.
-
Hey Jeff, I'm reading through the datasheet for the SX1276-8 and it's really interesting! There are a lot of features that I didn't know were available. For example: There are both fixed and variable length packet configurations, and if we were to choose fixed-length we could put up to 2047 byte in a packet. We don't need to do this at all, I just had no idea it was an option. I also thought this was nifty:
|
Beta Was this translation helpful? Give feedback.
-
Greetings, I also have some time and would enjoy the opportunity to work on whatever needs doing. I have a lot to learn about your cool project but have a fair amount of embedded systems experience. As you may recall I happen to be starting with a couple of the adafruit feather m0+lora boards but I also have some esp32 and esp8266 boards, and an assortment of sensors. |
Beta Was this translation helpful? Give feedback.
-
I dont have one yet, but if you can recommend one, I will buy it,
preferrably from amazon adafruit or sparkfun mouser digikey. I need to
order some other items anyway.
Bill
…On Mon, Apr 24, 2023 at 8:38 PM Timm Bogner ***@***.***> wrote:
Thanks a lot! Off the top of my head, the most pressing issue I can think
of is this problem with gateways on the ESP32-C3
<#165>. If you
have one of those and some time, I think there's something easy but
illusive keeping it from booting.
I am currently at a point where I just want to focus on bug fixes and
stability for the most part. After working on the software side of this for
so long, I'm really itching to work on implementing more nifty devices in
the field, especially testing solar. I'm curious how well a gateway could
work with a solar panel.
—
Reply to this email directly, view it on GitHub
<#110 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACG5G2ZKNGR3EZVXEAFWR3XC4TI5ANCNFSM6AAAAAAQ6SVN6Q>
.
You are receiving this because you commented.Message ID:
<timmbogner/Farm-Data-Relay-System/repo-discussions/110/comments/5714178@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
… On Tue, Apr 25, 2023 at 5:52 AM Timm Bogner ***@***.***> wrote:
Well being honest, mine is just a random devkit-type board that I bought
cheap on a whim when browsing AliExpress a couple years ago. I'm not sure
I'd recommend buying it, especially just for this.
If you want to buy an ESP32-C3 anyway, my advice would be to look for a
board that is interesting to you.
—
Reply to this email directly, view it on GitHub
<#110 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACG5GYZWMMOG6CNTYYIZODXC6UIVANCNFSM6AAAAAAQ6SVN6Q>
.
You are receiving this because you commented.Message ID:
<timmbogner/Farm-Data-Relay-System/repo-discussions/110/comments/5718419@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I ordered one of these XIAO C3 boards, and also, on impulse, a CubeCell Board: HTCC-AB01
But I read where you had some grief with a cubecell previously? So, should I cancel the cubecell? thanks!
|
Beta Was this translation helpful? Give feedback.
-
Timm, wondering what features you are looking forward to introducing to the project and what you're looking for help on? Are there any unfinished features that you're looking to complete? If you're open to assistance I'd love to help but I don't have a ton of time to spend.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions