Toll-Free Customer Support 24/7

PIC Development Board-Trainer Kit

Start Your Embedded System Design JourneyToday..!

PIC essential development features a plug-and-play design that makes it easy for connections and helps Students, hobbyists, enthusiasts, and professionals to focus more on Program / application development. PIC Development Board Trainer kit equipped with on board IO’s, communication interfaces & peripherals. It is really easy to design, experiment with, and test circuits without soldering. It’sused in many educational  institutions and R&D LAB across the world.

ORDER CODE: RDL740

Availability: In stock

₹8,799.00
Frequently bought together

Customers who bought this product also commonly purchased the following combination of items.

Customers Who Bought This Item Also Bought

Questions:

Posted by majed, Monday, 2 January 2017 on product PIC Development Board-Trainer Kit
  • 0
    vote
    A:

    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 by Vikhitha Shetty on Monday, 2 January 2017
Posted by majed, Saturday, 31 December 2016 on product PIC Development Board-Trainer Kit
  • 0
    vote
    A:

    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 by Vikhitha Shetty on Saturday, 31 December 2016
Posted by majed, Friday, 30 December 2016 on product PIC Development Board-Trainer Kit
  • 0
    vote
    A:

    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 by Vikhitha Shetty on Friday, 30 December 2016

Ask Your Question

  • Reload captcha

* Required Fields

Back to top