Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Posted on 2013/05/06 by arno Posted in Uncategorized

Links

http://www.tclcode.com/opentherm/index.html#intro http://www.domotiga.nl/projects/domotiga/wiki/OpenTherm

http://it.mouser.com/Search/Refine.aspx?Keyword=raspberry+pi&Ns=Pricing%7c0&FS=True

Raspberry PI

QUICK START GUIDE

RPi Easy SD Card Setup

RaspberryPi.org – downloads

Installing OpenELEC on Raspberry Pi

RPi_Easy_SD_Card_Setup

RPi_Low-level_peripherals  – Pinouts

RPi_VerifiedPeripherals

Searches

Can i get audio input through the gpio

Projects sites

http://www.hunterthornsberry.com/raspberrypi.html
AirPi – turn a raspberry pi into an airplay receive
Live-streaming-mp3-audio-with-darkice-and-icecast2-on-raspberry-pi

PiFace / Gertboard

PiFace | Install WiringPi | gpio command | example blink
(for example project first start ‘gpio load spi’)

Openelec – XBMC

http://docs-europe.electrocomponents.com/webdocs/109e/0900766b8109e8f7.pdf

Audio input

http://asliceofraspberrypi.blogspot.nl/2013/02/adding-audio-input-device.html

Serial interface

http://elinux.org/RPi_Serial_Connection http://www.hobbytronics.co.uk/raspberry-pi-serial-port http://www.trainelectronics.com/RaspberryPi/

Raspberry Pi and the Serial Port

source: http://www.hobbytronics.co.uk/raspberry-pi-serial-port By default the Raspberry Pi’s serial port is configured to be used for console input/output. Whilst this is useful if you want to login using the serial port, it means you can’t use the Serial Port in your programs. To be able to use the serial port to connect and talk to other devices (e.g. Arduino), the serial port console login needs to be disabled. Needless to say you will need some other way to login to the Raspberry Pi, and we suggest doing this over the network using an SSH connection. Disable Serial Port Login To enable the serial port for your own use you need to disable login on the port. There are two files that need to be edited The first and main one is /etc/inittab This file has the command to enable the login prompt and this needs to be disabled. Edit the file and move to the end of the file. You will see a line similar to T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 Disable it by adding a # character to the beginning. Save the file. #T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 Disable Bootup Info When the Raspberry Pi boots up, all the bootup information is sent to the serial port. Disabling this bootup information is optional and you may want to leave this enabled as it is sometimes useful to see what is happening at bootup. If you have a device connected (i.e. Arduino) at bootup, it will receive this information over the serial port, so it is up to you to decide whether this is a problem or not. You can disable it by editing the file /boot/cmdline.txt The contents of the file look like this dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait Remove all references to ttyAMA0 (which is the name of the serial port). The file will now look like this dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait Reboot In order you enable the changes you have made, you will need to reboot the Raspberry Pi sudo shutdown -r now Test the Serial Port A great way to test out the serial port is to use the minicom program. If you dont have this installed run sudo apt-get install minicom Connect your PC to the Raspberry Pi serial port using an appropriate serial port adapter and wiring, then open Putty or a similar serial terminal program on PC side. Setup a connection using the serial port at 9600 baud. Now run up minicom on the Raspberry Pi using minicom -b 9600 -o -D /dev/ttyAMA0 What you type into the minicom terminal screen should appear on the serial PC terminal and vice versa.

« Feature Microsoft Update, Chkdsk spreading like a virus
Windows Features »
  • Login
  • Mother of all Portals
  • .Handy .Handig
  • Links – wikis – wikies

Archives

  • June 2022
  • October 2021
  • June 2021
  • September 2016
  • April 2016
  • March 2016
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
CyberChimps ©2025