2016년 7월 30일 토요일

RPI is not good handling DHT11

Hello?

This is failure story about converting c code to python.

There is GPIO controlling library on Python such as RPI, wiringPI.

But they are not enough to controlling high frequency data.

some people already investigate about it.
http://codeandlife.com/2012/07/03/benchmarking-raspberry-pi-gpio-speed/


Follow code return wrong values because frequency.

So I should hybrid c++ and python codes.


댓글 없음:

댓글 쓰기

PiKVM에 맥 미니 화면이 안 뜰 때 — EDID 설정 메모

예전 EDID 설정 메모 PiKVM 설정 메모를 다시 열어 보니 첫 줄에 이렇게 적혀 있었다. 기본설치 끝내고 화면이 안나오는 경우 드라이버를 바꾸어주어야함 그 아래에는 드라이버 설치 명령 대신 kvmd-edidconf 가 남아 있었다....