 |
 |
 |
Raspberry
|
|
|
73.90 € ttc
|
Disponible
|
|
|
KIT Raspberry Pi 3 Model B 64-Bit Quad-Core 1GB + Alimentation Secteur Micro-USB 5V 3A |
Description:
- Broadcom BCM2387 chipset
- 1.2GHz Quad-Core ARM Cortex-A53
- 802.11 bgn Wireless LAN and Bluetooth 4.1 (Bluetooth Classic and LE)
- 1GB RAM
- 64 Bit CPU
- 4 x USB ports
- 4 pole Stereo output and Composite video port
- Full size HDMI
-10/100 BaseT Ethernet socketbr
- CSI camera port for connecting the Raspberry Pi camera
- DSI display port for connecting the Raspberry Pi touch screen display
- Micro SD port for loading your operating system and storing data
- Micro USB power source
Features:
- Now 10x Faster - Broadcom BCM2387 ARM Cortex-A53 Quad Core Processor powered Single Board Computer running at 1.2GHz
- 1GB RAM so you can now run bigger and more powerful applications
- Fully HAT compatible
- 40pin extended GPIO to enhance your 'real world' projects.
- Connect a Raspberry Pi camera and touch screen display (each sold separately)
- Stream and watch Hi-definition video output at 1080
- Micro SD slot for storing information and loading your operating systems.
- 10/100 BaseT Ethernet socket to quickly connect the Raspberry Pi to the Internet
Package included:
1 x Raspberry Pi 3 Model B
-------------------------------------------------------------------------------------------------------------------------
Télécharger NOOBS
https://www.raspberrypi.org/downloads/noobs/
Extraire tout dans un répertoire
Copier tous les éléments de ce répertoire sur la carte microSD formattée et vide
Introduire la carte microSD dans le slot de la carte Raspberry PI 3
Brancher un écran par la liaison HDMI
Connecter un clavier et une souris sur les ports USB
Connecter la carte Raspberry sur le réseau par un câble RJ45
Brancher le câble d'alimentation sur le connecteur Micro-USB
Relier l'alimentation à une prise secteur.
L'écran affiche l'écran d'accueil de la carte Raspberry PI 3
Si rien ne s'affiche à l'écran, essayer avec une autre carte microSD.
----------------------------------------------------------------------------------------------------------
Configuration pour Wifi avec adresse IP statique
Ouvrir un terminal
pi@raspberrypi: ~ $ cd /etc
pi@raspberrypi:/etc $ sudo nano dhcpcd.conf
ajouter en fin du fichier dhcpcd.conf
#---------- Config IP Static ----------
# Ethernet Port RJ45
interface eth0
# IP Raspberry
static ip_address=192.168.0.14
# IP Passerelle/Gateway/Routeur
static routers=192.168.0.250
# IP DNS
static domain_name_servers=192.168.0.250
# Wifi
interface wlan0
# IP Raspberry
static ip_address=192.168.0.14
# IP Passerelle/Gateway/Routeur
static routers=192.168.0.250
# IP DNS
static domain_name_servers=192.168.0.250
Ctrl-O pour enregistrer
Ctrl-X pour quitter l'éditeur nano
pi@raspberrypi:/etc $ sudo reboot
----------------------------------------------------------------------------------------------------------
Media Center
Présentation de KODI pour Raspberry Pi 3
https://www.youtube.com/watch?v=O1vjNwhFSNQ
Kodi pour PC
https://kodi.tv/download/
Kodi pour Raspberry Pi
https://osmc.tv/
-----------------------------------------------------------------------------------------------------------
Contrôler son Raspberry Pi avec VNC
https://www.realvnc.com/download/viewer/
|
[1]
|