Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harunkurtdev/hardware_communication
- Owner: harunkurtdev
- Created: 2022-09-22T19:20:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T23:25:03.000Z (about 2 years ago)
- Last Synced: 2024-04-20T14:23:09.990Z (7 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)