Closed martinjaeger closed 5 years ago
Since the new development started, and basically 20a is way too small for the load demands in my country, so I started the development of 50a version of libresolar project, hopefully I am not supporting OLED display, I am using ht1621 based segment custom display, and user configurations done through buttons near the display, will post my updates as soon as the project is successful . 👻
Very cool. I'm excited to see your design.
When is the update firmware going to be published ?
Solution 2 implemented in 112f36b08b5601f0589ff6dae10fd9f6d68d40e0.
Communications via WiFi, LoRa or GSM modules need lots of time to establish connections and wait for data. In the current software it is not possible to run these tasks from within the main function, as it would block the DC/DC control.
Two possible solutions:
Mbed RTOS consumes lots of additional memory (especially RAM), so this option is almost impossible with STM32F072. Option 2 should be preferred.