Search results

  1. T

    Autodetect of URF and ERF modules ?

    You must connect/switch to ground CTS for programming to take place. You should also add 10K pullup resistor to CTS. Using the download socket puts your Tx & Rx connections on the wrong side of the download circuit. In the picture I’ve added a 10K pulldown resistor to the ERF modules Rx line...
  2. T

    Autodetect of URF and ERF modules ?

    You don’t say if you’ve connected CTS to anything. From the manual:
  3. T

    Forum 10,000 max characters

    Forum 10,000 max characters this is not nearly enough. I wanted to post some code with formatting 33,000 characters this was rejected. I've seen others who have split over more than one post this should not be happening. 100,000 should cover it and more than two attachments. Thank you.
  4. T

    How can a countdown be dispalyed on the OLED screen in large numbers (3 lines high) ?

    Hi Dave It should not be necessary to rewrite axe134y.bas 18M2 OLED driver. It will pass on the commands to the display for CGRAM operations. PE6 has a Wizard to create CGRAM once created and loaded into the OLED display you call them when needed. My approach to this has been to construct...
  5. T

    #TITLE

    pe6.pdf Compiler Directives: #TITLE Set a title for the remote download tool Is this for PICAXE COM to TCP/IP Redirection Service aka SEC (Serial to Ethernet Connector) or something else?
  6. T

    PE 6.0.7 Blocks

    {'Title Code here } PE 6.0.7 No longer displays "Title" when blocks are collapsed. Edit: #region #endregion I did not use #region #endregion in previous versions of PE because I was able to use a comma after the { then add text, this text would show when the block was collapsed...
  7. T

    4x4 Truck

    Stage one complete. Major mechanical components now in place. Two powerful drive motors front and rear driven separately. Differential gearboxes used at both ends. Steering at both ends. Bumpers not yet made, needed to protect vulnerable steering linkage setup. Steering servos mounted. Servos...
  8. T

    AXE200 / AXE201 Low Profile Module

    AXE200 / AXE201 Low Profile Module. This was an experiment that has not worked on the first attempt. I made the mistake of removing the original pins, next time I’ll leave them in and just file them close to flush with the surface of the PCB. Then trim the sides so that the pins are exposed...
  9. T

    Request for larger slot size.

    Will Rev Ed consider making available PIC18F46K22/PIC18F26K22 to increase slot size from 4,096 to 8,192 bytes?
  10. T

    What's wrong with this picture?

    What's wrong with this picture?
  11. T

    What's wrong with this picture?

    What's wrong with this picture?
  12. T

    Rfin suggestion

    Suggestion: rfin [timeout,address],pin, variable, variable, variable, variable, variable, variable, variable, variable This reminds me of the bad old days when serial in was blocking. Rfin blocks all commands even interrupts? Works fine until your transceiver locks up then your are suck...
  13. T

    TMR3SETUP TIMER3 28X2/40X2 Firmware B.3

    TMR3SETUP TIMER3 28X2/40X2 Not functional on firmware B.3 '#COM 8 'AXE027 CABLE #TERMINAL 9600 #PICAXE 28X2 TMR3SETUP %10000001 DO PAUSE 1000 SERTXD ("TIMER3 = ",#TIMER3,CR,LF) LOOP
  14. T

    #Revision Bug

    #REVISION Bug POKESFR $0E,n is required for slots 5 through 7; did not try 8 through 31. Tested on 28X2 Module AXE200 firmware B.1 P.E. v5.3.2
  15. T

    Poke error when sequential data is written up to location $7F.

    Poke 28X2/40X2 P.E. v5.3.1 Error when sequential data is written up to location $7F.
  16. T

    AXE181 PICAXE 18M2 TOUCH SENSOR DEMO BOARD v1.0.0 Auto Configuration by Tarzan

    AXE181 PICAXE 18M2 TOUCH SENSOR DEMO BOARD v1.0.0 Auto Configuration by Tarzan This file will auto configure the AXE181 PICAXE 18M2 TOUCH SENSOR DEMO BOARD with some human intervention. When prompted to do so place four fingers one on each of the touch pad symbols. You may want to adjust the...
  17. T

    Project Box 4X40 LCD

    Project Box 4x40 LCD This project box is for semi permanent projects that require housing. It is equipped with AXE022 proto-board, AXE111 data logger memory expander, breadboard area, 40x4 LCD, DS1307 RTC module & infrared PCB. Using an infrared remote controller negates the need to cut holes...
  18. T

    B0 = "\" Bug

    B0 = "\" 'Error in this line.
  19. T

    firmware.txt

    I would like to take a poll of those users that have read the firmware.txt document. Question: Are you confident that you know which firmware release is current for each microprocessor in the Picaxe range? I ask this question for a valid reason, if Technical will let this run it may provide...
Top