New "Arduino" Compatible Board

I've been developing my own outdoor project for a year or so now. The project monitors and manages valves and sensors for my outdoor garden. It currently uses LoRa, nRF52840 chip, a LiFePO4 battery, and solar charging. All of the code is written in Arduino and uses the Adafruit Bootloader.

The reason I moved away from LiPo was that I wanted peace of mind when charging the batteries unattended (LiPo is just dangerous IMO for outdoor anything).

I currently have different boards that monitor soil moisture, temperature, and water flow. I also manage water valves as well (DC latching). What I've discovered is that all of the core hardware functionality is common to all of my boards, so I'm currently working on a "core" board that can be used in my project.

Having said all of that, I was wondering if the community would be interested in using an Arduino compatible board like the one I've mentioned? I ask because I need it regardless; however, if there's enough interest then I may make this open source and see if the community would want it.

What's nice about this board is that Adafruit has put in a lot of time/effort to make a very nice BLE stack on top of the nRF52 chips, and the chip itself is very powerful and also low power. The combination of LoRa, BLE, solar charging, and LiFePO4 I personally think would make outdoor projects a little easier... but then again you can always use breakouts with an AVR.

Anyways... any thoughts?

I suppose one way to find out if people might be interested is to search these fora for similar projects. If you find lots of them then it probably indicates possible interest, if you are the only one making this kind of thing then maybe not. The only way to find out for sure is to put it out there.

If you find lots of them then it probably indicates possible interest

The nRF52's and LiFePO4 batteries are still kinda new (compared to Arduino variants and LiPo), but your point is well taken. LoRa has been around for a bit, but LoRaWAN is newer. You do need a more powerful mCU for the LoRaWAN stack; however, the nRF52 is way more than you'll probably need. I guess I'll keep the hardware closed until I get more interest.