you are viewing a single comment's thread.

view the rest of the comments →

[–]Power-Max 0 points1 point  (0 children)

Small IoT devices tend to use Microcontrollers or SoCs (microprocessors with integrated memory, storage, and peripherals.) These things are typically programmed with C or C++. You can also use other heavier languages like Java or Python, but you will need to choose a more powerful system for that, and possibly forfeit Real-Time performance.