Difference between revisions of "NERP"

From Pumping Station One
Jump to navigation Jump to search
Line 31: Line 31:
  
 
=== Applications ===
 
=== Applications ===
* Arduino IDE runs and uploads ok USB-connected Arduino with Raspbian "Wheezy"; just install via "apt-get install arduino".  For doing electronics directly on the Pi, WiringPi is a Python library which aims to make it as high-level as Arduino: https://projects.drogon.net/raspberry-pi/wiringpi/  If Python isn't appealing, then this eLinux article gives GPIO examples in many languages: http://elinux.org/RPi_Low-level_peripherals
+
* Arduino IDE runs and uploads ok USB-connected Arduino with Raspbian "Wheezy"; just install via "apt-get install arduino".   
 +
* For doing electronics directly on the Pi, WiringPi is a Python library which aims to make it as high-level as Arduino: https://projects.drogon.net/raspberry-pi/wiringpi/  If Python isn't appealing, then this eLinux article gives GPIO examples in many languages: http://elinux.org/RPi_Low-level_peripherals
 
* Quake for the current Raspbian "Wheezy" image can be downloaded here: http://www.memetic.org/quake-3-with-sound-for-the-raspberry-pi/
 
* Quake for the current Raspbian "Wheezy" image can be downloaded here: http://www.memetic.org/quake-3-with-sound-for-the-raspberry-pi/
 
* "hello world" programs in /opt/vc/src especially the 1080p HD playback demo: /opt/vc/src/hello_pi/hello_video/   
 
* "hello world" programs in /opt/vc/src especially the 1080p HD playback demo: /opt/vc/src/hello_pi/hello_video/   
 
** More details in the webinar Eben Upton did: http://www.element14.com/community/docs/DOC-44459/l/video-programming-the-raspberry-pi-with-raspberry-pi-co-founder-eben-upton
 
** More details in the webinar Eben Upton did: http://www.element14.com/community/docs/DOC-44459/l/video-programming-the-raspberry-pi-with-raspberry-pi-co-founder-eben-upton
 +
 
== Community ==
 
== Community ==
 
* if you run into issues, then the RaspberryPi.org Forum is a good resource: http://www.raspberrypi.org/phpBB3/  If you can't get past a problem, then I'd be happy to help at next NERP meeting (like after the presentations).   
 
* if you run into issues, then the RaspberryPi.org Forum is a good resource: http://www.raspberrypi.org/phpBB3/  If you can't get past a problem, then I'd be happy to help at next NERP meeting (like after the presentations).   

Revision as of 23:38, 17 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: 2nd & 4th Monday of every month
  • 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

Hardware

Software

Linux

Applications

Community

Articles