Giter Club home page Giter Club logo

open-headtracker's People

Watchers

James Cloos avatar

open-headtracker's Issues

Support other sensros

What steps will reproduce the problem?
1. Iron AllInOne (itg3205,bma180,hmcxxxx,bmp085)
2. Uncomment DEBUG, set new addresses for sensors and upload sketch

What is the expected output? What do you see instead?
Expect some working sensors.


------ Debug info------
tiltBeta: 0.75
panBeta: 0.75
gyroWeight: 0.98
GyroWeightPan: 0.98
servoPanCenter: 2100
servoTiltCenter: 2100
servoRollCenter: 2100
tiltFactor: 17.00
panFactor: 17.00
Gyro offset saved 0.00,0.00,0.00
Mag offset saved 0.00,0.00,0.00
Acc offset saved 0,0,0
Mag cal:0,0,0,0.00,0.00,0.00
ADXL345 ID: 0
ITG3205 ID: 0
HMC ID: 0
ITG3205: 0    ADXL: 0    HMC: 0
Mag cal:0,0,0,-0.00,-0.00,-0.00
Mag offset:0.00,0.00,0.00
Timer interrupt initialised


Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 11:38

Error updating UI from settings. Firmware Version 0.

What steps will reproduce the problem?
1. Connect to device

What is the expected output? What do you see instead?
Error updating UI from settings. Firmware Version 0.


What version of the product are you using? On what operating system?
1.04 Windows 7 Arduino Pro Micro

Please provide any additional information below.
Problem solved
 System::Void Open(String^ ComPort, boolean ForceOpen)
    {
        Port->PortName = ComPort;
        Port->BaudRate = 57600;
        Port->ReadTimeout = 2000;
    Port->DtrEnable = true;
        try
        {
            Port->Open();
        }
        catch (System::Exception^ e)
        {

        }

Add a line Port->DtrEnable = true;


Original issue reported on code.google.com by [email protected] on 15 Feb 2015 at 8:18

Firmware does not compile on Linux due to case sensitivity of filenames

What steps will reproduce the problem?
1. Opening the firmware scetch in Arduino IDE and compiling it generates "file 
not found error" and compiling to fail
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
- The problem is that Linux is case sensitive and the files are stored with a 
spelling starting with a capital letter while the include statements are 
written with small letter. To fix it, either files should be renamed with small 
letters, or include statement should be written with Capital letters.

Original issue reported on code.google.com by [email protected] on 11 Aug 2013 at 12:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.