Good Morning All,
I'm very new to anything embedded, but have decades of programming and sysadmin experience. I'm hoping to get some pointers on a new project, which is also my first foray into embedded systems and IoT.
The project is to create a device that monitors the systems in my RV, posts them to an MQTT service, serves as an automation platform I can build on to control the RV systems automatically or remotely.
I have a BB Green Wireless as a starting point.
Key questions:
- I would prefer to do all my prototyping in Python, eventually optimising with Python-Boost, but not prematurely. Which wrappers/libraries are the best starting point in terms of GPIO/I2C/ADC programming in Python? Can I use CircuitPython, supported by Blinka, or will this turn into a PITA?
- I will develop using the stock Debian distribution, but intend to move the project to either BalenaOS or MuntsOS for ongoing deployment. Anything that I'm missing that area?
- What is the wise man's LTE-M solution for a BBGW, right now?
Thanks for any and all input and comments!
A.
--