Features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note:
Optional OLED & SDCARD modules are provided on this board, Hobbyists/developers can make use of this module with their previous knowledge or open-source community support and we do not have the support for the optional module.
MCU
- Only 35 single-word instructions to learn
- All single-cycle instructions except for program branches, which are two-cycle
- Operating speed: DC – 20 MHz clock input DC – 200 ns instruction cycle
- Up to 8K x 14 words of Flash Program Memory, Up to 368 x 8 bytes of Data Memory (RAM), Up to 256 x 8 bytes of EEPROM Data Memory
- Pinout compatible to other 28-pin or 40/44- pin PIC16CXXX and PIC16FXXX microcontrollers
Analog Features
- 10-bit, up to 8-channel Analog-to- Digital Converter(A/D)
Peripheral Features
- Timer0: 8-bit timer/counter with 8-bit prescaler
- Timer1: 16-bit timer/counter with prescaler,
- Timer2: 8-bit timer/counter with 8-bit period register,prescaler and postscaler
- Two Capture, Compare, PWMmodules
- Synchronous Serial Port (SSP) with SPI™ (Mastermode)and I2C™ (Master/Slave)
- Universal Synchronous Asynchronous Receiver Transmitter(USART/SCI) with 9-bit address detection
- Parallel Slave Port (PSP) – 8 bits wide with external RD,WR and CS controls (40/44-pin only)
Scope of Learning Experiments:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supported IC:
PIC16F74, PIC16F77, PIC16F747, PIC16F777, PIC16F871, PIC16F874, PIC16F877, PIC16F877A, IC16F887, PIC18F452, PIC18F458, PIC18F4220, PIC18F4320, PIC18F4431, PIC18F4331, PIC18F4520, PIC18F4420, PIC18F4550, PIC18F4455, PIC18F4580, PIC18F4480, PIC18F4585, PIC18F4680, PIC18F4620, PIC18F45J10, PIC18F44J10, PIC18F44JPIC18F43K20, PIC18F44K20, PIC18F46K20
Package Contains :
- Development Board with Wooden Enclosure
- USB Cable.
- 12V 2A Adapter.
- FRC Cable
Customers who bought this product also commonly purchased the following combination of items.
- This Item: PIC Development Board-Trainer Kit
-
Motors, Sensor and Actuators interface Trainer Kit
-
PicKit2 USB Programmer ICD ICSP
-
Biomedical Sensor Interface Trainer Kit
-
Total Price ₹23,302.00
Questions:
-
0voteA:
Dear Sir/Madam,
Kindly send the Order ID(Reference Number).
Kindly send the both front and back side image of the Board to the support@researchdesignlab.com . So that we will help you to solve this problem.
Posted byon Monday, 2 January 2017
-
0voteA:
Dear Sir/Madam,
There is chance of disconnection between Soldering mask and pin if you bend the PCB. So Kindly check the continuity between the Pin No. 13 and Soldering Mask, let us know.
Posted byon Saturday, 31 December 2016
-
0voteA:
Dear Sir/Madam,
Kindly load the LED Blinking code given below. Kindly check whether led blinking or not and let us know.
void main() {
TRISB=0X00;
TRISD=0X00;PORTB=0X00;
PORTD=0X00;while(1)
{
PORTB=0X00;
PORTD=0X00;
delay_ms(1000);
PORTB=0XFF;
PORTD=0XFF;
delay_ms(1000);
}
}Posted byon Friday, 30 December 2016