Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugokernel/RaspiOMix
RaspiO'Mix - A RaspberryPi board with 5V tolerance and Grove compatible
https://github.com/hugokernel/RaspiOMix
Last synced: about 1 month ago
JSON representation
RaspiO'Mix - A RaspberryPi board with 5V tolerance and Grove compatible
- Host: GitHub
- URL: https://github.com/hugokernel/RaspiOMix
- Owner: hugokernel
- Created: 2013-06-12T18:47:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T06:45:28.000Z (over 7 years ago)
- Last Synced: 2024-11-22T22:16:20.449Z (2 months ago)
- Language: Eagle
- Size: 5.62 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RaspiOMix
=========A RaspberryPi board with 5V tolerance and Grove compatible.
Specifications
--------------- 4 general 5V tolerant input / output
- 4 analog input, 0-5V, 18 bit resolution (MCP3424)
- 2 digital input via DIP switch
- Real Time Clock with battery backup (DS1307)
- 2 I2C external connector
- 1 serial external connector
- Power input via jackPython example :
>>> from raspiomix import Raspiomix
>>> r = Raspiomix()
>>> r.readRtc()
2014-11-12T20:41:26
>>> print(r.readAdc(0))
[4.0669732000000005]
>>>print(r.readAdc((0, 1, 2, 3)))
[4.066934600000001, 0.010923800000000001, 0.08515160000000001, 0.2866822]--
Une carte fille pour RaspberryPi avec entrées / sorties tolérantes au 5V et des connecteurs compatible Grove.
Caractéristiques
----------------- 4 entrées / sorties tolérantes 5V
- 4 entrées analogiques, 0-5V, 18 bits de résolution (MCP3424)
- 2 entrées numériques via DIP switch
- Horloge temps réel avec batterie de sauvegarde (DS1307)
- 2 connecteurs pour I2C
- 1 connecteur pour communication série
- Alimentation via jack