Difference between revisions of "NERP"

From Pumping Station One
Jump to navigation Jump to search
Line 48: Line 48:
 
* [http://www.raspberrypi.org/phpBB3/ RaspberryPi.org Forum] is a good resource
 
* [http://www.raspberrypi.org/phpBB3/ RaspberryPi.org Forum] is a good resource
 
* [http://www.element14.com/community/groups/raspberry-pi Raspberry Pi group on element14 Community] is quite active too and another place to ask questions
 
* [http://www.element14.com/community/groups/raspberry-pi Raspberry Pi group on element14 Community] is quite active too and another place to ask questions
** Drew posts on [http://www.element14.com/community/groups/raspberry-pi?view=blog Raspberry Pi blog]
 
 
* [http://elinux.org/R-Pi_Troubleshooting The eLinux wiki troubleshooting guide]
 
* [http://elinux.org/R-Pi_Troubleshooting The eLinux wiki troubleshooting guide]
 
* [http://elinux.org/RPi_VerifiedPeripherals Listing of verified equipment] ''add your own once tested!''
 
* [http://elinux.org/RPi_VerifiedPeripherals Listing of verified equipment] ''add your own once tested!''
 +
* [http://www.element14.com/community/docs/DOC-44703/l/raspberry-pi-wifi-adapter-testing Raspberry Pi WiFi adapter testing] done by Drew
 +
 +
=== Tutorials ===
 +
* [http://learn.adafruit.com/category/raspberry-pi Adafruit Learning System]
 +
* [http://www.element14.com/community/groups/raspberry-pi?view=blog element14 Raspberry Pi blog] where Drew posts his tutorials
  
 
=== Links ===
 
=== Links ===

Revision as of 00:38, 18 August 2012

Overview

Not Exclusively Raspberry Pi (NERP) is an interest group focused on demonstrations and open discussion of embedded systems. There is currently an emphasis on the Raspberry Pi, but all embedded platforms are within the scope (BeagleBone/Board, ARM Cortex M series, MSP430, Arduino, etc).

Participants

Meetings

  • Bi-weekly, Monday, 7pm-9pm

Past

  1. July 30, 2012
  2. August 13, 2012

Upcoming

  1. August 27, 2012: Drew advises please suggest topics or ask to present

Reference

Raspberry Pi

Hardware

  • Raspberry Pi (Model B)
    • Newark element14: NERP attendees who've ordered recently from Newark element14 report the lead time is now week or less (2012-Aug-17)
    • MCM Electronics: report on PS1 mailing list that currently in stock (2012-Aug-17)
    • Note: Model A not been released yet, only Model B exists
  • Gertboard: I/O expansion board
  • Pi Box by Adafruit: clear acrylic case that Drew has shown at meeting
    • design files are open source and could be made with the PS1 laser cutter.
  • Adafruit's full line-up of Raspberry Pi accessories

Software

Linux

Applications

  • Arduino IDE runs and uploads ok USB-connected Arduino with Raspbian "Wheezy"; just install via "apt-get install arduino".
  • WiringPi is a Python library which aims to make electronics interfacing as high-level as Arduino
  • GPIO examples in many languages
  • Quake for the current Raspbian "Wheezy" image
  • "hello world" programs in /opt/vc/src especially the 1080p HD playback demo: /opt/vc/src/hello_pi/hello_video/

Support

Tutorials

Links