Search results

  1. T

    Picaxe chips supplied in there original pic form and without picaxe program

    Hi All wonder if any of you have had a simlar experience with Revolution education as I have got nowhere with with Revolution education in solving my previous problem. About a year ago we received properly identified picaxe 14-m2 chips we had 10 in stock During a training session we hold for...
  2. T

    I2C Problems communicating with DS3502 digital pot

    Hi All, I am having problems getting any settings or reading from a DS3502. I have tried a simple test code to just read the pot wiper location to try and communicate with the device without success. All is ok if I use an Arduino so the picaxe should work ok. setup: hi2csetup...
  3. T

    Cannot communicate with I2C DS3502 Digital Pot

    Hi All, I am having problems getting any settings or reading from a DS3502. I have tried a simple test code to just read the pot wiper location to try and communicate with the device without success. All is ok if I use an Arduino so the picaxe should work ok. setup: hi2csetup...
  4. T

    Converting temperature K to C maths not working

    Hi all, I am trying to convert temperature K into temperature C, The formula is straight forward from what I understand K - 273.15 = C. I know the Picaxe cannot use decimal places so I tried these ways without success Picaxe 08M2 setfreq m16 pause 8000 ;Maths 1 to change K into C, W12 is...
  5. T

    Motor controller with speed steps stack overflow error picaxe locks up

    Hi All I am trying to control a motor to have speed steps controlled by another picaxe through Ir numbers loaded into b0, the main idea of this project is to try and master gosub, return and PWM out. The ultimate aim is to have the picaxe receive a number numbers 1 and 10 alter in puts C0 and...
  6. T

    Serial issue AT-09 Bluetooth 4.0 Module Transceiver BLE CC2540 CC2541 MLT-BT05 HM-10

    Hi having a problem with baud rate when I change frequency from setfreq m16 back to setfreq m8 or setfreq mdefault. If I use this code setfreq m16 ;set clock from 8mhz to 16 init: high C.4...
Top