Giter Site home page Giter Site logo

kitra520's People

Contributors

matteofumagalli1275 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kitra520's Issues

Changing the baudrate is not acknowledged due to bad format

Changing baudrate of the mcu always responds 'not acknoledged' due to bad format (k_output_nack error_code contains '1' as value).

The following snippet is used to adjust the baudrate:

...
uint32_t baud_rate = 115200;
k_input_baud_rate msg = {K_INPUT_CHANGE_BAUD_RATE, baud_rate};
k_send_packet(&msg, 0);
...

I could not find a reason why the command should be in bad format.
Used firmware: HW:1, FW:1, EX:1

Thanks.

Misleading scale at gyroscope sensor in wiki

The description of the full_scale field inside the sensor configuration (accelerometer/gyroscope/magnetometer) scales the gyroscope values by g. Due to the datasheet this value should be scaled in dps (degrees per second). Furthermore the datasheet of the sensor (LSM6DS3) mentions a scaling range between +-125 / +-245 / +- 500 / +- 1000 / +-2000 dps. It is a bit confusing how to set the five scales with just 2 bits.

Simultaneously recording IMU and microphone does not work

It seems not possible to record IMU and microphone at the same time. After enabling the microphone,
there is no more data available from the IMU. When enabling the IMU without the microphone,
everything works fine as expected.
If the IMU is enabled first, acceleration, gyroscope and magnetometer samples will be received until the microphone is enabled. Afterwards only packets from microphone arrive until the microphone will be disabled again. After disabling the microphone, IMU values will be received once again.

Version of Kitra:
V1E3

Version of kitra-com-lib:
Newest available on github

I hope there will be a solution...

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.