Search results

  1. B

    Scrolling message on a 32x8 LED dot-matrix display (HT1632)

    This PICAXE-28X1 code was developed to drive a cheap 32x8 LED dot-matrix display from Sure Electronics - the driver used is an HT1632 from Holtek Semiconductor. The program displays a continuously scrolling message (up to 63 characters long) on the display (click here for a video). The code is...
  2. B

    Interfacing a microcontroller to a microprocessor

    I was wondering if anyone here has found a practical way to interface a microcontroller to a microprocessor circuit. Even at the assembly level I don't think a PIC micro is going to be fast enough to reliably respond to a microprocessor's read/write cycle directly. I currently perform a number...
  3. B

    Can an old PICAXE-18X be recycled as a regular 16F88?

    I have an old PICAXE-18X that for some reason is no longer seen by the programming editor (I'm not sure why, it simply can't be detected; all other PICAXEs I have still work fine). Rather than throw it away, I was wondering if old PICAXE-18X chips could be reprogrammed with regular assembly...
  4. B

    Shrink DIP (0.07") to DIP (0.1")

    I'll first mention that I am fully aware that this is not related to PICAXE microcontrollers, so I apologise in advance if I shouldn't be talking about it here -- but I don't know of any other electronics forum with a high concentration of UK-based members. In a nutshell, I have an IC (a Z80180...
  5. B

    Very noisy SERTXD

    I have a PICAXE 28X1 connected to a TI graphical calculator (via portC). The calculator's link protocol uses two data lines that normally float high, and either device can pull the line low to start a bit transfer. Which bit is transmitted depends on which line is pulled low: the sender pulls...
  6. B

    6 push-switches on a PICAXE-08

    I'd like to build a controller (input only) for my PC which uses an 08. I need at least six switches. The reason I'm building this controller is that computer keyboards don't tend to like three or more buttons held at once - depending on the keyboard and which keys, of course - so all button...
  7. B

    VMusic2 and SPI

    I'm working on a project using the VMusic2, and a PICAXE-28X1 is (currently) acting as a crude converter between serial and the Texas Instruments linking protocols. I'm using the hardware serial routines on the 28X1. For the most part this works well, but when receiving larger quantities of...
  8. B

    #endrem case sensitivity

    This is in Programming Editor version 5.1.1. I use a PascalCase capitalisation convention; when I enter #EndRem the block underneath #EndRem continues to show as commented. #endrem is fine. I assume this isn't by design?  
  9. B

    Free up the serial port when not in use

    First and foremost, I am highly impressed with the quality of the programming editor software (complaints or suggestions always sound louder than praise). Once the software is running, it keeps the serial port open. I'm interested in using the PICAXE as an intermediate device between a piece of...
  10. B

    Fast serial comms for an MP3 player

    Somebody wanted to control a particular MP3 player with their calculator, so I suggested the PICAXE series. The PICAXE system would be acting as a bridge between the calculator and the MP3 player, converting the MP3 player's serial comms to the calculator's native byte transfer protocol (the...
Top