Search results

  1. D

    Bitwise error. Compiler or limitation?

    Hi all. Did a few searches but haven't seen this issue come up. I've noticed that if I try and perform an elseif with a bitwise query (ie elseif b0 bit 1 set then) the complier will throw back an error "if bit set cannot be used after AND / OR" despite the fact that I am not doing this. An...
  2. D

    I2C Slave Interesting Results

    Hi all I have ventured into the world of ram sharing using the hi2csetup in slave mode on some of my X2 parts. Generally it worked really well but I have noticed some odd behaviour from the slave chip. If I ask the slave chip to perform any tasks like receive serial data it seems to shut down...
  3. D

    One resonator, two chips?

    Hi all, did a bit of searching and browsing but couldn’t find an answer two this rather odd question. I am curious if I have two 28X2s on the same PCB both of which I want to use an 8MHz resonator with can I save on board space and use the same resonator connected to both?
  4. D

    Using Xbee as a buffer

    Hi all. I hope this hasn't been posted before. Its a surprisingly obvious and simple soloution but it may help somone. When looking at using Xbee modules for wireless telemetry between a PICAXE (28X2 in this case) and a PC I faced the common problem of not knowing when the PICAXE would start...
  5. D

    Problem storing words in high scratchpad locations

    Hi All. The below applies for a 28X2 I am working with. I've done some searching and havent turned anything up on this so just wanted to put it out there. I am having problems storing word variables in high number scratchpad locations. Using the "put location,word w0" works fine for scratchpad...
Top