Difference between revisions of "NERP"

From Pumping Station One
Jump to navigation Jump to search
Line 123: Line 123:
 
* [http://www.doctormonk.com/2012/08/led-clock-using-raspberry-pi.html LED Clock]: details of the LED 7-segment module clock that Drew demo'd
 
* [http://www.doctormonk.com/2012/08/led-clock-using-raspberry-pi.html LED Clock]: details of the LED 7-segment module clock that Drew demo'd
 
** [http://learn.adafruit.com/matrix-7-segment-led-backpack-with-the-raspberry-pi/ Adafruit has now made their own tutorial]
 
** [http://learn.adafruit.com/matrix-7-segment-led-backpack-with-the-raspberry-pi/ Adafruit has now made their own tutorial]
 +
 +
 +
== Technical Reference ==
 
* [http://elinux.org/RPi_Tutorial_EGHS:GPIO_Protection_Circuits GPIO protection circuits]: different approaches to safely interfacing with RPi pins
 
* [http://elinux.org/RPi_Tutorial_EGHS:GPIO_Protection_Circuits GPIO protection circuits]: different approaches to safely interfacing with RPi pins
 
* [http://www.sparkfun.com/tutorials/65 SparkFun sensor interfacing]: general tutorial for logic level conversion
 
* [http://www.sparkfun.com/tutorials/65 SparkFun sensor interfacing]: general tutorial for logic level conversion

Revision as of 02:12, 21 November 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

Past

Upcoming

Reference

Projects

Wiki

Mailing lists

Embedded device news

Software / Services

  • Upverter: Web-based EDA suite features schematic, layout, part library & manufacturing along with real-time collaboration
  • OHS Park: inexpensive batch-based PCB manufacturing service (formerly Dorkbot PDX)

Microcontrollers

Android

Single Board Computers (SBC)

Raspberry Pi

Hardware

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


Technical Reference

Links