Search results

  1. pleiser

    Is PICAXE support for Mac officially dead?

    It's been a few years since MacOS Catalina came out, dropping support for apps that hadn't been updated in the last decade and change to support 64 bit Intel processors. When this happened, we were assured here by @Technical that, although AxePad is discontinued, it's replacement, Blockly, would...
  2. pleiser

    MacAxePad bug: pressing delete adds invisible (ASCII 08, BackSpace) characters, and doesn't delete the preceding characters from the line??

    All of a sudden I've been getting a weird bug in MacAxePad, where pressing the delete key adds delete characters instead of actually deleting anything, as well as moving the cursor around 2 spaces forward. This obviously makes axepad unusable for programming, and trying to run a syntax check...
  3. pleiser

    How to install PICAXE Visual Studio Code extension on MacOS?

    Given that apparently AxePad is obsolete, and Blockly only supports one open file at a time, I'm trying to install the VSCode extension, but all the mac installation instructions are "to be completed" How can I install these extensions?
  4. pleiser

    MacAxePad needs to be updated for 64 bit for future compatibility

    For the last couple versions, MacOS has started to warn users when opening apps that haven't been updated with 64 bit support, among them MacAxePad. AxePad is generally in desperate need of updates to match at least the essential features of PE6 (although the preprocessor I made helps supplement...
  5. pleiser

    New (Beta) crossplatform (axepad-friendly) #include and #define preprocessor!

    I decided to try to write a preprocessor for #include files for use with AXEpad on MacOS and Linux (presumably Windows too, if for some reason you're not using PE6), and found it was surprisingly easy to implement in python! This is an early revision right now, it doesn't currently support...
  6. pleiser

    @ptrinc in select case bug

    When you use @ptrinc in a select case statement I found that the pointer is incremented on each case rather than at the beginning of the select only. for example: select case @ptrinc case 10 case 20 case 30 case 40 endselect sertxd(#ptr) the sertxd transmits 4 instead of the expected 1. I...
  7. pleiser

    When is picaxe project gallery judged monthly?

    at the picaxe project gallery when are the winners chosen monthly? my project was entered in june, and I have yet to see the results (the suspence is killing me). when are they typically judged? P.S. Happy fourth of july yesterday (for those for which it is relevant). P.P.S. Judges, vote for...
  8. pleiser

    X2 product breifing lacks universal voltage chips?

    looking at the PICAXE X2 product breifing it does not mention the Universal voltage X2 chips, (I am positive it always used to), perhaps the update has been accidentally reverted? ~Patrick
  9. pleiser

    PICAXE project submit not working?

    Hi, I am trying to use the project submit here: http://www.picaxe.com/Project-Gallery/Submit but the submit button is not working. it correctly tells my when a field is unfilled, but when all fields are filled it just sits there, no matter how many times I click submit, nothing happens. does...
  10. pleiser

    VSM lisence with AXE091U

    looking at the image for the AXE091U I see the disk includes "PICAXE VSM Simulator", does this include a VSM lisence with it? ~Patrick
  11. pleiser

    Numlock problems

    With my PICAXE computer, whenever I press the numlock key the picaxe does not receive any other keys until I plug the keyboard into a normal computer (observing that the numlock light is on) and press numlock to toggle it off, and reconnect the keyboard to the PICAXE. Is this a bug? Is there any...
  12. pleiser

    mac axe pad problems

    a few problems with mac axe pad problem 1: Macaxepad seems to have a problem with #rem,#endrem, one works but adding any more and it doesn't detect the endrem, it will stop being green after the endrem, but it will stay comented. eg: main: goto aftercomment #rem this rem will not stop #endrem...
  13. pleiser

    two unrelated minor problems

    first problem: the serial OLED I got from techsupplies (the limited time green version) makes a very high piched noise (the type you can barely hear that drives you crazy). Is this a common problem? what would a good solution be? where could I get a replacement now that techsupplies no longer...
  14. pleiser

    program frozen?

    As mentioned previously I am working on a PICAXE laptop,it occasionaly spontaniously freezes at various point in the program (program requests 2 keys from picaxe 28X2 i2c slave keyboard monitor (similar to setup with diy laptop here), saves to alfat (via i2c) and displays info from alfat (always...
  15. pleiser

    OT small ps/2 keyboard?

    Does anyone know of a good (PICAXE compatible) PS/2 keyboard with this size or smaller: 14 x 5 x1/2 inch? It is for a PICAXE laptop I am making (I now have two picaxes and ps/2 working :) ).
  16. pleiser

    plain file editor

    slightly off PICAXE topic but for a PICAXE project, does anyone know of a plain file (not plain text) editor? I am making a PICAXE laptop (as mentioned in previous posts) and am thinking of using an alfat sd card reader, and want to make programs (on the PICAXE laptop), store then in an sd...
  17. pleiser

    super capicitors backup power schematic

    super capacitors backup power schematic I am planning to make a simple laptop (more details here http://www.picaxeforum.co.uk/showthread.php?21068-i2c-byte-word-adress) and was thinking I could add a super capacitor for power backup ( maybe this one http://www.sparkfun.com/products/746 ) (for...
  18. pleiser

    i2c byte/word adress

    Hi, I am planning to make a laptop (similar to http://chrisfenton.com/diy-laptop-v2/ (or maybe version 1)) and want to have both 2 of these eeproms( http://www.techsupplies.co.uk/epages/Store.sf/en_GB/?ObjectPath=/Shops/Store.TechSupplies/Products/MIC051 ) and a RTC (...
  19. pleiser

    axe 213 problem

    Hi I made a wireless weather station (forum post here http://www.picaxeforum.co.uk/showthread.php?20646-weather-sensor-problem ) and until now I was using debug but I am now trying the axe213 rf boards ( http://www.picaxe.com/docs/AXE213.pdf )and found the transmitter is not working (or at least...
  20. pleiser

    weather sensor problem

    Hi, I am making a temperature sensor transmitter using axe213 transmitter and ds18b20 temperature sensor (my first project of my own design) and when I turn it on the picaxe faild to program(hardware not detected) then I noticed that the picaxe (and battery) was getting frighteningly hot (did...
Top