4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
33 results tagged rasp x
  • thumbnail
    Kerberos.io - Video Surveillance
    20 septembre 2016 à 15:41:32 UTC+2 - permalink - archive.org - https://kerberos.io/
    camera maison rasp raspberry surveillance
  • Mopidy
    10 novembre 2015 à 11:16:53 UTC+1 - permalink - archive.org - https://www.mopidy.com/
    music rasp spotify
  • Raspberry

    On m'a gentiement offert un raspberry, je vais donc en avoir 2 a la maison. Celui ci est plus récent (donc plus puissant). Je vais re-tester Kodi pour voir si il tient le coup

    1 octobre 2015 à 20:07:49 UTC+2 - permalink - archive.org - https://links.infomee.fr/?54WGsg
    rasp raspberry
  • Michael Gorven - cocooncrash

    allez on va retester xbmc (pardon, kodi) sur le rasp

    Avec le petit plugin à la popcorntime : https://github.com/steeve/plugin.video.pulsar/releases/tag/v0.4.7

    http://forum.kodi.tv/showthread.php?tid=200957

    http://www.homemediatech.net/how-to-setup-and-install-pulsar-on-xbmckodi-an-xbmctorrent-alternative/789

    13 mars 2015 à 18:02:44 UTC+1 - permalink - archive.org - http://michael.gorven.za.net/
    rasp xbmc
  • Instant Raspberry Pi Ad-blocker - Jacob Salmela
    26 février 2015 à 11:48:56 UTC+1 - permalink - archive.org - http://jacobsalmela.com/instant-raspberry-pi-ad-blocker/
    adblock rasp
  • Pi-hole: A Raspberry Pi Ad-Blocker with DNS Caching

    Comment mettre en place un DNS menteur sur son raspberry pour ne pas servir les pubs.

    L'avantage ? pouvoir se passer de adblock x sur ses périphériques qui consomme pas mal de ressources. Une fois en place, il faut juste utiliser le raspberry comme serveur DNS.

    4 janvier 2015 à 20:56:44 UTC+1 - permalink - archive.org - http://jacobsalmela.com/raspberry-pi-block-ads-adtrap/
    adblock dns rasp
  • Mis apuntes de.. Raspberry Pi entre otros

    ah genial pour balancer du stream sur la tv!

    27 novembre 2014 à 21:37:02 UTC+1 - permalink - archive.org - http://misapuntesde.com/post.php?id=232
    rasp twitch
  • Yana, évolutions, perspectives, explications | IdleBlog

    ah il a l'air bien ce projet, pouvoir commander vocalement son reseau domotique à base de briques libres :D

    18 mars 2014 à 14:07:53 UTC+1 - permalink - archive.org - http://blog.idleman.fr/yana-evolutions-perspectives-explications/
    domotique rasp
  • TechJawab.com: How to setup mount / auto-mount USB Hard Drive on Raspberry Pi
    12 février 2014 à 14:16:53 UTC+1 - permalink - archive.org - http://www.techjawab.com/2013/06/how-to-setup-mount-auto-mount-usb-hard.html
    fdisk mount rasp
  • Sommaire : Raspberry PI & Arduino, domotique, robotique, et pleins de trucs en “ique” | IdleBlog
    11 février 2014 à 14:20:55 UTC+1 - permalink - archive.org - http://blog.idleman.fr/sommaire-raspberry-pi-arduino-domotique-robotique-et-pleins-de-trucs-en-ique/
    electronique rasp
  • Coder for Raspberry Pi

    Coder, un projet de chez Google pour transformer son raspberry en plateforme d'apprentissage de code !
    En plus de fournir la plateforme, il y a des projets type exemple ici : http://googlecreativelab.github.io/coder-projects/

    via nico

    30 janvier 2014 à 10:09:07 UTC+1 - permalink - archive.org - http://googlecreativelab.github.io/coder/
    coder google rasp
  • Lecture différée de la webcam d’un Rasberry Pi – ®om's blog

    Génial

    21 janvier 2014 à 14:05:55 UTC+1 - permalink - archive.org - http://blog.rom1v.com/2014/01/lecture-differee-de-la-webcam-dun-rasberry-pi/
    rasp
  • Alright, this has me at wit's end. Anyone able to run omxplayer from SSH, and output on HDMI? : raspberry_pi
    16 décembre 2013 à 11:00:58 UTC+1 - permalink - archive.org - http://www.reddit.com/r/raspberry_pi/comments/zjluk/alright_this_has_me_at_wits_end_anyone_able_to/
    display rasp
  • Raspberry Pi • View topic - SSH play script for omxplayer
    16 décembre 2013 à 10:59:33 UTC+1 - permalink - archive.org - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=9789&p=112154
    display rasp
  • Piclodio: Radio Réveil Raspberry Pi | MesPotesGeek.fr

    Nouvelle version de piclodio!
    J'ai un peu contribué sur cette version, j'ai donc découvert django (un framework python) qui est très sympa à utiliser ! :)
    Plus d'infos par le main dev sur l'article.
    EDIT : et le repo github : https://github.com/Sispheor/Piclodio2

    13 décembre 2013 à 11:02:20 UTC+1 - permalink - archive.org - https://mespotesgeek.fr/piclodio-radio-reveil-raspberry-pi/
    piclodio rasp
  • RetroPie: Which Gamepad should I use? | YETI
    2 décembre 2013 à 21:07:03 UTC+1 - permalink - archive.org - http://yetiblog1337.wordpress.com/2013/06/02/retropie-which-gamepad-should-i-use/
    controller rasp
  • [solved] amixer output differs from alsamixer? (Page 1) / Newbie Corner / Arch Linux Forums

    Valeur différentes retournées par amixer et alsamixer, l'explication :

    No, both are correct.  You are dreaming too much on the world unified
    percentage representation smile
    
    The percentage in amixer has nothing to do with dB level.
    It's just the percentage of the raw value range of that mixer
    element.  Thus showing 89% is correct.  It's 10% down from 100%
    (1% is because of the resolution of the raw values).
    
    Now, alsamixer shows the percentage in a different way.  It's
    explained well in the source code (alsamixer/volume_mapping.c), but
    not mentioned in the man page, unfortunately.
    
    * The mapping is designed so that the position in the interval is proportional
    * to the volume as a human ear would perceive it (i.e., the position is the
    * cubic root of the linear sample multiplication factor).  For controls with
    * a small range (24 dB or less), the mapping is linear in the dB values so
    * that each step has the same size visually.  Only for controls without dB
    * information, a linear mapping of the hardware volume register values is used
    * (this is the same algorithm as used in the old alsamixer).
    
    The percentage representation in alsamixer corresponds to this
    mapping, thus it's neither dB nor linear percent.

    EDIT : + https://gitorious.org/alsa/alsa-utils/source/34bb514b5fd1d6f91ba9a7b3a70b0ea0c6014250:alsamixer/volume_mapping.c#L64

    30 novembre 2013 à 15:01:58 UTC+1 - permalink - archive.org - https://bbs.archlinux.org/viewtopic.php?pid=1217759
    alsamixer rasp sound
  • Sound configuration on Raspberry Pi with ALSA | Stephen C Phillips

    Un autre article sur la gestion du son du raspberry avec amixer. J'ai pu améliorer ma lib (https://github.com/arnaudmm/rasp-utils/blob/master/picsound.sh) pour le projet piclodio2 (https://github.com/Sispheor/Piclodio2/)

    30 novembre 2013 à 14:02:43 UTC+1 - permalink - archive.org - http://blog.scphillips.com/2013/01/sound-configuration-on-raspberry-pi-with-alsa/
    rasp sound
  • Topic: Tutorial to get wiimotes with classic controllers to work with RetroPie | petRockBlog

    Comment utiliser une ou plusieurs wiimote avec le rasp. C'est qui qui va rejouer à la nes/snes ? :):)

    27 novembre 2013 à 08:38:01 UTC+1 - permalink - archive.org - http://blog.petrockblock.com/forums/topic/tutorial-to-get-wiimotes-with-classic-controllers-to-work-with-retropie/
    controller rasp retropie wii
  • Raspberry Pi • View topic - Reduce XBMC UI rendering CPU usage

    Je viens de remarquer que même en idle, XBMC mange pas mal de CPU.. Une solution pourrait être de l'arrêter/le démarrer à la demande comme Nico a fait (https://github.com/Sispheor/StartXBMC), mais j'ai trouvé ce petit script qui est bien sexy. Grâce à une commande (tvservice) on peut savoir si la TV est allumé ou non!
    à tester donc

    !/bin/bash

    on_mode="0x120009"
    while [ 1 ]
    do
    status=tvservice -s | awk {'print $2'}
    if [ $status == $on_mode ]
    then
    echo "Detected hdmi signal - Starting xbmc . . ."
    sudo service xbmc start
    fi
    sleep 1
    done

    Edit : ça ne marche pas avec ma TV :-( le code reste inchangé, tant pis. Du coup j'ai créé une page web toute simple qui, lorsque je la visite, permet de lancer xbmc.

    26 novembre 2013 à 21:20:15 UTC+1 - permalink - archive.org - http://www.raspberrypi.org/phpBB3/viewtopic.php?t=34241&p=344642
    rasp xbmc
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation