Hello everyone! I've been working lately on my little project involving Raspberry Pi and .NET, during my free time. Now, I've introduced a new technology, Android! The project needed a front-end and It took me a long time to decide how to implement it and what technology to use. I was conflicting between a cross … Continue reading Nucu Car Devlog: 0x03 – Android
Embedded
Nucu Car: Devlog 0x02
Hello, I'm still working on my NucuCar project from time to time, I'm currently at my parents home and I left the raspberry pi at my apartment so I'm only testing the builds it on my computer. Luckily I can test the telemetry by using the CPU temperature sensor implemented by dotnet IoT. For the … Continue reading Nucu Car: Devlog 0x02
Firebase Rest on Raspberry Pi
I've tried to use Google's Firebase with the Firebase Admin SDK in my C# project. The good news is that the Admin SDK is easy to use and all you need to do is call two methods. The authentication part is handled by an environment variable which points to some .json file which you download. … Continue reading Firebase Rest on Raspberry Pi
Nucu Car: Devlog 0x01
Hello everyone, A while ago I started working on a pet project called NucuCar. It's a platform written in .NET for the Raspberry Pi in which I'm trying to implement various utility functions to create a complete piece of software that can be used to build a remote controlled car for the Pi. The project … Continue reading Nucu Car: Devlog 0x01