Line 31: Line 31:
 
#Breakout for OLED.
 
#Breakout for OLED.
 
#Breakout for Zigbee.
 
#Breakout for Zigbee.
 +
 +
=Software Setup=
 +
 +
=GPIO Test=
 +
 +
=LCD 8-bit Test=
 +
 +
=LCD 4-bit Test=
 +
 +
=Seven Segment Test=
 +
 +
=RTC Test=
 +
 +
=EEprom Test=
 +
 +
=Adc Test=
 +
 +
=Keypad Test=

Revision as of 14:05, 27 July 2016


The Explore Ultra PIC Kit comes with all the things required, not just for this experiment but for the entire series. And even if you think of migrating to PIC or Arduino, you'll have breakout boards that fit on to this, hence we believe it is a great investment for learning hands on Embedded Systems. The kit is fully open source, you may use the schematics, the design files and all of the source code and build something cool on your own. And when you do that do not forget to share with us what you've done. We would be happy to see you building something cool.

Ultra one.PNG

The latest version of Ultra PIC dev kit is modular in both hardware and software. The kit comprises of the Ultra One Base Board and PIC breakout board as the main components.

The PIC breakout board comes with 16F877A, however you may use any other 40 pin PIC MCUs like the 18F4550. The 16F877A comes with a UART bootloader hence no external programmer is required.

The Ultra One baseboard can additionally be used with several AVR, 8051 and Arduino Microcontrollers, we beleive this kit to is a solid gate way to Embedded Systems. This is not it, even the USB to Serial Convertor on board is moduler, you can take it off and use it any of the other projects. The base board is fully open, no peripheral is directly connected to the MCU breakout board. You may connect any peripheral to any port/pin you wish.

The newer version also supports 128x64 Graphics display as well as 128x64 OLED display. The story of the Ultra Kit does not end here, we have even made the code libraries for all major 8 bit microcontrollers modular. It means you can simple upgrade or even switch your project to a different microcontroller/architecture without changing your application code. The kit ships with all the additional stuff mentioned below to get you started; kickstart you're embedded development. What are you waiting for?

Kit Contents: Explore ULTRA PIC Development Board with following Modules, ICs and Interfaces:

  1. DS1307 RTC.
  2. 24C16 EEPROM
  3. Micro SD
  4. Four Seven Segment Displays
  5. Eight LEDs
  6. 4 x 4 Keypad
  7. Temperature Sensor LM35
  8. LDR
  9. Buzzer
  10. L293D Motor Driver.
  11. Two Relays.
  12. Eight DIP switches.
  13. Breakout for 20X4 character LCD.
  14. Breakout for 128X64 LCD.
  15. Breakout for OLED.
  16. Breakout for Zigbee.

Software Setup

GPIO Test

LCD 8-bit Test

LCD 4-bit Test

Seven Segment Test

RTC Test

EEprom Test

Adc Test

Keypad Test