Search results

  1. L

    picaxe to picaxe master slave i2c

    when master sends to slave is data placed in b0?
  2. L

    adxl345 with alarm

    This project sounds an alarm when the accelerometer detects movement above a certain threshold.
  3. L

    adxl345 problem reading registers

    Even before sensing acceleration, I like to talk to a sensor I am using. So I am trying to read some of the 30 registers. I can read the sensor id register 0x00 but the rest of them are all one's (%11111111). My question is: am I just reading the RESET values. Or do I have to WRITE something...
  4. L

    adxl345 level_changer

    For adxl345 is a level_changer needed when using I2C serial protocal ???
  5. L

    magnetometer with 28x2

    ''' mag_quad_1_28x2_2.bas '''' prgm simulates printing out '''' sample readings from compass '''' chip HMC5883L '''' convert 2s complement display #picaxe 28x2 #com /dev/tty.usbserial-00001004 #terminal 9600 symbol x_lin =w0 symbol x_lin_lsb = b0 symbol x_lin_msb = b1 symbol...
  6. L

    Tutorials for Picaxe

    I am finding plenty of tutorials for the Arduino. Sometimes they help me but I'm a Picaxe guy. Do I just have to hunt thru the FORUM or are there some shortcuts to finding code, for example, for the sensors which can be very complicated?
  7. L

    picaxe using sensors

    I want to use picaxe with mems sensors. I see a lot of help if you use the arduino. I have also searched the threads and found some help there. Any further suggestions ?
  8. L

    arming brushless motor

    How long does a BRUSHLESS MOTOR/ESC remain ARMED, after arming procedure ???
  9. L

    finding registers of sensors

    Sparkfun has breakouts for numerous sensors. They have information for using Arduino, but I want to use Picaxe. How can I get info on initializing sensors and specifications on registers that can be accessed via I2C. Also, how can I get source code for INCLUDE statements in C++ code?
  10. L

    control code for brushless motor esc

    Has anyone sent picaxe code for the throttle of ESC to a brushless motor.
  11. L

    Picaxe using adafruit pos printer

    Has anyone used a picaxe with an adafruit pos printer
  12. L

    Has anyone used brush motors for multirotors?

    Has anyone used brush motors for multirotors
  13. L

    Usb digital sound recorder

    Problem getting recordings using IMac
  14. L

    Morse code decoder

    Anyone like my idea of analyzing series of pauses between volt-level changes as a MORSE CODE decoding algorithm??
  15. L

    execution time for code

    I expected this code to beep every couple of SECONDS, but it took 10 MINUTES. Any comments on what was going on ? See attachment.
Top