Coder Social home page Coder Social logo

Comments (8)

KennyM64 avatar KennyM64 commented on September 26, 2024 1

Thanks, Matthias that seems to have done the trick. Strangely I had to use a different computer as my main computer still boot/loops but the other doesn't. I'd say I have an issue with the Arduino install or library setup on the boot/loop computer so I may blow it away and start a fresh.
Thanks again for your hard work. The program is great.

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

BresserWeatherSensorTTN reports to use the correct wiring (as per the first line of your message), but BresserWeatherSensorReceiver assumes the wiring for the LoRaWAN_Node board.

You have to change your WeatherSensorCfg.h as follows:

#elif defined(ARDUINO_ESP32_DEV)
    //#define LORAWAN_NODE
    #define FIREBEETLE_ESP32_COVER_LORA
   ...

from bresserweathersensorttn.

KennyM64 avatar KennyM64 commented on September 26, 2024

#define FIREBEETLE_ESP32_COVER_LORA was defined and pragma message shows the correct board being selected but still doing a boot loop :-(

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

I might be able to help if you post more of your code, Arduino IDE settings, compiler output and log messages.
Did you double-check your wiring?
Could you please try to get https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/examples/BresserWeatherSensorBasic/BresserWeatherSensorBasic.ino working first?

Which board are you using? Firebeetle ESP32 or Firebeetle 2 ESP32-E? Only the first one is currently supported!

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

Could you please make the following changes in BresserWeatherSensorTTNCfg.h:

//--- Select Board ---
#if !defined(ARDUINO_TTGO_LoRa32_V1)     && !defined(ARDUINO_TTGO_LoRa32_V2) && \
    !defined(ARDUINO_TTGO_LoRa32_v21new) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) && \
    !defined(ARDUINO_FEATHER_ESP32)      && !defined(ARDUINO_ADAFRUIT_FEATHER_RP2040)
    // Use pinning for LoRaWAN Node 
    //#define LORAWAN_NODE

    // Use pinning for Firebeetle Cover LoRa
    #define FIREBEETLE_COVER_LORA
#endif

It seems I missed this when backporting the Firebeetle configuration from my growatt2lorawan project.

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

You also have to set #define BATTERY_LOW 0 until you make the required solder connections.

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

Both changes above are provided in Release v0.11.1, which should be available within the next hour.
This time I made a successful test run. 😅

from bresserweathersensorttn.

matthias-bs avatar matthias-bs commented on September 26, 2024

Sometimes outdated compile results are still used. You can try to find out where Arduino stores temporary data and delete it. (I don't use Windows for this, therefore I can't tell.)

from bresserweathersensorttn.

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.