home.social

Search

1000 results for “embedded”

  1. #EmbeddedOSSummit video: What are the benefits of stateless video codecs? Learn more as Andrzej Pietrasiewicz dives into stateless #V4L2 encoding col.la/eossap #embedded #VP8

  2. #EmbeddedOSSummit: Andrzej Pietrasiewicz dives into stateless #V4L2 encoding, coming up at 12:15 UTC in South Hall 3B! sched.co/1LcNW #Embedded #VP8

  3. When you initialize the FreeRTOS task before the Queue using it, and wonder why *sometimes* your system crashes.

    #embedded #programming #microcontroller #freertos

  4. The serial port is your eyes in embedded debugging. On the JL Jieli AC696N chip, I've set up UART0 to print logs at 1M baud (configurable to any pin) – logs fly without stuttering.

    Full configuration steps and code snippets are in the article. If you're working on audio products with AC696N, this workflow will save you hours.

    #EmbeddedSystems #Jieli #AC696N #UART #AudioTuning #Debugging

  5. 🧑‍💻 Working with JL JieLi AC696N SDK? Need to add custom source files? This step-by-step guide shows you exactly how to include them in the build and verify compilation under the "Release" target. Perfect for embedded developers and firmware engineers!
    #EmbeddedSystems #AC696N #JieLi #Firmware #SDK #IoT

  6. Here’s a great find for embedded audio enthusiasts: the JL AC696N Development Board! It’s built around the AC6966B chip (32-bit @240MHz, 512KB flash) and offers Bluetooth 5.0 dual-mode, rich I/O (21 GPIOs, UART, SPI, PWM), and onboard 3W amp + TF slot.

    If you're into embedded C, firmware, or hardware design, this kit saves months of work. Check it out!
    #EmbeddedSystems #BluetoothAudio #AC696N #OpenSourceHardware #IoT #DIYAudio

  7. Technical blog: "Common Issues with AC696N SoCs in Bluetooth Speaker Development"

    Covers 4 practical problems and solutions.

    Includes C code examples and configuration changes for AC696N V1.7.0 SDK. Useful for embedded audio developers.

    #EmbeddedSystems #Firmware #AudioEngineering #AC696N #Bluetooth #SmartSpeaker #Debugging #TechBlog

    lnkd.in/gTB8VHAu

  8. Technical blog post: "Jieli Bluetooth Smart Speaker Development: Key Considerations for AC696N SoCs"
    Covers practical, experience-based insights for developers.

    These details can save significant debugging time on AC696N-based audio projects.

    #EmbeddedSystems #Firmware #AudioEngineering #AC696N #Bluetooth #SmartSpeaker #EmbeddedDevelopment #TechBlog

    lnkd.in/gsUJMfb7

  9. 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

  10. 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

  11. 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

  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. #EmbeddedEngineers and #SoftwareEngineers out there, what tooling do you use to build your projects? I am working with a customer whose build environment behaves wildly different locally vs on daily commits (i.e. merge requests) vs nightly vs release. None of them behave the same.

    We're using #conanPackageManager currently, wrapping CMake files and with a great deal of add-ons. It's scaling poorly!

    C90 project, crosscompiling from Linux/Windows hosts.

    docs.conan.io/1/introduction.h

  17. #EmbeddedEngineers and #SoftwareEngineers out there, what tooling do you use to build your projects? I am working with a customer whose build environment behaves wildly different locally vs on daily commits (i.e. merge requests) vs nightly vs release. None of them behave the same.

    We're using #conanPackageManager currently, wrapping CMake files and with a great deal of add-ons. It's scaling poorly!

    C90 project, crosscompiling from Linux/Windows hosts.

    docs.conan.io/1/introduction.h