home.social

Search

1000 results for “embedded”

  1. Chris( @stoneymonster ) and Elecia ( @logicalelegance ) are back!

    This week, they speak with Dr. Tom Williams about robots, ethics, teaching, and books. Then we talked about mines, umpires, water use in AI, and more books.

    Join the chat here: embedded.fm/episodes/525

  2. Chris( @stoneymonster ) and Elecia ( @logicalelegance ) are back!

    This week, they speak with Dr. Tom Williams about robots, ethics, teaching, and books. Then we talked about mines, umpires, water use in AI, and more books.

    Join the chat here: embedded.fm/episodes/525

    #professor #author #ethics #robot #robotics #robots #engineering #podcast #Technology

  3. Chris( @stoneymonster ) and Elecia ( @logicalelegance ) are back!

    This week, they speak with Dr. Tom Williams about robots, ethics, teaching, and books. Then we talked about mines, umpires, water use in AI, and more books.

    Join the chat here: embedded.fm/episodes/525

    #professor #author #ethics #robot #robotics #robots #engineering #podcast #Technology

  4. Chris( @stoneymonster ) and Elecia ( @logicalelegance ) are back!

    This week, they speak with Dr. Tom Williams about robots, ethics, teaching, and books. Then we talked about mines, umpires, water use in AI, and more books.

    Join the chat here: embedded.fm/episodes/525

    #professor #author #ethics #robot #robotics #robots #engineering #podcast #Technology

  5. Chris( @stoneymonster ) and Elecia ( @logicalelegance ) are back!

    This week, they speak with Dr. Tom Williams about robots, ethics, teaching, and books. Then we talked about mines, umpires, water use in AI, and more books.

    Join the chat here: embedded.fm/episodes/525

    #professor #author #ethics #robot #robotics #robots #engineering #podcast #Technology

  6. So one issue we have in @oreboot is also being faced by Embassy et al:
    We use a stable toolchain for host tooling, and nightly ones for the code to run on the target platforms, which have various architectures. 🦀🦀

    However, Rust/cargo does not yet understand the mix well, so you end up with stuff like this github.com/embassy-rs/embassy/ or that github.com/oreboot/oreboot/blo - hacks in scripts/Makefiles. 🧑‍💻

    I hope we can discuss this a bit at #RustWeek during the #Rust #Embedded Working Group meeting. 👀

  7. Yuning Liang from Deep Computing gives an exciting talk about emerging RISC-V platforms particular new developer systems and laptops are helping to expand the reach Linux applications and create new opportunities for developers. FOSS and Open Hardware FTW! 😍🥰

    #RISCV #gnome #kde #hardware #embedded

  8. While probing a GPIO pin on my oscilloscope, I noticed it toggled between 2.4V and 3.3V. Using another reference pin, toggling at exactly the same time swinged correctly between 0V and 3.3V

    I think I might have damaged a pin on my #rp2350 :( #debugging #signals #embedded #pico2

  9. While probing a GPIO pin on my oscilloscope, I noticed it toggled between 2.4V and 3.3V. Using another reference pin, toggling at exactly the same time swinged correctly between 0V and 3.3V

    I think I might have damaged a pin on my #rp2350 :( #debugging #signals #embedded #pico2

  10. Join us at the Open Source Summit in Minneapolis next week, where @mariospr will be presenting a talk about WPE WebKit

    #WebKit #WPE #OSSummit #EmbeddedLinux

  11. we can ofc have a laugh about wireless knives that require firmware update, but jokes aside, connecting devices to the internet when they shouldn't may result in injuries, or even deaths.

    fortunately, recent experiment with robot lawn mower have been exactly this - an experiment. but who knows how many other devices made by irresponsible companies like this are out there theverge.com/tech/925696/yarbo

    #Embedded #Hardware #Security #InternetOfThings #IoT #InternetOfShit

  12. Modern GPU Architecture and Programming Complete Bundle by gareth thomas is the featured bundle of ebooks 📚 on Leanpub!

    A 7-book GPU collection covering architecture, CUDA, assembly, PTX, SASS, and parallel computing. Learn how to move from high-level programming to low-level execution and optimize performance across modern GPU systems.

    Link: leanpub.com/b/moderngpuarchite

    #software_engineering #software_architecture #graphics #embedded_systems

  13. Added some oscilloscope measured waveforms to my blogpost about the hc-sr04 ultrasonic distance sensor. Trigger pulse width was off from the expected width on linux. Ultrasonic pulses clearly visual as well

    embeddedjourneys.com/blog/sens

    #embedded #hc-sr04 #debugging #oscilloscope

  14. Added some oscilloscope measured waveforms to my blogpost about the hc-sr04 ultrasonic distance sensor. Trigger pulse width was off from the expected width on linux. Ultrasonic pulses clearly visual as well

    embeddedjourneys.com/blog/sens

    #embedded #hc-sr04 #debugging #oscilloscope

  15. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  16. Interested in learning more about #PipeWire? Join us at the PipeWire Hackfest, co-located with Embedded Recipes, at the end of May in Nice, France!

    Perfect chance to collaborate on that feature you've been thinking about, get help with tricky bugs, or just learn from others working on multimedia infrastructure.

    👉 Register now: gitlab.freedesktop.org/pipewir

    #EmbeddedLinux @pipewire @embeddedrecipes

  17. Expected to create a 10us pulse in python using time.sleep() on my raspberry pi:

    GPIO.output(pin_trig, GPIO.HIGH)
    time.sleep(10E-6)
    GPIO.output(pin_trig, GPIO.LOW)

    Only to see a 95.5us pulse with my #siglent scope

    #GPIO #embedded #raspberrypi #debugging

  18. Expected to create a 10us pulse in python using time.sleep() on my raspberry pi:

    GPIO.output(pin_trig, GPIO.HIGH)
    time.sleep(10E-6)
    GPIO.output(pin_trig, GPIO.LOW)

    Only to see a 95.5us pulse with my #siglent scope

    #GPIO #embedded #raspberrypi #debugging

  19. Heute ist das erste Batch des neuen Board angekommen. Inbetriebnahme läuft noch, aber bis jetzt keine Fehler gefunden. Ich bin lediglich auf der Suche nach diesen M2er "Muttern" die von unten angelötet werden.

    #KiCad #openHardware #openSource #embedded

  20. another mandatory reminder as I currently work on Bluetooth-related project that includes skimming through 6k pages of specification :angry_laugh:

    #Bluetooth #Wireless #Networking #Tech #Technology #Embedded #Hardware

  21. Looking to turn my #Pico2 in a rudimentary #oscilloscope. Have been checking the ADC's samplerate and tried measuring an ultrasonic distance sensor's echo pulse. Not quite there yet, USB throughput is still a limiting factor.

    embeddedjourneys.com/blog/pico

  22. Somehow ... studying the rp2040 PIO state machines has led to me playing TIS-100. en.wikipedia.org/wiki/TIS-100 And loving it. If you need some gamified assembly coding in your life, take a look. It's been out for a decade... but maybe you missed it like I did. ;)

    #embedded #rp2040 #rp2350

  23. On episode 523: Bad Experience with Donuts, Chris and Elecia chat about Leapfrog toys, things they like, large company politics, open source governance and awards.

    Join the conversation here: embedded.fm/episodes/523 .

    Here's an excerpt from the show:

    #opensource #embeddedFM #engineering #embedded #ieee #podcasts #mentoring #science #technology

  24. On episode 523: Bad Experience with Donuts, Chris and Elecia chat about Leapfrog toys, things they like, large company politics, open source governance and awards.

    Join the conversation here: embedded.fm/episodes/523 .

    Here's an excerpt from the show: