ODROID-C2

MongoDB: On a C2 with Ubuntu 18.04

UPDATE: MongoDB 4.0.6 on ODROID C2 with Ubuntu 18.04 I use a MongoDB database to analyze data extracted from logs on Linux production servers that handle hundreds of thousands of users per day. I also have databases that I use for research topics. I have pulled data from The British  ▶

ODROID-N2

ODROID-N2 UART Custom Baud Rate for MIDI

I needed my ODROID-N2’s UART port to operate at a non-standard baud rate so that I could use MIDI. I edited the UART driver code to set baudrate to 31250 when setting baud rate to 38400, then wrote test code using wiringPi, and measured the baud rate. UART driver after  ▶