Difference between revisions of "Picorder 2"

From Squared Wave
Jump to: navigation, search
Line 1: Line 1:
 
==The TR-109 Picorder==
 
==The TR-109 Picorder==
  
I am beginning to plan and acquire sensors and materials for my successor to the original [Picorder]]. The original Picorder was bulky and power hungry. For this version I am doing away with a colour screen and instead using the relatively low cost and low power Nokia 5110 screen.  
+
I am beginning to plan and acquire sensors and materials for my successor to the original [Picorder]]. The original Picorder was bulky and power hungry. For this version I am doing away with a colour screen and instead using the relatively low cost and low power Nokia 5110 screen. The hope is that this projects sensor module will be usable for a number of other projects outside of a Tricorder prop replica.
  
===Features===
+
===Sensing Goals===
 +
Basic ambient environmental; temperature, pressure, humidity and VOC (Volatile Organic Compounds). Ranged line-of-sight temperature sensing (very small envelope. 0°c to 80°c). Magnetometer, maybe something like spectroscope if I can find one that works.
  
[https://www.adafruit.com/product/338 Nokia 5110 LCD screen]
+
===Components===
  
[https://www.adafruit.com/product/3660 Bm860 VOC, Temp, Humidity, Pressure sensor]
+
;Playmates Tricorder
 +
: I'm going to use a standard Playmates TNG Tricorder as my enclosure. They are ubiquitous and cheap!
  
 +
;[https://www.adafruit.com/product/338 Nokia 5110 LCD screen]
 +
: To provide low power information output to the user.
 +
 +
;[https://www.adafruit.com/product/3660 Bm860 VOC, Temp, Humidity, Pressure sensor]
 +
: Basic environmental sensor. VOC is a nice added feature.
 +
 +
[https://www.adafruit.com/product/3538 AMG8833 IR Thermal Camera]
  
  
 
===Software===
 
===Software===
 
New software will be written that runs on some of the basic concepts of the original Picorder program. It will not use Pygame though, which will provide considerable performance and power savings, hopefully.
 
New software will be written that runs on some of the basic concepts of the original Picorder program. It will not use Pygame though, which will provide considerable performance and power savings, hopefully.

Revision as of 08:59, 8 January 2018

The TR-109 Picorder

I am beginning to plan and acquire sensors and materials for my successor to the original [Picorder]]. The original Picorder was bulky and power hungry. For this version I am doing away with a colour screen and instead using the relatively low cost and low power Nokia 5110 screen. The hope is that this projects sensor module will be usable for a number of other projects outside of a Tricorder prop replica.

Sensing Goals

Basic ambient environmental; temperature, pressure, humidity and VOC (Volatile Organic Compounds). Ranged line-of-sight temperature sensing (very small envelope. 0°c to 80°c). Magnetometer, maybe something like spectroscope if I can find one that works.

Components

Playmates Tricorder
I'm going to use a standard Playmates TNG Tricorder as my enclosure. They are ubiquitous and cheap!
Nokia 5110 LCD screen
To provide low power information output to the user.
Bm860 VOC, Temp, Humidity, Pressure sensor
Basic environmental sensor. VOC is a nice added feature.

AMG8833 IR Thermal Camera


Software

New software will be written that runs on some of the basic concepts of the original Picorder program. It will not use Pygame though, which will provide considerable performance and power savings, hopefully.