Close

Decoding on a TTGO Lora 32 T3 V1.6

A project log for LORA for BRESSER 5 in1 Weather Station (MAKE IOT)

Make a dumb Granny Weather station Smart with LORA and store data in the Cloud

ulrichUlrich 08/14/2022 at 15:436 Comments

This afternoon I had the time to adapt the code to a TTGO Lora 32 T3 V1.6 Board.

This makes it very easy for LORA beginner to add support

All you need to change on the hardware is one solder bridge: Connect GPIO1 of the LORA Module to the free GPIO12

like shown in the picture:

You may find my Arduino code here:

https://github.com/Uspizig/Bresser_Weather_NEW/tree/main/WeatherDecoder_LORA_RFM95Only

Discussions

mczakk wrote 01/13/2023 at 11:42 point

Hi Ulrich, can you explain the purpose of the jumper on the esp32 board?

  Are you sure? yes | no

ptrsmt wrote 12/09/2022 at 19:15 point

Hello Ulrich, I want to send my weather data to the web using your solution. What do I have to do to begin? Buy any TTGO Lora 32 T3 V1.6 Board (do you have a link to a good one). Copy your code to the board, Change credentials and that's it?

Sorry for that dumb questions. I am an absolute beginner. 

Thx 🙏

  Are you sure? yes | no

Ulrich wrote 12/11/2022 at 14:33 point

Hi Peter,


sorry for delay: I did not get any notification in your post. Thanks for the reminder on TWITTER.

Maybe you need to tell a little bit more about your location. Is wifi Network nearby or do you need to use LORA network. 

- How is the Lora Network in that are?

- Is there a wifi network nearby (makes this project 95% easier)

As an absolute beginner this is a heavy thing(due to LoRa, TTN, Google Script, )... but why not worth to give it a try.

  Are you sure? yes | no

Ulrich wrote 12/11/2022 at 14:37 point

shops I recommend: 

https://www.tindie.com/products/lilygo/lilygottgo-esp32-paxcounter-lora32-v216-version/

http://www.lilygo.cn/prod_view.aspx?TypeId=50003&Id=1130&FId=t3:50003:3z

  Are you sure? yes | no

ptrsmt wrote 12/11/2022 at 14:41 point

Hello, WIFI network is nearby. The Bresser-Station is located in my garden. All I want to do is to catch data from the station and make it available in the internet (thingspeak for example) ...

What hardware do I need buy in order to give it a try?

Just this? LILYGO®TTGO ESP32-Paxcounter LoRa32 V2.1.6 Version

Even if I don't need LORA?

  Are you sure? yes | no

Ulrich wrote 09/07/2022 at 19:35 point

Figured out https://github.com/matthias-bs/BresserWeatherSensorReceiver got updated: Use Version v0.0.3 to make it running

  Are you sure? yes | no