Roving Dynamics Ltd
- Digital Rights Management (DRM)
- Flip, Flap, Flop! – Solari Fix.
- Why You Should Separate Your Business and Private Life, and Why it May Not Matter!
- On-Time and Under-Budget. Where some IT projects are Probably Going Wrong.
- The Summer of Reasoning Book 1 – The Phoney War – Now Free!
- Removing Some Very Un-Corporate Baggage
- With AI You Need to Think Much Bigger!
- I guess I’m not so good at this Marketing Thing!
- Yet another boring small project (with an interesting back-story)
- Das Blinkenlights (mit RP2040!)
- Das Blinkenlights!
Category Archives: C Programming
Flip, Flap, Flop! – Solari Fix.
About 13 years ago, before this web site, and back when I used to be called boznz.com, I put out a simple project to reverse engineer some soft-flap display units (brand-name Solari). My clients CEO had bought 20 of them … Continue reading
Posted in C Programming, Electronics, Indevin, Repair, Soft-Flap Display, solari
Tagged Repair, Soft-Flap Display, solari
Leave a comment
On-Time and Under-Budget. Where some IT projects are Probably Going Wrong.
This will be a short post, and not technical like my usual ones, it is about many of the seemingly hundreds of failed IT projects out there, where companies have been let down by the big IT companies and consultants. … Continue reading
Posted in boz, Boz NZ, C Programming, Electronics, ESP32-C3, IT Failures, LoRa, Motor Controllers, MySQL, Other Programming, Pascal Programming, Project Management
Tagged boz, boz nz, boznz, C Programmer, Delphi programmer, Electronics Design, Pascal Programmer, SQL administrator
Comments Off on On-Time and Under-Budget. Where some IT projects are Probably Going Wrong.
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 CDC, DS1307, PIC16F455, Raspberry Pi, RTC, USB
Comments Off on USB Real-Time Clock for Raspberry Pi, etc
Uploading file data as a C Header
Quick and simple post. If you have a micro-controller and need to use some data from a file (say a static HTML web page or a bitmap) and you don’t have a file system then you need to convert the … Continue reading
Posted in C Programming, Pascal Programming, Uncategorized
Tagged C Header, Lazarus
Comments Off on Uploading file data as a C Header
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 PIC 16F1782, PT100, Raspberry Pi
Comments Off on PT100 Control Board for Raspberry Pi. Completed!
Raspberry Pi PT100 temperature sensor and control board
I am currently working on a small Project for David at Wine Technologies (vinwizard.us) to replace an older proprietary temperature control PLC. David decided he would like to use a Raspberry Pi due to the fact it is very powerful, … Continue reading
Posted in C Programming, Electronics, Uncategorized, Vinwizard
Tagged 16F1782, AN687, EasyEDA, PT100
1 Comment
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