munhra / rdopresence

0 stars 0 forks source link

Create an comunication mock test with 74HC595 to simulate the comunication with LM1971 #3

Closed munhra closed 7 years ago

munhra commented 7 years ago

Implement a hello world in raspberry to comunicate with I2C https://learn.sparkfun.com/tutorials/raspberry-pi-spi-and-i2c-tutorial

munhra commented 7 years ago

Let's create a mock to test the communication with 74HC595, just how to send the data https://www.sunfounder.com/learn/Super_Kit_V2_for_RaspberryPi/lesson-10-driving-leds-by-74hc595-super-kit-for-raspberrypi.html

This mock is to ensure that the correct word will be sent to http://www.ti.com/lit/ds/symlink/lm1971.pdf

munhra commented 7 years ago

Done ! and implemented inside the server