C# Wireless Dashboard

Added new page on C# Wireless Dashboard. It’s a .NET project I made for plotting data real-time and wireless parameter tuning for one of the GanzBot robots.

It has a nice GUI interface, and is usable by any system with UARTs since it uses Bluetooth modules. They’re permanently slaved to each other, so they pair at boot every time – no messing around with WiFi or incessant Bluetooth pairing lights.

Check it out at C# WIRELESS DASHBOARD.

Once I clean up the code, I’ll publish that on my GitHub.