home.social

Search

1000 results for “embedded”

  1. New technical blog post: "Getting Started with AC696N Speaker SoCs (Part 2)".
    Continuing the series with practical hardware/software integration topics

    How to locate the output firmware binary file after compilation using the project's build script.
    Key knowledge for hands-on development with these SoCs.
    #EmbeddedSystems #Firmware #Debugging #AC696N #EmbeddedProgramming #Electronics #IoT #TechBlog

    lnkd.in/gdC_zrAf

  2. 🔎 CVE-2025-11544 (CRITICAL, CVSS 9.5): Sharp Display Solutions projectors let attackers upload unauthorized firmware—remote, no auth needed. All models vulnerable. Urgently segment, restrict, and monitor! radar.offseq.com/threat/cve-20 #OffSeq #CVE2025 #infosec #embeddedsecurity

  3. Getting up to speed regarding USB's states, enumeration process... helps to get a better grasp on tinyUSB's USB stack! #usb #tinyusb #embedded

  4. Embedded SQL с группировкой запросов: элегантный подход к управлению SQL в Go

    Хотелось бы сразу сделать небольшой дисклеймер. Это не супер-экспертная статья. Скажем так - это мой инсайд о том, как еще можно работать с SQL запросами в Go проекте. В этой статье я расскажу о том как удобно хранить запросы в embeded sql файлах. Решение о котором я буду писать - лишь один из инструментов в арсенале разработчика, а не универсальное решение призванное вылечить все болезни. Надеюсь тебе это будет полезно.

    habr.com/ru/articles/978974/

    #go #sql #embeded

  5. Chris( @stoneymonster ) and Elecia( @logicalelegance ) spoke with Sophi Kravitz(@sophikravitz) about art, science, and engineering.

    Check out Sophi's intended message in her Messages From Space,
    here: embedded.fm/episodes/516
    and this excerpt:

    #art #engineering #electrical #engineer #embedded #transcripts #podcast

  6. The year ends soon.
    Looking back, we have been around for a bit, oh we mean 10 bits really!

    Kindly indulge us and fill this end of year survey( forms.gle/xPp8YkX8MXvgUENM7 ) by Nathan Jones.

    We really want to hear about the show from your point of view!

    #EmbeddedFM #PodcastCommunity #YearInReview #EngineeringLife #Survey #FeedbackMatters #EmbeddedSystems

  7. The year ends soon.
    Looking back, we have been around for a bit, oh we mean 10 bits really!

    Kindly indulge us and fill this end of year survey( forms.gle/xPp8YkX8MXvgUENM7 ) by Nathan Jones.

    We really want to hear about the show from your point of view!

  8. The year ends soon.
    Looking back, we have been around for a bit, oh we mean 10 bits really!

    Kindly indulge us and fill this end of year survey( forms.gle/xPp8YkX8MXvgUENM7 ) by Nathan Jones.

    We really want to hear about the show from your point of view!

    #EmbeddedFM #PodcastCommunity #YearInReview #EngineeringLife #Survey #FeedbackMatters #EmbeddedSystems

  9. The year ends soon.
    Looking back, we have been around for a bit, oh we mean 10 bits really!

    Kindly indulge us and fill this end of year survey( forms.gle/xPp8YkX8MXvgUENM7 ) by Nathan Jones.

    We really want to hear about the show from your point of view!

    #EmbeddedFM #PodcastCommunity #YearInReview #EngineeringLife #Survey #FeedbackMatters #EmbeddedSystems

  10. The year ends soon.
    Looking back, we have been around for a bit, oh we mean 10 bits really!

    Kindly indulge us and fill this end of year survey( forms.gle/xPp8YkX8MXvgUENM7 ) by Nathan Jones.

    We really want to hear about the show from your point of view!

    #EmbeddedFM #PodcastCommunity #YearInReview #EngineeringLife #Survey #FeedbackMatters #EmbeddedSystems

  11. Как наш shell похорошел

    Так сложилось, что программируя микроконтроллеры, разработчик балансирует между двумя крайностями. Все ресурсы под твоим полным контролем — и это кайф (думаю, многие в embedded за этим и идут). Но платой становится сложность встраивания базовых инструментов, которые стали де-факто стандартом в других областях разработки. Сложность хотя бы в том, что они не идут из коробки. Возьмём обычную задачу: включить фару на устройстве. На практике наша железка должна загрузиться, зарегистрироваться в LTE-сети, поднять TLS-соединение с MQTT-брокером, синхронизировать состояние и пройти ещё кучу слоёв бизнес-логики. С другой стороны — мобильное приложение и бэкенд для управления этой лампочкой (уже целая система собралась!). Там не меньше логики: от авторизации до “да кто блин так дизайн спроектировал?”. Пока дотапаешься до кнопки, пройдёт вечность. В итоге, любое простое действие требует либо полного рабочего стека, либо моков с тестовыми сборками и отключёнными проверками. Либо дебагера с брейкпоинтами и ручными правками памяти. Всё работает, но каждый раз жрёт уйму времени и внимания. Хотелось бы проще. Нужен способ аккуратно вмешаться в работу устройства — без отключения основной логики, без специальных сборок и независимо от режима. Не просто физическая кнопка, а полноценный интерфейс: настраивать параметры, включать/выключать функции, забирать данные. И стало ясно: нам не хватает shell-интерфейса. Или CLI. Или терминала — называйте как угодно (разницу можно глянуть здесь ). Но не просто не хватает — его придётся писать самим. Почему не взяли готовое и чем наш велосипед лучше — расскажем под катом! user@habr > article start --full

    habr.com/ru/companies/whoosh/a

    #shell #bash #iot #whoosh #embedded

  12. New technical post: "Getting Started with AC696N Speaker SoCs - Debug Print Configuration".
    A practical walkthrough for developers working with these popular SoCs. Learn how to master the SDK's layered debug system:
    • Global & library print switches
    • Hierarchical log levels (0-6)
    • Fun colored & blinking output macros
    ...
    Essential reading for efficient embedded debugging! #EmbeddedSystems #Firmware #Debugging #AC696N #EmbeddedProgramming #Electronics #IoT #TechBlog
    lnkd.in/gfvqaz8P

  13. New technical post: "Getting Started with AC696N Speaker SoCs - Debug Print Configuration".
    A practical walkthrough for developers working with these popular SoCs. Learn how to master the SDK's layered debug system:
    • Global & library print switches
    • Hierarchical log levels (0-6)
    • Fun colored & blinking output macros
    ...
    Essential reading for efficient embedded debugging! #EmbeddedSystems #Firmware #Debugging #AC696N #EmbeddedProgramming #Electronics #IoT #TechBlog
    lnkd.in/gfvqaz8P

  14. New technical post: "Getting Started with AC696N Speaker SoCs - Debug Print Configuration".
    A practical walkthrough for developers working with these popular SoCs. Learn how to master the SDK's layered debug system:
    • Global & library print switches
    • Hierarchical log levels (0-6)
    • Fun colored & blinking output macros
    ...
    Essential reading for efficient embedded debugging! #EmbeddedSystems #Firmware #Debugging #AC696N #EmbeddedProgramming #Electronics #IoT #TechBlog
    lnkd.in/gfvqaz8P

  15. New technical post: "Getting Started with AC696N Speaker SoCs - Debug Print Configuration".
    A practical walkthrough for developers working with these popular SoCs. Learn how to master the SDK's layered debug system:
    • Global & library print switches
    • Hierarchical log levels (0-6)
    • Fun colored & blinking output macros
    ...
    Essential reading for efficient embedded debugging! #EmbeddedSystems #Firmware #Debugging #AC696N #EmbeddedProgramming #Electronics #IoT #TechBlog
    lnkd.in/gfvqaz8P

  16. This week on Embedded, Chris( @stoneymonster ) and Elecia( @logicalelegance ) spoke with Sophi Kravitz(@sophikravitz) about art, science, and engineering.

    Listen here: embedded.fm/episodes/516

    Here's an excerpt about Messages From Space:

    #art #engineering #electrical #engineer #embedded #transcripts #podcast

  17. For anyone that needs a hardware device to mock up a radio, antenna rotator, or GPS receiver, check out this project I wrote: github.com/vaelen/serial-devic

    I'm working on a groundstation controller and needed mock devices to talk to.

    #amsat #hamradio #embedded

  18. For anyone that needs a hardware device to mock up a radio, antenna rotator, or GPS receiver, check out this project I wrote: github.com/vaelen/serial-devic

    I'm working on a groundstation controller and needed mock devices to talk to.

    #amsat #hamradio #embedded

  19. For anyone that needs a hardware device to mock up a radio, antenna rotator, or GPS receiver, check out this project I wrote: github.com/vaelen/serial-devic

    I'm working on a groundstation controller and needed mock devices to talk to.

    #amsat #hamradio #embedded

  20. For anyone that needs a hardware device to mock up a radio, antenna rotator, or GPS receiver, check out this project I wrote: github.com/vaelen/serial-devic

    I'm working on a groundstation controller and needed mock devices to talk to.

    #amsat #hamradio #embedded

  21. For over a year, in close partnership with #MediaTek, we’ve been enhancing Chromium on Genio and Kompanio platforms to fully unlock the hardware users depend on, delivering out-of-the-box hardware-accelerated video decoding and encoding for high-performance, video-centric #Chromium applications.

    Read more: collabora.com/news-and-blog/ne

    #VideoAcceleration #HardwareAcceleration #EmbeddedLinux

  22. This week on Embedded, Chris( @stoneymonster ) and Elecia( @logicalelegance ) were joined by Sophi Kravitz(@sophikravitz) to talk about art, science, and engineering.

    Listen here: embedded.fm/episodes/516

    Or, read the show transcript: embedded.fm/transcripts/516.

    #art #engineering #electrical #engineer #embedded #transcripts #podcast