|
You are here |
andybrown.me.uk | ||
| | | | |
tomscii.sig7.se
|
|
| | | | | [AI summary] This is a detailed account of the development and construction of a DCF77-controlled clock with additional features like temperature and humidity sensing. The author describes the design process, hardware components, and software implementation, including the use of a simulator for development. The project includes a bill of materials, cost analysis, and future improvements. The source code and hardware design are shared under an open license. | |
| | | | |
austinmorlan.com
|
|
| | | | | We need to be able to draw pixels onto the LCD screen of the ODROID-GO. Getting colors onto the screen will be more complicated than reading the state of the input buttons because the LCD actually has brains. The screen is driven by an ILI9341 which is a (very popular) "TFT LCD Single Chip Driver". In other words, we communicate with the ILI9341 which then responds to our commands to actually control the pixels on an LCD. | |
| | | | |
bikerglen.com
|
|
| | | | | ||
| | | | |
vzaigrin.wordpress.com
|
|
| | | Unix is well-documented system, but on C language There was no support for I2C in FreeBSD-10.0-RELEASE for Raspberry Pi. It appeared in FreeBSD-10.0-STABLE later. Here is instruction how to use it with FreeBSD on Raspberry Pi. During FreeBSD boot we can see iic devices: iichb0: mem 0x20205000-0x2020501f irq 61 on simplebus0 iicbus0:... | ||