ANT/BC-ANT-SERIAL with Various Sensors
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[ANT]]
* BC-ANT-SERIAL with various sensor-boards [#s06439c4]
>
There are the examples of various electronics works with ...
>
BC-ANT-SERIAL can be connected to a microcontroller, such...
>
-Temperature Sensor Board~
--Schematic~
&ref(maker-2012-1002a.pdf);~
>
--Example of Implementation~
&ref(DSCF8200.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
|1|1|MCP9801|Temperature Sensor| |http://www.microchip.co...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Atmospheric Pressure Sensor Board~
--Schematic~
&ref(maker-2012-1003a.pdf);~
>
--Example of Implementation~
&ref(DSCF8199.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|BMP-085 |Atmospheric Pressure Sensor| |http...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Humidity Sensor Board~
--Schematic~
&ref(maker-2012-1004a.pdf);~
>
--Example of Implementation~
&ref(DSCF8202.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|HIH-6130 |Humidity Sensor| |http://sensing....
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Alcohol Sensor Board~
--Schematic~
&ref(maker-2012-1004a.pdf);~
>
--Example of Implementation~
&ref(DSCF8201.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|SEN21723 |Alcohol Sensor| |http://www.seeed...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
LEDs, resistors, capacitors, switches, pin-headers, and C...
>
The development environment used for these projects is En...
To create a new project, go to the ?New? menu and select ...
*Examples of Sketches [#c13953ae]
>
Compile and upload a sketch is done under its project, wh...
- Temperature, Atmospheric Pressure, and Humidity sensor ...
To change the definitions at the first lines, the sketch ...
For example, to work with Atmospheric Pressure sensor, th...
~
#undef USE_TEMPSENSOR~
#undef USE_MCP9801~
#define USE_BMP085 ← This is for Atmospheric ...
#undef USE_HIH6130~
#undef USE_SEN21723~
>
--&ref(ANT.ino);
**Explanation [#i3a50d69]
>
To execute this sketch, the values, which a sensor reads,...
||Temperature Sensor|Atmospheric Pressure Sensor|Humidity...
|Device #|33|34|35|36|
|Device Type|0|0|0|0|
|Transmission Type|0|0|0|0|
|Channel Period|2Hz|2Hz|2Hz|2Hz|
| Frequency|66 (2466MHz)|67 (2467MHz)|68 (2468MHz)|69 (24...
* Sample & Demo Applications [#ie706426]
** iOS Application for ANT Adapter Demo [#d60817df]
>
This iOS application allows to communicate the sensor boa...
- &ref(ANTDemo.zip);~
**Python Application [#i6ed651e]
>
- &ref(4S.py);~
- &ref(Alc.py);~
- &ref(config.py);~
>
These are written in wxPython. To use wxPython, install t...
>
As Alc.py is executed, the outputs of alcohol sensor are ...
The environment is created with python-2.7.3 and wxPython...
* Revision History [#gd7a516d]
>
- 2013/02/05 This article is initially uploaded
End:
[[ANT]]
* BC-ANT-SERIAL with various sensor-boards [#s06439c4]
>
There are the examples of various electronics works with ...
>
BC-ANT-SERIAL can be connected to a microcontroller, such...
>
-Temperature Sensor Board~
--Schematic~
&ref(maker-2012-1002a.pdf);~
>
--Example of Implementation~
&ref(DSCF8200.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
|1|1|MCP9801|Temperature Sensor| |http://www.microchip.co...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Atmospheric Pressure Sensor Board~
--Schematic~
&ref(maker-2012-1003a.pdf);~
>
--Example of Implementation~
&ref(DSCF8199.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|BMP-085 |Atmospheric Pressure Sensor| |http...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Humidity Sensor Board~
--Schematic~
&ref(maker-2012-1004a.pdf);~
>
--Example of Implementation~
&ref(DSCF8202.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|HIH-6130 |Humidity Sensor| |http://sensing....
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
-Alcohol Sensor Board~
--Schematic~
&ref(maker-2012-1004a.pdf);~
>
--Example of Implementation~
&ref(DSCF8201.JPG,,25%);~
>
--Parts List~
|No|qty.|Reference|Product Type|Specifications|Memo|
| 1| 1|SEN21723 |Alcohol Sensor| |http://www.seeed...
| 2| 8|LED0-LED7, D2, D3, D4|LED | ...
| 3| 1|J1 |Female Pin-Header (Pin-Header Socke...
| 4| 8|R1,R2,R8-R13 |resistors 1/16~1/4...
|5| 4|S1, S2|Push Switch |Momentary Type|As it is ...
|6| 1| |BC-ANT-SERIAL | ||
|7| 1| |Pin-Header |1 x 5 pin|2...
>
LEDs, resistors, capacitors, switches, pin-headers, and C...
>
The development environment used for these projects is En...
To create a new project, go to the ?New? menu and select ...
*Examples of Sketches [#c13953ae]
>
Compile and upload a sketch is done under its project, wh...
- Temperature, Atmospheric Pressure, and Humidity sensor ...
To change the definitions at the first lines, the sketch ...
For example, to work with Atmospheric Pressure sensor, th...
~
#undef USE_TEMPSENSOR~
#undef USE_MCP9801~
#define USE_BMP085 ← This is for Atmospheric ...
#undef USE_HIH6130~
#undef USE_SEN21723~
>
--&ref(ANT.ino);
**Explanation [#i3a50d69]
>
To execute this sketch, the values, which a sensor reads,...
||Temperature Sensor|Atmospheric Pressure Sensor|Humidity...
|Device #|33|34|35|36|
|Device Type|0|0|0|0|
|Transmission Type|0|0|0|0|
|Channel Period|2Hz|2Hz|2Hz|2Hz|
| Frequency|66 (2466MHz)|67 (2467MHz)|68 (2468MHz)|69 (24...
* Sample & Demo Applications [#ie706426]
** iOS Application for ANT Adapter Demo [#d60817df]
>
This iOS application allows to communicate the sensor boa...
- &ref(ANTDemo.zip);~
**Python Application [#i6ed651e]
>
- &ref(4S.py);~
- &ref(Alc.py);~
- &ref(config.py);~
>
These are written in wxPython. To use wxPython, install t...
>
As Alc.py is executed, the outputs of alcohol sensor are ...
The environment is created with python-2.7.3 and wxPython...
* Revision History [#gd7a516d]
>
- 2013/02/05 This article is initially uploaded
Page: