meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.67k stars 920 forks source link

[Board]: LoraType #1619

Open aelmaker opened 2 years ago

aelmaker commented 2 years ago

SOC

ESP32

Lora IC

E22-900M22S (SX1262)

Product Link

At the moment we are creating a website, very intensively

Description

Hello, we are a research & development laboratory in Ukraine. (Automation.art). We have created a small communication device called LoraType. We created this device for open source and people. It uses radio signals on free frequency, which allows users to be independent of Internet connection, which is crucial in case of any armageddon situation. We used a very good Lora module. Our idea is to create a mesh network of devices. The devices can be used to communicate with relatives and between people as a communicator of last resort in disasters such as war or weather disasters. Now we are creating a website with complete information and we are also looking for Crowdfunding and of course, it is free of charge, Loratype has been created not by a Corporation for the population, but by people for people. We have created a small batch and are currently testing the firmware, we would like to request Meshtastic support for our device or interoperability assistance. I add pictures for you.

photo_2022-08-05_21-03-52 photo_2022-08-05_21-04-53 Sincerely, we wish you a peaceful sky!

garthvh commented 2 years ago

Awesome, how can we help you get meshtastic on here?

aelmaker commented 2 years ago

Awesome, how can we help you get meshtastic on here?

Thank you for your reply! We are interested in physical tests. Has the mesh network been tested on 50+ or ​​100+ devices? Do you have such data on real testing? and how much can you trust the virtual simulation of the algorithm?

garthvh commented 2 years ago

The simulator here is very good, you want to use 1.3 as 1.2 is frozen and not getting any changes at this point https://github.com/GUVWAF/Meshtasticator

We have a ham network that runs with 40-50 nodes that I think is the largest running network, the limit in our new 1.3 release will be 64-80 nodes on a single network.

aelmaker commented 2 years ago

Hello, we continue, even due to circumstances in my city. Please tell me where can I get the source code so that they contain only the functions of a mesh network for integration to our device?

sachaw commented 2 years ago

The source for the firmware is located in this repo, you can see how other boards have been added by following this tutorial https://meshtastic.org/docs/development/firmware/build#adding-custom-hardware

sachaw commented 1 year ago

@aelmaker Have you got any update on this? If you are having trouble, there are a number of people that can answer your questions.

garthvh commented 1 year ago

How do we get the hardware? Can you order it mostly assembled anywhere? A matrix keypad is getting worked on soon, so this may be a target we can support soon.

thebentern commented 1 year ago

Closing until we hear anything

aelmaker commented 1 year ago

Helo all! Now we have a filled git with information about the device: https://github.com/AutomationArt/LoraType and videos of its use, also posted at https://fosstodon.org/@loratype (not advertising). We have a small batch of ready-made devices for followers and testers. And even a presentable box as a bonus)

My question is simple, can you suggest how you would see the integration of meshtastic into our device? Your vision is interesting, since you have more experience integrating meshtastic into devices.

The main components are: Display (1.54 inch e-paper display module partial refresh E-ink screen, GDEH0154D67) Main controller The ESP32 Lora Module E22 series is the first wireless module in China to adopt Semtech's SX1262 RF chip. This chip provides a variety of modulation methods, such as LoRaTM and traditional GFSK. Keyboard TCA8418RTWR Great built-in simultaneous click capabilities. ARGB Led WS2912b-2020 is an intelligent control LED light source

Latest video of the device: https://www.youtube.com/watch?v=M7Vq4bjurBg

The last photos of the device yesterday) Screenshot_10 Screenshot_11 Screenshot_12

thebentern commented 1 year ago

Helo all! Now we have a filled git with information about the device: https://github.com/AutomationArt/LoraType and videos of its use, also posted at https://fosstodon.org/@loratype (not advertising). We have a small batch of ready-made devices for followers and testers. And even a presentable box as a bonus)

My question is simple, can you suggest how you would see the integration of meshtastic into our device? Your vision is interesting, since you have more experience integrating meshtastic into devices.

Hi @aelmaker,

Based on the available hardware, I believe we can produce a firmware variant for this board. After reviewing the schematic, the only thing that would be new to Meshtastic is mapping out the TCA8418 configuration to our input broker. This shouldn't be too difficult though, because the adafruit libraries have this path well-paved.

Would you be willing to ship out a test device or two to our firmware team for development?

The devices look great, by the way!

aelmaker commented 1 year ago

Helo all! Now we have a filled git with information about the device: https://github.com/AutomationArt/LoraType and videos of its use, also posted at https://fosstodon.org/@loratype (not advertising). We have a small batch of ready-made devices for followers and testers. And even a presentable box as a bonus) My question is simple, can you suggest how you would see the integration of meshtastic into our device? Your vision is interesting, since you have more experience integrating meshtastic into devices.

Hi @aelmaker,

Based on the available hardware, I believe we can produce a firmware variant for this board. After reviewing the schematic, the only thing that would be new to Meshtastic is mapping out the TCA8418 configuration to our input broker. This shouldn't be too difficult though, because the adafruit libraries have this path well-paved.

Would you be willing to ship out a test device or two to our firmware team for development?

The devices look great, by the way!

Thank you for your response! Of course! Give us the address! We'll send a few pieces! Always in touch for all the details and help

thebentern commented 1 year ago

Thank you for your response! Of course! Give us the address! We'll send a few pieces! Always in touch for all the details and help

Awesome! If you don't mind, hit me up via an email at thebentern@meshtastic.org, and I'll send you my address. I'm not too keen on posting it on Github. 😆 I'll get one of them shipped to @caveman99 as well, who is one of our principal firmware devs.

garthvh commented 1 year ago

What remains for this?

aelmaker commented 1 year ago

Hi. We've sent a few devices each to @caveman99 as well as @thebentern All in progress!

aelmaker commented 1 year ago

Hello @caveman99 & @thebentern! Have you received the devices? What are our next steps, what can you say about this for the integration of meshtastic

thebentern commented 1 year ago

Hello @caveman99 & @thebentern! Have you received the devices? What are our next steps, what can you say about this for the integration of meshtastic

Howdy! Yes we have received the devices. They look awesome, by the way! I love the silkscreen on the 3D printed case; very nice touch.

I've started preliminary work to integrate them. I have the LoRA radio plumbed in and working. Currently trying to get the e-ink display going with our display lib on the second SPI bus. After that is complete, we'll get started on plumbing in the keyboard. https://github.com/meshtastic/firmware/pull/2919

fifieldt commented 2 months ago

Any updates on the LoraType? :)

aelmaker commented 2 months ago

Any updates on the LoraType? :)

Hi, we’ve sent devices to @caveman99 and @thebentern for integration and collaboration, but haven’t received any response. Our CEO is attending major LoRaType events (for example, in Germany), and we’re also working on some hardware updates. Regarding MeshTastic, unfortunately, there have been no changes, but overall, we’re staying afloat and selling devices to local followers and for their experiments.

image

markbirss commented 2 months ago

@aelmaker @fifieldt

sent

@thebentern sent me one quite a while, to see if i could get meshtastic working, but the buttons were broken (maybe from shipping) and shorting the pads i could still not get the device to flash

aelmaker commented 2 months ago

@aelmaker @fifieldt

sent

@thebentern sent me one quite a while, to see if i could get meshtastic working, but the buttons were broken (maybe from shipping) and shorting the pads i could still not get the device to flash

Hi. It doesn't have a battery (due to the delivery). But it turns on if you supply power to it via USB via TYPE_C. Programming takes place using the POGO PIN CLIP, on the board contacts (if you have an assembled device, you will need to disassemble it), and on the RX TX board. This is also done to make the device accessible to everyone.