• PicŪ Basic


  • Using the Sure 2416 LED dot matrix display board

    This article appears on the Amicus web site. Using the Proton compiler and a low cost, nice looking LED dot matrix board, this projects shows how easy it is to drive........ All those flashing LEDs!

    Amicus is a multifuntion development system inspired by the popular Arduino board, however, the Amicus board uses a Microchip PICŪ microcontroller instead of an Atmel AVRtm type.


    By Les Johnson

    Browsing the internet, I came across a rather nice looking LED dot matrix board, and the price was incredibly low. The board in question is the Sure 2416, and is available from Ebay. I couldn't resist buying one. All those flashing LEDs!

    Once the board arrived, I looked around the internet for some information on it. There is lots of information out there, it's just a matter of locating it. The obvious first place to look was the driver chip's website (Holtek in this case), where I found interfacing code to the HT1632 device, and an application note written in the most obscure C dialect. This was a starting point, as it gave a general understanding of how to talk to the board.

    However, there was one piece of good code from Timothy Gilmore for use with the SXB compiler. This was written for the Sure 0832 board, which uses the same HT1632 driver chip, but has a different layout of LEDs.

    With this code, the chinese application note, and the HT1632 datasheet at hand, I could now write Amicus18 code in order to talk to the board.

    As the name suggests, the board consists of a matrix of 24 rows by 16 columns of Red LEDs, and is controlled by a dedicated chip, namely the Holtek HT1632. The datasheet for the 2416 board can be downloaded from here: Sure2416 Display Board.pdf, and the HT1632 chip's datasheet can be downloaded from here: HT1632.pdf........ Read More
  • Recent Activity

    John Drew-26

    Microsoft security essentials blues

    Thread Starter: shantanu@india

    Hi, A strange thing happened just now.My Windows 7 Micrsoft Sercurity Essentials suddenly gave a warning that prplus.exe(Compiler) is a potential...

    John Drew Yesterday, 08:55 Go to last post
    John Lawton-121

    SPI mssp

    Thread Starter: picprotonguy

    Just ordered Digital to Analog IC MCP4822 with SPI interface and immediately opened proton manual. I'm very disappointed, it looks like Proton...

    John Lawton Yesterday, 11:32 Go to last post
    John Drew-26

    IR Sensor Codes in Proton IDE

    Thread Starter: Mesgu

    Hello guys can someone help me plsssss... How to write a codes for IR sensor in proton ide? given: Transmitter = portb.1 Receiver = portb.0 Led...

    John Drew Today, 03:12 Go to last post
    picprotonguy-1827

    working weird

    Thread Starter: rverm

    Device = 18F2220 Xtal 4 TRISA = 111 TRISB = 0 TRISC = 0 Declare CCP1_Pin PORTC.2 ' Select Hpwm port and bit for CCP1 module. 'Declare CCP2_Pin...

    picprotonguy Yesterday, 08:03 Go to last post
    mhanley-1294

    18F47J13 or 18F47J53 Definition Files

    Thread Starter: mhanley

    Hi, I want to use either the 18F47J13 or 18F47J53 but Proton does not have a definition file for either micro. I need the extra program...

    mhanley Yesterday, 09:57 Go to last post