Search results

  1. P

    Picaxe 08M2 - Using the programming port for other serial comms

    Dear picaxe users I am using a picaxe 08M2 to bridge between a bme280 sensor and a raspberry pi. I am tight on i/o, so am using the programming port for serial communications with the pi. This works flawlessly, except for one issue: when the picaxe starts up, it repeatedly emits a string...
  2. P

    I2C Problems

    Hi Everyone I wonder if anyone can help with my i2c issues. I am trying to interface an 08M2 and/or 14M2 to the Honeywell hmc6532 compass module. I am using this code, which worked fine for a couple of days: i2cslave $42, i2cslow, i2cbyte main: pause 1000 i2cread $41,(b1,b0) debug w0 goto...
Top