NERP: Difference between revisions
From Pumping Station One
mNo edit summary |
m Robot: Cosmetic changes |
||
| Line 1: | Line 1: | ||
= Overview = | = Overview = | ||
Not Exclusively Raspberry Pi (NERP) is an interest group focused on demonstrations and open discussion of embedded systems. | 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 [http://www.raspberrypi.org/ Raspberry Pi], but all embedded platforms are within the scope (BeagleBone/Board, ARM Cortex M series, MSP430, Arduino, etc). | ||
= Participants = | = Participants = | ||
| Line 16: | Line 16: | ||
=== Past === | === Past === | ||
*Meeting #0: [http://pumpingstationone.org/2012/07/nerp-not-exclusively-raspberry-pi-meeting-july-30th/ July 30, 2012] | * Meeting #0: [http://pumpingstationone.org/2012/07/nerp-not-exclusively-raspberry-pi-meeting-july-30th/ July 30, 2012] | ||
*Meeting #1: [http://pumpingstationone.org/2012/08/nerp-not-exclusively-raspberry-pi-meeting-monday-aug-13-at-7pm/ August 13, 2012] | * Meeting #1: [http://pumpingstationone.org/2012/08/nerp-not-exclusively-raspberry-pi-meeting-monday-aug-13-at-7pm/ August 13, 2012] | ||
*Meeting #2: [http://pumpingstationone.org/2012/08/nerp-meetup-08-27-12/ August 27, 2012] | * Meeting #2: [http://pumpingstationone.org/2012/08/nerp-meetup-08-27-12/ August 27, 2012] | ||
*Meeting #3: [http://pumpingstationone.org/2012/09/nerp-raspberry-pi-and-beer-monday-9-7-12/ September 10, 2012] | * Meeting #3: [http://pumpingstationone.org/2012/09/nerp-raspberry-pi-and-beer-monday-9-7-12/ September 10, 2012] | ||
*Meeting #4: [http://pumpingstationone.org/2012/09/not-exclusively-raspberry-pi-nerp-autonomous-car-aquaponics-monday-sept-24/ September 24, 2012] | * Meeting #4: [http://pumpingstationone.org/2012/09/not-exclusively-raspberry-pi-nerp-autonomous-car-aquaponics-monday-sept-24/ September 24, 2012] | ||
*Meeting #5: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/84006592/ October 8, 2012] | * Meeting #5: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/84006592/ October 8, 2012] | ||
*Meeting #6: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/86202212/ October 22, 2012] | * Meeting #6: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/86202212/ October 22, 2012] | ||
*Meeting #7: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/88203942/ November 5, 2012] | * Meeting #7: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/88203942/ November 5, 2012] | ||
*Meeting #8: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/90202422/ November 19, 2012] | * Meeting #8: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/90202422/ November 19, 2012] | ||
*Meeting #9: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/89275302/ December 3, 2012] | * Meeting #9: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/89275302/ December 3, 2012] | ||
*Meeting #10: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/94041272/ December 17, 2012] | * Meeting #10: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/94041272/ December 17, 2012] | ||
*Meeting #11: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/94442962/ January 14, 2013] | * Meeting #11: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/94442962/ January 14, 2013] | ||
*Meeting #12: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/100230112/ January 29, 2013] | * Meeting #12: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/100230112/ January 29, 2013] | ||
*Meeting #13: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/101780082/ Feb 11, 2013] | * Meeting #13: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/101780082/ Feb 11, 2013] | ||
*Meeting #14: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/103245402/ Feb 25, 2013] | * Meeting #14: [http://www.meetup.com/NERP-Not-Exclusively-Raspberry-Pi/events/103245402/ Feb 25, 2013] | ||
=== Upcoming === | === Upcoming === | ||
| Line 118: | Line 118: | ||
==== Applications ==== | ==== Applications ==== | ||
* Arduino IDE runs and uploads ok USB-connected Arduino with Raspbian "Wheezy"; just install via "apt-get install arduino". | * Arduino IDE runs and uploads ok USB-connected Arduino with Raspbian "Wheezy"; just install via "apt-get install arduino". | ||
* [https://projects.drogon.net/raspberry-pi/wiringpi/ WiringPi] is a Python library which aims to make electronics interfacing as high-level as Arduino | * [https://projects.drogon.net/raspberry-pi/wiringpi/ WiringPi] is a Python library which aims to make electronics interfacing as high-level as Arduino | ||
* [http://elinux.org/RPi_Low-level_peripherals GPIO examples] in many languages | * [http://elinux.org/RPi_Low-level_peripherals GPIO examples] in many languages | ||
* [http://www.memetic.org/quake-3-with-sound-for-the-raspberry-pi/ Quake] for the current Raspbian "Wheezy" image | * [http://www.memetic.org/quake-3-with-sound-for-the-raspberry-pi/ 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/ | * "hello world" programs in /opt/vc/src especially the 1080p HD playback demo: /opt/vc/src/hello_pi/hello_video/ | ||
** More details in recorded [http://www.element14.com/community/docs/DOC-44459/l/video-programming-the-raspberry-pi-with-raspberry-pi-co-founder-eben-upton webinar by Eben Upton] | ** More details in recorded [http://www.element14.com/community/docs/DOC-44459/l/video-programming-the-raspberry-pi-with-raspberry-pi-co-founder-eben-upton webinar by Eben Upton] | ||
| Line 156: | Line 156: | ||
* [http://www.raspberrypi.org/archives/592 Libraries, codecs, OSS]: an informative post on the media playback architecture | * [http://www.raspberrypi.org/archives/592 Libraries, codecs, OSS]: an informative post on the media playback architecture | ||
* [http://www.raspberrypi.org/archives/1655 A Raspberry Pi, hosting a Raspberry Pi]: for those wondering how well it would do as a low-power server | * [http://www.raspberrypi.org/archives/1655 A Raspberry Pi, hosting a Raspberry Pi]: for those wondering how well it would do as a low-power server | ||
[[Category: | |||
[[Category:Interest Groups]] | |||