Search results

  1. B

    LCDs : HSPIout vs Parallel BYTE Banging

    Hi All, I am considering a project involving writing to a small Colour TFT display My purchase choices are either serial or parallel bus versions (at around £5 each) I can see from the command info that Picaxe 28x2 can clock data in at 1/4 clock frequency, I shall be using 25mhz xtal so my...
  2. B

    DMX Data Receiving using 28x2 @ 100mhz

    I have done a huge amount of work using a 28x2 @ 100mhz Transmitting lots of DMX data within quite a complex application. I have been running this in a LIVE situation for several months now and is VERY stable :@) My head is now turning towards DMX RECEPTION I havent tried this yet, but this is...
  3. B

    Problem using SERRXD, Disconnect and reconnect

    Hi, I have written some code for 28x2 so that I can use the AXE27 USB/serial lead for data on the Serin/Serout pins (as per programming) When I send a byte from the Programming Editor Terminal program, my picaxe appears to RESET I have tried the disconnect/reconnect in various different ways...
  4. B

    Private picaxe programming

    Is there a way that picaxe chips can be programmed without having the software visible ? My ideal situation would be to have a pre-compiled version of my software that I can load into an application and then connect up and program chips This would be really useful for other people to update...
  5. B

    Problem using TIMER3 and Program Slots (28x2)

    I have a rather complex program (too complex to post here) But basically if I set up the following code everything runs fine #picaxe 28x2 SetFreq em64 ' set micro to run at 64 mhz ! adcsetup = %0000000000000001 ' set adc to pin 0 tmr3setup %00110011 ' timer3 set to 1/8 prescaler main...
  6. B

    Mini Laser Light Show on an 08M2

    Hi All, As a continuation my my recent development on DMX lighting projects (which are going full swing) I have started work on a 08M2 based laser light show. Note : I understand the risks involved with working/demonstrating lasers, and been reading the H&S details The light show PCB will be...
  7. B

    DMX : A big Thank you to HIPPY !!

    Many moons ago, Hippy published a way that X2 devices can output DMX lighting data, I decided to try this for myself and it worked perfectly !! Since this time I have developed a totally unique & simple DMX lighting control product (simple electronics / complex software) that can run Fader...
  8. B

    PicAxe StateEngine.. pseudo RTOS

    Here is something I found in an archive directory. I'm not sure if anyone will find it useful, but its there if you need it.. <code><pre><font size=2 face='Courier'> ' ' ************************************** ' **** Revised State-Driven Engine **** ' ************************************** ' '...
Top