Every device with an integrated i2c protocol has an address associated with it. Many devices such as OLED i2C display screen usually utilize the default address of 0x27 where 0x shows the hex format of the numbers. But the address
Flashing Bootloading STM32 / ARM with microPython
microPython is efficient programming language base to Python 3 its includes a small subset of Python typical library and enhanced to run on microcontroller and contained environments, common in many micro controllers such as Teensy, pyCom, micro:bit, pyBoard, STM, x86,
Wiring IR (Infrared) Obstacle Avoidance Sensor with Raspberry Pi
IR (Infrared) obstacle avoidance Sensor module uses infrared reflection principle to detect obstacle. This sensor has a high precision components paired of infrared transmitter and receiver. The transmitter tubes emit a certain frequency of infrared when detecting a direction or
Wiring Single Channel Relay with Raspberry Pi on C/Python
Another illustration how to wire the single channel relay with Raspberry Pi. Relays are suitable for driving high Power AC/DC electrical equipment such as home appliances, light bulbs, motors, etc. Mostly popular in industrial and automotive use for automation. By