NucuCar is a .Net Core IoT application for environment monitoring and home automation powered by Raspberry Pi.
Find a file
2019-11-24 15:12:12 +02:00
NucuCar.Domain Add source code docummentation 2019-11-24 15:12:12 +02:00
NucuCar.Sensors Add source code docummentation 2019-11-24 15:12:12 +02:00
NucuCar.TestClient Update Readme.md 2019-11-23 22:22:37 +02:00
.editorconfig Turn NucuCar.TestClient into a command line client 2019-11-17 16:33:24 +02:00
.gitignore Remove the certificates folder 2019-11-17 15:59:31 +02:00
NucuCar.sln Add Domain project for domain-related data. 2019-11-11 13:28:52 +02:00
NucuCar.sln.DotSettings.user Implement basic BME680 sensor reading 2019-11-09 16:54:06 +02:00
Readme.md Add source code docummentation 2019-11-24 15:12:12 +02:00

WIP

Solution Information

NucuCar.Domain

Holds common classes and interfaces that are required by the other projects.

It provides all the types that are generated via protocol buffers.

NucuCar.Sensors

Manages all the car sensors. For more info see the readme file located in the project directory.

NucuCar.TestClient

Command line utility to play around with the car functionality. You can use it to remotely read data from the sensors via gRPC methods and to publish and read telemetry data.


Building and Running.

To build the project and target the Raspberry Pi you can use the following command:

dotnet build --runtime linux-arm -p:PublishSingleFile=true

Milestones:

  • Make a working BME680 module. (Unit tests?)
    • Add settings: gRPC enabled, Telemetry Enabled, Sensor Enabled, Measurement Delay
  • Make a gRPC test project to test the modules.
  • Pretty document domain module.
  • Attempt some unit tests on sensors.
    • Grpc
    • Telemetry
    • Sensor read?
  • Add systemd config file.
  • Add option to publish in a single file.
  • Make a .Net Core web api project. Add support for BME680. Replaced by gRPC.
  • Buy a toy car with H-Bridge.
  • Make a H-Bridge Module to interface with it.
  • Make a desktop application /w Xbox Controller support.
  • Buy Raspbery Pi Camera & Pi Zero Camera adapter.
  • Figure out how to integrate camera to stream to the dekstop.
  • Buy mobile 4G router.
  • Figure out how to make a reverse VPN connection on boot. (Hint: SSH tunneling)
  • Improve the desktop application.
  • Add additional sensors
    • GPS
    • Collision