My implementation of a ring buffer in NOR flash
Background There are self-developed vending machines. Inside are Raspberry Pi and some additional circuitry on a separate board. They are connected to a coin acceptor, a bill validator, and a banking terminal… Everything is controlled by custom software. All operation history is written to a log on a flash drive (MicroSD), which is then transmitted via the internet (using a USB modem) to a server, where it is stored in a database. Sales information is uploaded to 1C, and there is also […]
