Customers who bought this product also commonly purchased the following combination of items.
- This Item: PIC Development Board-Trainer Kit
-
PicKit2 USB Programmer ICD ICSP
-
Biomedical Sensor Interface Trainer Kit
-
Motors, Sensor and Actuators interface Trainer Kit
-
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