 |
 |
 |
Raspberry
|
|
|
49.00 € ttc
|
Disponible
|
|
|
Raspberry Pi 3 Model B ARM Cortex-A53 CPU 1.2GHz 64-Bit Quad-Core 1GB RAM 10 Times B+ |
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
----------------------------------------------------------------------------------------------------------
Trouver l'adresse MAC eth0 et wlan0 avec ifconfig
et ajouter l'adresse MAC wlan0 dans la configuration Wifi de la Livebox pour autoriser la connection
----------------------------------------------------------------------------------------------------------
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/
----------------------------------------------------------------------------------------------------------
Communiquer en SSH avec Bitvise SSH Client
https://www.bitvise.com/ssh-client-download
Mise à jour du système :
$ sudo -i
# apt-get update
# apt-get dist-upgrade
# reboot
---------------------------------------------------------------------------------------------------------
Ajouter des extensions de Programmes
OSMC - Programmes - Ecran de gauche - Obtenir plus.. -
--------------------------------------------------------------------------------------------------------
Installation DVBLink
Télécharger dvblink-server... https://dvblogic.com/en/downloads/
Copier le fichier dans un répertoire Download créé sur le Raspberry Pi
Décompresser le fichier tar.gz
$ tar xzf dvblink-server-raspberry-linux-arm-6.0.0.tar.gz
$ sudo dpkg -i ... ?
---------------------------------------------------------------------------------------------------------
Changer d'apparence ou de Skin
OSMC - Paramètres - Interface - Habillage -
|
 |
 |
 |
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/
|
 |
 |
 |
Raspberry
|
|
|
74.90 € ttc
|
Disponible
|
|
|
KIT Raspberry Pi 3 Model B 64-Bit Quad-Core 1GB + Boîtier + Disspateurs + Câble USB Alimentation |
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/
|
 |
 |
 |
Raspberry
|
|
|
9.90 € ttc
|
Disponible
|
|
|
Alimentation DC 5V 3.0A EU Power Supply Micro USB Adapter Charger For Raspberry Pi 3 Model B |
Description:
Size: 7.5 x 4.5 x 3cm
Cable length: 90cm
Net weight: 98g
Output: DC 5V, 3A
Plug: EU plug
Package includes:
1 x EU Power Supply
|
 |
 |
 |
Raspberry
|
|
|
10.90 € ttc
|
Disponible
|
|
|
Boîtier de protection avec câble d'alimentation USB Dissipateurs Aluminium pour Raspberry Pi 3 Mod B |
Protective Enclosure Case With USB Power Cable And Aluminum Heatsink For Raspberry Pi 3 Model B
|
 |
 |
 |
Raspberry
|
|
|
24.00 € ttc
|
Disponible
|
|
|
Carte Micro-SDHC classe 10, 32 Go avec OSMC Media Center pour Raspberry Pi3 |
Carte contenant le système d'exploitation OSMC pour Raspberry Pi3.
OSMC (Open Source Media Center) est un lecteur multimédia gratuit et open source basé sur Linux.
Fondé en 2014, OSMC vous permet de lire des médias à partir de votre réseau local, de votre stockage et d'Internet.
OSMC est le principal Media Center en termes d'ensemble de fonctionnalités et de communauté et est basé sur le projet Kodi.
|
|