SIMATIC IOT2050 Advance
by Siemens
SIMATIC IOT2050 Advance is a versatile IOT edge device that allows you to connect PLCs on the factory floor to the cloud. A quad core ARM processor, 20 digital IOs and 6 analog inputs gives you enough horse power to run analytics and decision making on the edge before you send off the data to the Cloud.
SIMATIC IOT2050 Advance; 2x Gbit Ethernet RJ45; 2GB RAM, Quad Core ARM TI AM6548 HS Processor; Display port; 2x USB2.0; 16 GB eMMC; SD card slot; Siemens Industrial OS
Requires 24 V DC industrial power supply
Siemens Part Number: 6ES76470BA001YA2
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
Adafruit Blinka Installation
We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.
For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.