Skip to content

Commit

Permalink
rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
altanai committed Sep 18, 2019
1 parent 1caa2e4 commit 9f2be4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ For intercomponents
To effectively limit the usuage of power on frontal clenaing brushes , it is cucial to target garbage/litter and active the motors only when suited target is found.
Implemnting edge image analysis based on opencv filters and classifiers to detect garbage

Ref : https://github.com/altanai/computervision
https://github.com/altanai/opencv_extra


### 3. Live streaming and augmented reality

![alt Ramudroid v6.5](http://s20.postimg.org/cf0t9nnkt/live_Streaming_1.png)
Expand Down
7 changes: 5 additions & 2 deletions raspberry_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ Raspberry Pi UART transmit (TXD) and receive (RXD) pins are assigned to GPIO14 a
```
these pins use 3.3V logic levels so you can’t connect them directly to devices that uses 5V like an Arduino UNO or a PC.

## SPI

SPI (Serial Peripheral Interface)

## I2C

I2C (Inter Integrated Circuit) is a synchronous serial protocol that communicates data between two devices.
I2C (Inter Integrated Circuit) is a synchronous serial and hardware protocol that communicates data between two devices.
master-slave protocol
used for communication over short distance.
I2C device has 7-bit or 10-bit unique address
applications like reading RTC (Real time clock), accessing external EEPROM memory. It is also used in sensor modules like gyro, magnetometer etc.
also called as Two Wire Interface (TWI) protocol.

uses two bidirectional open-drain lines, Serial Data Line (SDA) and Serial Clock Line (SCL), and resistors

## GPIO

Expand Down

0 comments on commit 9f2be4c

Please sign in to comment.