<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Archives des rapsberry - La programmation sur le web</title>
	<atom:link href="https://programmation.surleweb-france.fr/tag/rapsberry/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmation.surleweb-france.fr/tag/rapsberry/</link>
	<description>La programmation gratuite pour tous</description>
	<lastBuildDate>Tue, 08 Mar 2022 17:42:06 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2023/08/cropped-19518430-icone-de-programmation-pour-votre-site-web-mobile-presentation-et-conception-de-logo-gratuit-vectoriel.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Archives des rapsberry - La programmation sur le web</title>
	<link>https://programmation.surleweb-france.fr/tag/rapsberry/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">176210735</site>	<item>
		<title>Raspberry &#8211; activer le Wifi</title>
		<link>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/</link>
					<comments>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/#respond</comments>
		
		<dc:creator><![CDATA[Zigomato]]></dc:creator>
		<pubDate>Sun, 17 May 2020 17:01:00 +0000</pubDate>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[rapsberry]]></category>
		<category><![CDATA[raspbian]]></category>
		<category><![CDATA[raspi-config]]></category>
		<category><![CDATA[réseau]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wpa_supplicant]]></category>
		<guid isPermaLink="false">https://programmation.surleweb-france.fr/?p=376</guid>

					<description><![CDATA[<p>Configurer le réseau wifi avec raspi-config ou directement dans le fichier lors de la préparation de la carte</p>
<p class="continue-reading-button"> <a class="continue-reading-link" href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Continuer la lecture<i class="crycon-right-dir"></i></a></p>
<p>L’article <a href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Raspberry &#8211; activer le Wifi</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Le Raspberry Pi, à partir de la version 3, dispose du wifi directement.</p>



<p>Pour l&rsquo;activer, il y a deux possibilités, la première est de procéder par l&rsquo;interface graphique, la seconde par le terminal (utile surtout si tu as accès par SSH, tu peux suivre cet <a rel="noreferrer noopener" href="https://programmation.surleweb-france.fr/raspberry-pi-connexion-ssh/" target="_blank">article</a>).</p>



<p>Sur cette page, nous ne verrons pas la configuration à partir de l&rsquo;interface graphique.</p>



<h2 class="wp-block-heading">Configuration directement dans le fichier</h2>



<p>Si tu souhaites que ton Raspberry se connecte directement par Wifi, tu vas devoir configurer le fichier <strong>/etc/wpa_supplicant/wpa_supplicant.conf</strong> comme cela :</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">ctrl_interface=/var/run/wpa_supplicant
update_config=1
country=FR
network={
     ssid="ton_identifiant_reseau_wifi"
     psk="ton_mot_de_passe_wifi"
}</pre>



<p>Les guillemets sont importantes.</p>



<p>Si tu prépares ta carte SD sous linux, tu pourras accèder directement au fichier sur la carte SD.</p>



<h3 class="wp-block-heading">Lors de la préparation de la carte</h3>



<p>Si tu es sur linux pour préparer ta carte, tu peux directement avoir accès aux dossiers et fichiers de la carte SD.</p>



<p>Si tu es sous Windows, le système de fichiers ext4 n&rsquo;est pas lisible directement. Il faut que tu passes sous un logiciel comme <a rel="noreferrer noopener" href="https://sourceforge.net/projects/ext2fsd/files/" target="_blank">est2fsd</a>.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Tu peux avoir à redémarrer une seconde fois ton Pi pour que le réseau soit pris en compte.</p><cite>Zigomato</cite></blockquote>



<h2 class="wp-block-heading">Configuration avec Raspi-config</h2>



<p>Dans un terminal, saisis :</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">sudo raspi-config</pre>



<p>Puis sélectionnes « <strong>Network options</strong> » :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="641" height="389" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=641%2C389&#038;ssl=1" alt="raspi-config network options" class="wp-image-385" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?w=641&amp;ssl=1 641w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=300%2C182&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=150%2C91&amp;ssl=1 150w" sizes="(max-width: 641px) 100vw, 641px" /><figcaption>raspi-config network options</figcaption></figure></div>



<p>Tu dois entrer les informations de ton réseau wifi (le nom du réseau et le mot de passe). Puis tu valides, ensuite, à partir de la page d&rsquo;accueil de Raspi-config, tu vas dans « Localisation options » :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" decoding="async" width="642" height="387" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=642%2C387&#038;ssl=1" alt="Rasp-config, options de localisation" class="wp-image-387" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?w=642&amp;ssl=1 642w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=300%2C181&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=150%2C90&amp;ssl=1 150w" sizes="(max-width: 642px) 100vw, 642px" /><figcaption>Rasp-config, options de localisation</figcaption></figure></div>



<p>Puis tu changes, le pays du réseau.</p>



<p>Une fois que tu sors, redémarres le raspberry.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Voilà, ton Pi est maintenant connecté au réseau grâce à la connexion Wifi.</p>
<p>L’article <a href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Raspberry &#8211; activer le Wifi</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">376</post-id>	</item>
	</channel>
</rss>
