Difference between revisions of "NERP"

From Pumping Station One
Jump to navigation Jump to search
Line 126: Line 126:
 
=== Reference ===
 
=== 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
 
* [http://www.raspberrypi.org/phpBB3//viewtopic.php?f=44&t=12498 Max current for GPIO pins]
 
* [http://www.raspberrypi.org/phpBB3//viewtopic.php?f=44&t=12498 Max current for GPIO pins]
 
** [http://www.scribd.com/doc/101830961/GPIO-Pads-Control2 GPIO pads control]: documentation by SoC engineer Gert van Loo
 
** [http://www.scribd.com/doc/101830961/GPIO-Pads-Control2 GPIO pads control]: documentation by SoC engineer Gert van Loo

Revision as of 02:14, 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

Reference

Links