Search results

  1. B

    ERF/XRF/URF standby - restart -lo power

    Hi. Am looking at a solar powered setup with 2 x separate device/picaxe/xrf or erf setups -->> <<-- 1 x URF (both devices sending to the same URF) Qs 1. how to distinguish between the two remote devices? 2. since both these devices will be running off batteries charged by solar, I plan to...
  2. B

    28x2 sertxd to terminal @ setfrq em40

    Would it be possible to make the baud rate for sertxd/serout adjustable (as it is for hserout). I am aware that the sertxd baud rate is tied tothe clock speed but does it have to be? When running a 28x2 @ setfreq em40 (10MHz resonator) am unable to use sertxd at the standard baud rates but...
  3. B

    Sleep, Nap, DisableBOD

    In the sleep command description, the use of disablebod is suggested for further power comsumption reduction. However, for the NAP command disablebod is not mentioned. Can disablebod provide the same benefits for NAP as for Sleep?
  4. B

    Re-engineering with an 08M

    Remote switch upgrade with an 08M Have two remote light switches which do not work properly in that the switch requires repeat activation to get the light to turn on. The light usually flashes momentarily for each activation and will only stay on after repeat activation - any number from 1 to 8...
  5. B

    Forum strangness - Win7 / ie8

    on a new setup of win7 and ie8 there is some strange behaviour on the forum. 'out of the box' when I click on the down triangle to make a quick reply, whichever message is on screen is included as a quote. If the 'comaptability view' button (on the ie8 top toolbar) is clicked, this no longer...
  6. B

    CHI035 Board

    Would someone please confirm; 1. which FETs are currently shipping with this board (IRF/IRL?) 2. which PICAXE is currently recommended for this board (18M?) Documentatation is still dated 2004!! Thanks
  7. B

    SetInt - testing interrupt condition

    Sanity check please! 28x1 based circuit at setfreq m8 Have a tacho and two motors. Only one motor can run at a time. There is a separate reflective sensor for each motor and the RPM is delivered via the count command on whichever input is selected by a PB. All this works well. Have adapted...
  8. B

    Manual Version Numbers

    Would it be possible to show the version (revision) number beside each manual on the website. Since the manuals do not appear to be delivered with the new program editor download, there is no way to determine if the manual has been updated without downloading (opening) it. This is wasteful...
  9. B

    Forum 'First Unread' annoyance

    Hi, Usually run the forum with the sort to earliest posts first so I can refresh on what the thread is about before delving into the posts. There is a button "View First Unread" which will then take you directly to the next unread post in the thread. The annoyance is that this seems to...
  10. B

    PE new feature Request(s)

    WeastAust55 wrote (paraphrased); *************** with V5.2.2 programming editor, we get a useful list of all the variables, constants and labels in a separate panel down the right side. Even shows where you have multiple aliases for the same byte or word variable. and now . . . Suggestion /...
  11. B

    Download cable - Clarification

    Having issues with download cable on a circuit which caused me to review the current information and re-check the cables in use. On checking through Manual 1, I feel there is a documentation issue which may contribute to the numerous problems new users have. In all the minimum operating...
  12. B

    08M controlled Adjustable Voltage Regulator

    Description and code/circuit options further revised and posted starting at #5 This post publishes the work discussed in the thread; http://www.picaxeforum.co.uk/showthread.php?t=10039 NOTE:- Revised description, code, and circuit published 7 August 2008 (BCJ). and incorporates additional...
  13. B

    Windows XP SP2, 08M

    Works as advertised for a simple (71 byte) Program. Re issues reported on filenames; with no extension on the filename message appears; Can't open BASIC Source file 'filename'! But then the .exe is dated 26/6/08 (downloaded today) so presumably has been subjected to a silent update...
  14. B

    Switching PWM with photomos AQV212

    Following on from Westaust55's thread; "LED display for compass heading" http://www.picaxeforum.co.uk/showthread.php?t=9904 Have been investigating ways to effectively double the outputs of an I/O expander. To recap, Westy came up with a nifty scheme to indicate 32 positions from 16 by...
  15. B

    Simulator - 18X readadc turns on output?

    PE 5.12.0 / 262144 Working on this problem for mshorter and found strange behaviour in the simulator; #picaxe 18X main: 'Sound readadc 2,b1 'sertxd ("Sound (b1) - ",#b1,cr,lf) 'LEDs readoutputs b0 If bit0 = 1 then 'Check if pump 1 is on b2 = b1 - 100 * 2 EndIf 'Pumps...
  16. B

    Multiple PE entries in 'Add or Remove Programs'

    Have mentioned this some time ago in the 'Active PICAXE Forum' but still seems to be a problem. As incremental updates or full new versions of PE are installed, multiple entries are left in the add remove programs list. They all have the same description (no version). They have different last...
  17. B

    28X1 readouputs b0 vs let b0 = outpins

    28X1 readoutputs b0 vs let b0 = outpins These two alternate forms of code for testing the outputs should be the same. However, in the simulator, the first does not change b0 in the display nor does the If test respond. #picaxe 28x1 main: high 2 let b0 = outpins If bit2 = 1 then...
  18. B

    Simulator & program issues, @ptrdec

    The following code does not behave as expected. Let b6=0 ' read 137,b21 ptr = 37 b20 = @ptr +9 /20 +@ptr If b1 > b20 Then ' hi2cout [IO_3],$12,(%11111111) Goto SpeedEnd EndIf If b1 >= @ptrdec Then '## REF 1 b6=180 goto SpeedOut EndIf ' read 136,b21...
  19. B

    Symbol, eeprom and data format

    eeprom data as a symbol Have some 50 configuration variables stored in eeprom. (28X1 FW ver A.1) There are too many to store in normal variables and leave them there. Storing to scratchpad would be OK but entails some overhead in setting the pointer or reading the scratchpad directly to a...
  20. B

    Picaxe SFR Usage - Thanks Hippy

    Just noticed Hippy's excellent post on SFR use. Have posted here so the info Hippy has posted can remain 'clean' as a more useful resource, and to give you all the heads up on this post. I would also like to give a vote of thanks and gratitude to Hippy who gives so much of his time, and...
Top