All Questions
Tagged with embedded-systems python
4 questions
-2
votes
1
answer
78
views
Designating a pin header and a GPIO
I have an Acconeer XB112 breakout board and an XM112 radar module. It all works just fine per the Acconeer documentation and tutorials.
Now I want to modify some of the code to output to a GPIO. ...
1
vote
0
answers
82
views
Architecture Design of Command&Control application center for displays
I am facing dilemma on how to best design the following functionality. What design patterns and OOD principles should I use.
For simplicity sake following are basic requirements:
displays type can ...
2
votes
2
answers
2k
views
Appropriate way to handle timezone for embedded/IoT devices
I am writing some data collection software (in python) that will transmit data to the cloud. I am including a timestamp (using the standard datetime module included with python) in the data record so ...
2
votes
4
answers
2k
views
Python vs. Java for embedded wireless module [closed]
We are developing a product at work which interfaces with basic I/O and sends data to a webserver over a GPRS connection.
What i need to know before we commit to a product, is which language is more ...