Testing project for the weathe station

  • Talk about installation of Ubuntu
  • Talk about installation of dotNET core 3.1 arm64
  • Talk about enabling I2C for non-root user
  • Talk about testing with python3
  • Talk about setup on machine, deploy to remote

Running the project

  1. Publish
> dotnet publish -r ubuntu-arm64
  1. TCP transfer from machine to RPI
> scp .\bin\Debug\netcoreapp3.0\ubuntu-arm64\publish\* ubuntu@192.168.86.179:testrpi
  1. On the raspberry pi
$ sudo chmod 755 ./testrpi
$ ./testrpi