Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harunkurtdev/hardware_communication

this repostiory different communication provide with arduinos for examples uart , tcp/ip and i2c protocol
https://github.com/harunkurtdev/hardware_communication

arduino arduino-i2c arduino-uart byte communication dual-arduino i2c i2c-bus master-slave-communication microcontroller tcp-arduino tcp-client tcp-ip tcp-socket two-arduinos uart-protocol

Last synced: 5 days ago
JSON representation

this repostiory different communication provide with arduinos for examples uart , tcp/ip and i2c protocol

Awesome Lists containing this project

README

        

# hardware communication for microcontroller

### baseUART

we maked at uart communication for two arduino and others
we use a struct, pointer and bytewise operating

![uartIMAGE](./baseUART/baseUART.jpeg)

### baseI2C

we use i2c communication for two arduino and others
and a arduino master and the other arduino slave, come values from master , slave is showing display comming value
we use a bytewise and byteshift operating

![i2cIMAGE](./baseI2C/baseI2C.png)