Recent content by AndersNyman

  1. A

    Remap 8bit gyro signal

    Hi! I have a picaxe 28x1 and a 3 axis gyro from sparkfun. I want to remap the signal (-inf to inf) so I can prevent flipping. The method that appears to me is something like this: thisFrame = gyroSignal rotationTable = 0 if thisFrame < 30 and lastFrame > 220: rotationTable +=...
  2. A

    LCD via i2c, 19200bps

    Hi! I have some problems to get my LCD working. Its a Matrix Orbital LK202-25. In the manual (Link) on page 15 it says: Default baud rate 19200 bps, default I2C slave address 0x50. Ive tried a lot of methods without luck. If I just can manage this simple program to work it will make my day...
  3. A

    Usage of I2C and SD21 (servo driver)

    Hi all! I have some very basic questions about how to use the I2C bus and how to connect it to my picaxe 28X1 and SD21. Im new to this things and will appreciate your help allot! I have connect my parts like this (picture): Is this right? Can I turn on the power?? :) /Anders
  4. A

    Extend 28x1 limitations??

    Hey! I have bought a 28x1 microcontroller, and I am totally amazed of the simplicity and the possibilities! I just post my project i´m working on in this thread: http://www.picaxeforum.co.uk/showthread.php?t=11653 But to go futher with my project I need to control up to maybe 10-20 servo...
  5. A

    3d animated eye bot

    Hey! I am doing some testing for a future project, and I think it looks promising! In this test I use 3 servos and a 28X1 controller. I did the same setup in Maya (a 3d applikation) and this is the result: Watch movie: http://www.sharecg.com/v/32695/Animation/Maya-robot I have a lot of...
Top