Raspberry Pi: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Network ==
=== Moving an image with a wifi setup from one pi to another ===
When moving an image from one pi to another, you may need to erase a certain file. This is because the MAC address (a number unique to the Pi's wifi adapter)


  sudo rm /etc/udev/rules.d/70-persisten-net.rules
https://www.techrepublic.com/article/inside-the-raspberry-pi-the-story-of-the-35-computer-that-changed-the-world/


= Camera =
{{widget:YouTube|id=Tza6Hl8wSJ0}}


{{:PiCam}}


= Audio =


== Using an external USB Audio Apapter ==
==Link to Raspberry Pi pages in the Cookbook==
* [[Cookbook#Raspberry_Pi]]


See: https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876
https://cdn-blog.adafruit.com/uploads/2019/06/Raspberry_Pi_hack_puts_NASA_in_security_jam_-_CNET.png
 
Getting an external USB device to be the "default" is surprisingly easy, just comment out a line in the alsa config (as shown below):
 
sudo nano /etc/modprobe.d/alsa-base.conf
 
  # Keep snd-usb-audio from beeing loaded as first soundcard
  # options snd-usb-audio index=-2
 
[[Category:Raspberry Pi]]

Latest revision as of 18:22, 14 September 2019

https://www.techrepublic.com/article/inside-the-raspberry-pi-the-story-of-the-35-computer-that-changed-the-world/

<iframe width="420" height="315" src="https://www.youtube.com/embed/" frameborder="0" allowfullscreen></iframe>


Link to Raspberry Pi pages in the Cookbook

Raspberry_Pi_hack_puts_NASA_in_security_jam_-_CNET.png