ANT/BC-ANT-SERIAL with Data Display
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[ANT]]
*ANT/BC-ANT-SERIAL with Data Display [#v98d03a8]
>
This is an example of electrics work, which employs BC-AN...
>
BC-ANT-SERIAL can be connected to a microcontroller with ...
>
This example uses PIC24F64GA002 (28pin, 300mil width, and...
>
- Schematic~
&ref(maker-2012-0005a.pdf);~
>
- Example of Implementation~
&ref(DSCF8198.JPG,,25%);~
>
- Parts List~
|No.|qty.|Reference |Product Name|Specifications|Memo|
|1|2|C1, C2|Laminated Ceramic Capacitor|0.1uF|Non-specifi...
|2|1|C3|Tantalum Capacitor|10uF|Electrolytic capacitor, a...
|3|1|C4|Laminated Ceramic Capacitor|10uF|This must be a l...
|4|4|D1, D2, D3, D5|LED|| Either chip type or /w lead 	...
|5|1|J2|Female Pin Header (Pin Header Socket)|1 x 5 pin|2...
|6|1|J3|Pin Header|1 x 6 pin|2.54mm pitch, used for conne...
|7|1|R1|Resistor 1/16 ~ 1/4W|10kΩ||
|8|4|R2, R3, R4, R5|Resistor 1/16 ~ 1/4W|1.5kΩ|Appro...
|9|1|R6|Resistor 1/16 ~ 1/4W|10kΩ|Semi-fixed resistor|
|10|4|S1, S2, S3, S4|Push Switch|Momentary Type|As it is ...
|11|1|U1|CPU|PIC24FJ64GA002|You may buy any parts-shops.|
|12|1|U4|LED|SC1602BS-B(-XA-GB-K)|You may replace this wi...
|13|1|U5|DC-DC Convertor|DC-DC boost converter, 5V 0.2Aou...
|14|1||BC-ANT-SERIAL|||
|15|1||Pin Header|1 x 5 pin|This 2.54mm pitch pin header ...
>
LEDs, resistors, capacitors, a switch, pin headers, and a...
>
Please carefully assemble the data display. In this secti...
>
C3 is added if the power line is unstable. A 1~10uF of ta...
>
LEDs are turned on if 0 is sent, and they are turned off ...
To use the size 1608 of chip LED, the LED is emitted with...
>
The push switch connects to GND while it makes the pull-u...
If this pull-up resistor remains ineffective and the powe...
>
The development environment for this project is MPLAB IDE.~
Create a ?New Project? and select PIC24FJ64GA002 as CPU. ...
* Program Example [#b10aeec1]
>
A set of program files is shown below. Each file is added...
>
- ANT API
-- &ref(ant.c);
>
- LCD Display
-- &ref(C_LCD.c);
>
- Delay Function
-- &ref(delay.c);
>
- Main
-- &ref(main.c);
>
- UART
-- &ref(uart.c);
>
- ANT API Header
-- &ref(ant.h);
>
- LCD Display Header
-- &ref(C_LCD.h);
>
- Delay Function Header
-- &ref(delay.h);
>
- UART Header
-- &ref(uart.h);
** Explanation [#x4925a50]
>
To execute this program, the title screen appears. Then, ...
At the first line of the LCD screen, a received command a...
To press SW1, open ANT channel in the transmitting mode, ...
To press SW2, open ANT channel in the receiving mode, rec...
To press SW3, send the order of software resetting to the...
>
Most processes are written in the main() function.~
* Revision History [#j4d68117]
>
- 2013/02/06 This article is initially uploaded
End:
[[ANT]]
*ANT/BC-ANT-SERIAL with Data Display [#v98d03a8]
>
This is an example of electrics work, which employs BC-AN...
>
BC-ANT-SERIAL can be connected to a microcontroller with ...
>
This example uses PIC24F64GA002 (28pin, 300mil width, and...
>
- Schematic~
&ref(maker-2012-0005a.pdf);~
>
- Example of Implementation~
&ref(DSCF8198.JPG,,25%);~
>
- Parts List~
|No.|qty.|Reference |Product Name|Specifications|Memo|
|1|2|C1, C2|Laminated Ceramic Capacitor|0.1uF|Non-specifi...
|2|1|C3|Tantalum Capacitor|10uF|Electrolytic capacitor, a...
|3|1|C4|Laminated Ceramic Capacitor|10uF|This must be a l...
|4|4|D1, D2, D3, D5|LED|| Either chip type or /w lead 	...
|5|1|J2|Female Pin Header (Pin Header Socket)|1 x 5 pin|2...
|6|1|J3|Pin Header|1 x 6 pin|2.54mm pitch, used for conne...
|7|1|R1|Resistor 1/16 ~ 1/4W|10kΩ||
|8|4|R2, R3, R4, R5|Resistor 1/16 ~ 1/4W|1.5kΩ|Appro...
|9|1|R6|Resistor 1/16 ~ 1/4W|10kΩ|Semi-fixed resistor|
|10|4|S1, S2, S3, S4|Push Switch|Momentary Type|As it is ...
|11|1|U1|CPU|PIC24FJ64GA002|You may buy any parts-shops.|
|12|1|U4|LED|SC1602BS-B(-XA-GB-K)|You may replace this wi...
|13|1|U5|DC-DC Convertor|DC-DC boost converter, 5V 0.2Aou...
|14|1||BC-ANT-SERIAL|||
|15|1||Pin Header|1 x 5 pin|This 2.54mm pitch pin header ...
>
LEDs, resistors, capacitors, a switch, pin headers, and a...
>
Please carefully assemble the data display. In this secti...
>
C3 is added if the power line is unstable. A 1~10uF of ta...
>
LEDs are turned on if 0 is sent, and they are turned off ...
To use the size 1608 of chip LED, the LED is emitted with...
>
The push switch connects to GND while it makes the pull-u...
If this pull-up resistor remains ineffective and the powe...
>
The development environment for this project is MPLAB IDE.~
Create a ?New Project? and select PIC24FJ64GA002 as CPU. ...
* Program Example [#b10aeec1]
>
A set of program files is shown below. Each file is added...
>
- ANT API
-- &ref(ant.c);
>
- LCD Display
-- &ref(C_LCD.c);
>
- Delay Function
-- &ref(delay.c);
>
- Main
-- &ref(main.c);
>
- UART
-- &ref(uart.c);
>
- ANT API Header
-- &ref(ant.h);
>
- LCD Display Header
-- &ref(C_LCD.h);
>
- Delay Function Header
-- &ref(delay.h);
>
- UART Header
-- &ref(uart.h);
** Explanation [#x4925a50]
>
To execute this program, the title screen appears. Then, ...
At the first line of the LCD screen, a received command a...
To press SW1, open ANT channel in the transmitting mode, ...
To press SW2, open ANT channel in the receiving mode, rec...
To press SW3, send the order of software resetting to the...
>
Most processes are written in the main() function.~
* Revision History [#j4d68117]
>
- 2013/02/06 This article is initially uploaded
Page: