projects:internetofthings:freenove

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:internetofthings:freenove [2024/07/20 08:38] – created sscipioniprojects:internetofthings:freenove [2024/07/20 13:34] (current) sscipioni
Line 4: Line 4:
   * https://www.raspberrypi.com/software/operating-systems/   * https://www.raspberrypi.com/software/operating-systems/
  
 +before boot mount bootfs
 +<code>
 +echo "pi:$6$c70VpvPsVNCG0YR5$l5vWWLsLko9Kj65gcQ8qvMkuOoRkEagI90qi3F/Y7rm8eNYZHW8CY6BOIKwMH7a3YYzZYL90zf304cAHLFaZE0" > userconf.txt
 +touch ssh.txt
 +</code>
 +
 +
 +blacklist audio on rasp 3 
 +<code="bash">
 +echo "blacklist snd_bcm2835" >> /etc/modprobe.d/snd-blacklist.conf
 +</code>
 +
 +
 +===== python library =====
 +
 +<code="bash">
 +git clone https://github.com/Freenove/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi
 +</code>
 +
 +tests
 +<code>
 +cd ~/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server
 +sudo python test.py Motor
 +sudo python test.py Led
 +</code>
  
  • projects/internetofthings/freenove.1721457489.txt.gz
  • Last modified: 2024/07/20 08:38
  • by sscipioni