Microchip Introduces MPLAB Xpress Cloud-based IDE and MPLAB Xpress Evaluation Board

Microchip has just launched MPLAB Xpress online IDE with some of the most used features of the company’s MPLAB X IDE, as well as a free – in limited quantities – MPLAB Xpress evaluation board based on a PIC16 micro-controller.

MPLAB_Express_Development_BoardLet’s get through the development board specifications first:

  • MCU – Microchip PIC16F18855 MCU with 14KB flash, 1KB SRAM, 256 bytes EEPROM
  • USB – micro USB port for power and programming
  • Expansion Headers
    • Unpopulated mikroBUS header supporting one of 180 Click boards
    • Unpopulated 2x 14-pin header with GPIOs, I2C, SPI, UART, ADC, etc…
  • Misc – Reset button, user button, potentiometer
  • Dimensions – N/A
MPLAB Xpress with Click to Enlarge
MPLAB Xpress running LED Array Sample on Xpress Board simulator – Click to Enlarge

Playing with hardware is always more fun, but if you just want to evaluation the online IDE, you don’t even need the board. Visit MPLAB Xpress Code Examples page, load one of the example, possibly log-in if you want to save changes to the 10GB free online storage that comes with a myMicrochip account, and you’ll be able to run and debug the sample in the simulator.  Since the IDE is web based you don’t need to install any software, and it works on Windows, Linux, and Mac OS X.

You may want to go through the tutorial to learn more about the IDE, or visit the forums for support. MPLAB Xpress currently supports three hardware platforms: MPLAB Express board mentioned above, Curiosity board, and PICkit 3 in-circuit debugger/programmer that supports over 1,000 PIC MCUs.

If you’d like to apply for one of the 2,000 free MPLAB Express board, you can do so @ http://www.microchip.com/Xpress-021516a, or visit Microchip booth at Embedded World 2016. On a related note, Olimex will also give away 1,000 PIC32 boards at the event.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
6 Comments
oldest
newest
zoobab
8 years ago

No need of having a working GCC, it is now hosted in the dark cloud.

Hussam
8 years ago

I don’t mind having a cloud development option so long as we have decent offline development tools as well. While the MPLABX is very good the main issue that I have with Microchip is their refusal to offer their GCC based toolchains for the PIC24/dsPIC/PIC32 families for free without crippling optimization. ] Also the PIC16/PIC18 families are not exciting to use at all. They’re old,archaic and were originally intended to be easy to code for in assembly in the 80s. Those days of coding in assembly are over. STM32F030’s are basically replacing the PIC16/18 in many use cases. The ST… Read more »

jimg
jimg
8 years ago

@Hussam I like using the newer 16F and 18F series of chips. They’re designed to be used with a compiler, not hand written assembly like the older 16F chips were. I specifically like them because, unlike the STM32 chips, they are available in a breadboard friendly DIP package. Several of them also have a built in USB module, making it possible to create a USB project on a piece of strip board without a second dedicated USB-to-serial communication chip. Some (like the 18F25K50) can communicate with a USB host PC at Full Speed without needing an external crystal, thanks to… Read more »

halherta
8 years ago

@jimg The stm32f042/stm32f030 parts come in 20-pin SSOP packages and easy to solder 0.8mm pitch 32-lqfp. You can get a ssop to dip or lqfp to dip adapter and easily solder these chips to it to access them on a breadboard. Alternatively you can also use one of the mini Nucleo-32 boards that are Arduino Nano sized, come with programmer, debugger & USB 2 serial. They fit into a breadboard with ease and cost only $12. Last time I used the Microchip parts was maybe in 2008 (PIC32s). I remember using the eprom based PIC16C74A and its eeprom equivalents in… Read more »

Khadas VIM4 SBC