Difference between revisions of "SuperCaptor"

From Fixme.ch
Jump to: navigation, search
(The aim is to have a board that is loaded with sensors, components being populated as needed for each application.)
 
m (Hardware)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The name is stupid, don't tell me about it.
 
The name is stupid, don't tell me about it.
  
The aim is to have a board that is loaded with sensors, components being populated as needed for each application.
+
The aim is to have a board that is loaded with sensors, components being populated as needed for each application. cost is not really a problem here, comfort of use and versatility is most important
  
 
== Hardware ==
 
== Hardware ==
inspired from [http://www.seeedstudio.com/depot/web-platform-kit-p-582.html?cPath=61_68 Web Platform] with DSPIC33FJ128MC804 (has CAN support, 10 pieces have been bought)
+
inspired from [http://www.seeedstudio.com/depot/web-platform-kit-p-582.html?cPath=61_68 Web Platform] with DSPIC33FJ128MC804 (has CAN support, 10 pieces have been bought by ND and DL for toying)
  
 
We need
 
We need
 
* USB
 
* USB
 
* Ethernet
 
* Ethernet
* temperature
+
* temperature in/out
* humidity
+
* humidity in/out
 
* light sensor
 
* light sensor
 
* 3-axis magnotometer
 
* 3-axis magnotometer
Line 17: Line 17:
 
* clap sensor ([http://www.extremecircuits.net/2011/09/ultra-sensitive-solid-state-clap-switch.html] without 555 and remaining circuitry)
 
* clap sensor ([http://www.extremecircuits.net/2011/09/ultra-sensitive-solid-state-clap-switch.html] without 555 and remaining circuitry)
  
 +
of course, there is PWM, ADC and the like on the PIC and these should be made available easily.
  
maybe an addon board should be used by default. GPIO could be used to drive [[GPIO relay board]] or [[GPIO SSD board]]
+
GPIO could be used to drive [[GPIO relay board]]. maybe one or two addon board should be used, but no more (to have a setup like ''WebPlatform'' + ''CaptorBoard''. I'd like to avoid tons of different PCBs that must be piled up.
  
 
== Software ==
 
== Software ==
XMPP client for use with XMPPHWFS
+
* XMPP client for use with [[XMPPHWFS]]
 +
* eventually, telnet server
 +
* USB / ethernet configuration (IP address, device name, IO names and units..)

Latest revision as of 15:07, 29 December 2011

The name is stupid, don't tell me about it.

The aim is to have a board that is loaded with sensors, components being populated as needed for each application. cost is not really a problem here, comfort of use and versatility is most important

Hardware

inspired from Web Platform with DSPIC33FJ128MC804 (has CAN support, 10 pieces have been bought by ND and DL for toying)

We need

  • USB
  • Ethernet
  • temperature in/out
  • humidity in/out
  • light sensor
  • 3-axis magnotometer
  • 3-axis accelerometer
  • gyro
  • clap sensor ([1] without 555 and remaining circuitry)

of course, there is PWM, ADC and the like on the PIC and these should be made available easily.

GPIO could be used to drive GPIO relay board. maybe one or two addon board should be used, but no more (to have a setup like WebPlatform + CaptorBoard. I'd like to avoid tons of different PCBs that must be piled up.

Software

  • XMPP client for use with XMPPHWFS
  • eventually, telnet server
  • USB / ethernet configuration (IP address, device name, IO names and units..)