diff --git a/README.md b/README.md index 26836fbd..b4497789 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/raspberry_setup/README.md b/raspberry_setup/README.md index 4bf71531..5e5cce10 100644 --- a/raspberry_setup/README.md +++ b/raspberry_setup/README.md @@ -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