Raspberry Pi: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Hakan (diskussion | bidrag) |
Hakan (diskussion | bidrag) (→Länkar) |
||
(6 mellanliggande sidversioner av samma användare visas inte) | |||
Rad 39: | Rad 39: | ||
=== Trådlös uppkoppling av Raspberry Pi === | === Trådlös uppkoppling av Raspberry Pi === | ||
Läs följande länkade sidor: | {{exruta| Instruktion trådlöst nätverk på Raspberry | ||
Instruktioner: | |||
* Detta är baserat på en ren nyinstallerad Raspbian Buster Lite | |||
* Kör sudo raspi-config | |||
- 4 Localisation Options | |||
- I4 Change Wi-fi Country | |||
- ställ in landskod SE | |||
- Avsluta raspi-config | |||
* Kör sudo nano /etc/wpa_supplicant/wpa_supplicant.conf | |||
- Lägg till: | |||
<pre> | |||
network={ | |||
ssid="SSIS" | |||
key_mgmt=WPA-EAP | |||
eap=PEAP | |||
identity="användarnamn" | |||
password="lösenord" | |||
phase1="peaplabel=0" | |||
phase2="auth=MSCHAPV2" | |||
} | |||
</pre> | |||
- Spara och avsluta | |||
* Kör sudo nano /lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant | |||
- Leta upp nl80211,wext och ersätt med wext,nl80211 | |||
- Spara och avsluta | |||
* Starta om med sudo reboot | |||
Källa: | |||
https://gist.github.com/kyleraymorgan/fb404500adafe1ebdb66 | |||
https://www.raspberrypi.org/forums/viewtopic.php?t{{=}}247310#p1601844 | |||
}} | |||
Mer infor: Läs följande länkade sidor: | |||
: [https://www.raspberrypi.org/documentation/remote-access/ssh/ SSH (Secure Shell)] | : [https://www.raspberrypi.org/documentation/remote-access/ssh/ SSH (Secure Shell)] | ||
Rad 48: | Rad 81: | ||
I kommandofönstret skriver du arp för att få reda på IP-adressen. | I kommandofönstret skriver du arp för att få reda på IP-adressen. | ||
=== Tutorials === | === Tutorials === | ||
Följ instruktionerna nedan så ska vi göra ett enkelt test motsvarande Hello wirld. | Följ instruktionerna nedan så ska vi göra ett enkelt test motsvarande Hello wirld. | ||
Rad 100: | Rad 133: | ||
: [https://www.adafruit.com/product/439 Adafruits produktbeskrivning] | : [https://www.adafruit.com/product/439 Adafruits produktbeskrivning] | ||
Bra guide | Bra guide | ||
: [https://learn.adafruit.com/tsl2561/python-circuitpython CircuitPython Installation of TSL2561 Library] | |||
# Installera Circuit Python, om du inte redan gjort det: [https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi Installing CircuitPython Libraries on Raspberry Pi] | |||
# Installera biblioteket för TSL: [https://learn.adafruit.com/tsl2561/python-circuitpython CircuitPython Installation of TSL2561 Library] | |||
Det finns exempelkod du kan klistra in i nano, spara och köra. | |||
{{clear}} | {{clear}} | ||
Rad 127: | Rad 162: | ||
: [https://circuitpython.org/ circuitpython.org] | : [https://circuitpython.org/ circuitpython.org] | ||
: Adafruit: [https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython What is CircuitPython?] | : Adafruit: [https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython What is CircuitPython?] | ||
Installera Circuit Python, vilket kallas Blinka: | |||
: [https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi Installing CircuitPython Libraries on Raspberry Pi] | |||
Sedan kan du gå vidare och installera och köra kod för en sensor, exempelvis: | |||
: [https://learn.adafruit.com/tsl2561/python-circuitpython Python Installation of TSL2561 Library] | |||
== AD-omvandlare - ADC == | == AD-omvandlare - ADC == |
Nuvarande version från 7 december 2021 kl. 13.57