Category Archives: FOSS

Industrial Display

Recently required some large character displays for displaying of a 4,5 and 6 digit number behind a customised dashboard prominently displayed in several locations in the factory, the digit must be readable from very far away and needed to be … Continue reading

Posted in C Programming, Electronics, FOSS, Uncategorized | Comments Off on Industrial Display

USB Real-Time Clock for Raspberry Pi, etc

Unlike a PC the Raspberry Pi does not come with any sort real time clock. Usually this is not a problem as it is connected to the Internet and a simple poll of one of the many clock sources will … Continue reading

Posted in C Programming, Electronics, FOSS, Uncategorized | Tagged , , , , , | Comments Off on USB Real-Time Clock for Raspberry Pi, etc

PT100 Control Board for Raspberry Pi. Completed!

I have recently completed this project. It has the same specification as the previous post however a few improvements have been made in light of new information. The board is intended to accurately control the temperatures of 4 wine tanks … Continue reading

Posted in C Programming, Electronics, FOSS, Uncategorized, Vinwizard | Tagged , , | Comments Off on PT100 Control Board for Raspberry Pi. Completed!

Serial Port combiner for RFID station

I have a project where the HMI (Human-Machine Interface – ie the touch screen PC) is situated 20M from the station. Normally I would move the screen but this time it was not possible. The station has a printer and … Continue reading

Posted in C Programming, Electronics, FOSS, RFID, Uncategorized | Tagged , | 1 Comment

Adding a Message Of the Day or Quote of the Day to your system

Got handed a nice SQL file a few years back, one which I slip into most of my applications and one that generates quotes of the day, (or Message of the day – MOTD) there are 1462 records or about … Continue reading

Posted in FOSS, Funny, MySQL, SQL, Uncategorized | Comments Off on Adding a Message Of the Day or Quote of the Day to your system