Coder Social home page Coder Social logo

Comments (3)

therealprof avatar therealprof commented on August 22, 2024

Off to a very nice start! Let me know if you need some content or support in the microbit crate. Happy to help out where I can.

NB: The matrix LED could use a driver, it's a bit annoying to use bare bones. OTOH there's already a driver for the sensor so it would be great to have one or more examples using the accelerometer.

from awesome-embedded-rust.

droogmic avatar droogmic commented on August 22, 2024

@therealprof Thanks! I am new to embedded and rust myself, so this is quite a bit of me just documenting along the way... Sorry for competing with your blog and thanks for the crate, I may make a PR or two in the future ;P

I see the MAG3110 magnetometer driver, but I cant see an accelerometer driver?

I am aware the LED display is a pain to use, I was planning on using that as a source of teaching exercises to demonstrate the necessity of timers, delays etc. maybe (slowly) implement a simple interface for it over the course of the book.

from awesome-embedded-rust.

therealprof avatar therealprof commented on August 22, 2024

Sorry for competing with your blog and thanks for the crate, I may make a PR or two in the future ;P

No harm, no foul. I'm happy that someone is picking up the stuff and doing something useful with it.

I see the MAG3110 magnetometer driver, but I cant see an accelerometer driver?

Hm, interesting; I thought I committed the mma8653fc driver but obviously not. The values I got out of this didn't really make sense to me so I didn't pursue but I think I have to revive it now.

to demonstrate the necessity of timers, delays etc. maybe (slowly) implement a simple interface for it over the course of the book.

Delays won't help. Displaying anything useful requires a proper scan line algorithm (which requires somewhat strict timing). And it's not a 5x5 matrix either so it requires some odd mapping. I started implementing this but at some point lost interest due to limited utility to me.

from awesome-embedded-rust.

Related Issues (20)

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.