home.social

#jieli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jieli, aggregated by home.social.

  1. AC696N GPIO quick reference. APIs: gpio_set_direction (1=input,0=output); gpio_set_pull_up; gpio_set_output_value; gpio_read; gpio_set_hd0 (1=strong drive); gpio_set_die (0=analog for ADC). USB: usb_iomode(0). Output high level = VDDIO voltage. Test each pin with multimeter on dev board. #JieLi #AC696N #EmbeddedSystems

    lnkd.in/gr8hc-Ks

  2. Need to recover a bricked Jieli (JL) chip or perform a forced firmware upgrade? My new tutorial covers the JL Forced Download Tool (USB Updater V2.0) from start to finish.

    Whether you're an embedded hobbyist or professional, this guide will help you master forced upgrades for JL chips.

    Watch here

    #Jieli #FirmwareBurning #Embedded #USBUpdater #TechTutorial

  3. Bluetooth speakers and headphones often need more than the chip's built-in resources. The JL JieLi AC696N's SPI interface allows you to add external Flash, an LCD display, and RGB LEDs.

    All these configurations can be validated on the AC696N development board before porting to custom hardware. Once working, they significantly expand the capabilities of your audio product.

    #JieLi #AC696N #SPI #NorFlash #LCD #WS2812 #EmbeddedSystems #PeripheralExpansion #AudioProducts

    lnkd.in/gQC2sWyA

  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. Timers seem simple until they cause mysterious power drain or timing issues. The JL JieLi AC696N SDK provides two timer systems with different characteristics. Here's what I've learned debugging on the dev board.

    Practical Tip
    Test both on the AC696N development board. Add serial prints to see which thread the callback runs in.

    Both timer systems support one-shot timeouts—choose whichever fits your context needs.

    #JieLi #AC696N #Timers #EmbeddedSystems #Firmware #LowPower #ISR #CaptureMode

  6. Moving beyond basic low-power configuration on the JL JieLi AC696N, there are three advanced power management settings that can prevent intermittent crashes and improve user experience. Here's what I've learned while debugging an SD-card-based audio product.

    All of these can be validated on the AC696N development board before porting to custom hardware. Taking the time to tune them saves weeks of field debugging.

    #JieLi #AC696N #PowerManagement #EmbeddedSystems

    lnkd.in/g7ZYNsBZ

  7. Getting a new embedded platform's toolchain working can be one of the most frustrating parts of development—especially when you just want to start writing code. The JL JieLi AC696N is a popular chip for Bluetooth audio applications, but the initial Windows environment setup has a few quirks. Here's a clean, verified process to get from zero to compile.

    #JieLi #AC696N #EmbeddedSystems #ToolchainSetup #CodeBlocks #FirmwareDevelopment #BluetoothAudio #WindowsDev

    lnkd.in/ggq9jk6g

  8. Sometimes the best way to understand a new embedded platform is to see what it can do before writing any code. The JL JieLi AC696N development board ships with a factory demo that showcases its complete multimedia capabilities in under five minutes.

    Whether you're evaluating the platform for a project or just want a quick hands-on, this is the fastest way to see what the AC696N can do. Next up in this series: adding custom files to the project.

    #JieLi #AC696N #BluetoothAudio #DevBoard

  9. A good pin reference is like a map for hardware development. Here's a verified pin mapping for the JL JieLi AC6966B (AC696N series) development board, straight from actual hardware testing.

    Whether you're reviewing schematics, bringing up a custom board, or debugging firmware, having this reference handy saves hours of probing and tracing.
    #JieLi #AC696N #AC6966B #Pinout #HardwareDesign #EmbeddedSystems #BluetoothAudio #DevelopmentBoard #UART #ReferenceDesign

    lnkd.in/ec43rwNn

  10. Unboxing the JL JieLi AC696N dev board – and it actually comes with everything! 🔌

    ✅ AC6966B main board
    ✅ USB download cable
    ✅ CH340G USB-TTL
    ✅ Forced download tool
    ✅ Pre-tested PCBA
    ✅ Cloud SDK/docs

    Factory demo: USB/TF/SPI Flash playback, AUX input, Bluetooth A2DP/HFP.

    No hunting for cables. Just start developing. 🎧

    #JieLi #AC696N #DevBoard #BluetoothAudio #EmbeddedSystems #Hardware #Unboxing
    lnkd.in/g6B7YiKy

  11. The JL JieLi AC696N series continues to be a compelling choice for high-volume, cost-sensitive Bluetooth audio applications. Looking at the AC6966B-QFN32 development board, which is a prime example of balancing features and BOM cost.

    The dual-mode Bluetooth (Classic + BLE) also enables seamless APP control via BLE transparent transmission, a key feature for IoT-enabled devices.

    #JL #JieLi #AC696N #BluetoothAudio #EmbeddedSystems #BLE #IoT #FirmwareDevelopment #SmallSpeaker #CostEffective

  12. 🧵 Exploring the JL JieLi AC6966B – a 44nm Bluetooth 5.1 audio chip built for high‑volume, cost‑sensitive products.

    Key specs: 32‑bit DSP with FPU @160MHz, 128KB RAM, 512KB embedded storage, dual DAC/ADC (SNR ≥95/90dB), support for SBC/AAC/MP3/FLAC, UART/SPI/IIC/USB, 21 GPIOs. Ideal for entry‑level speakers and IoT audio nodes. Low power: 3µA in shutdown.

    Read the full overview!
    #AC6966B #JieLi #Bluetooth #Audio #EmbeddedSystems #IoT #DSP #CostEffective

    lnkd.in/ebKK9wyS

  13. 🧑‍💻 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

  14. The analog section of a Bluetooth audio SoC is where careful design pays off. Notes from the JieLi AC695N/AC696N guide:

    For the DAC outputs, they recommend reserving positions for small inductors (100nH, 120nH, 220nH, 330nH) to form filters that can suppress high-frequency noise, specifically called out as TDD noise from a nearby mobile phone during calls.

    #JieLi #AC696N #AudioDesign #Analog #PCBDesign #Electronics #OpenHardware #BluetoothAudio

    lnkd.in/gRRab4Vi

  15. The analog section of a Bluetooth audio SoC is where careful design pays off. Notes from the JieLi AC695N/AC696N guide:

    For the DAC outputs, they recommend reserving positions for small inductors (100nH, 120nH, 220nH, 330nH) to form filters that can suppress high-frequency noise, specifically called out as TDD noise from a nearby mobile phone during calls.

    #JieLi #AC696N #AudioDesign #Analog #PCBDesign #Electronics #OpenHardware #BluetoothAudio

    lnkd.in/gRRab4Vi

  16. The analog section of a Bluetooth audio SoC is where careful design pays off. Notes from the JieLi AC695N/AC696N guide:

    For the DAC outputs, they recommend reserving positions for small inductors (100nH, 120nH, 220nH, 330nH) to form filters that can suppress high-frequency noise, specifically called out as TDD noise from a nearby mobile phone during calls.

    #JieLi #AC696N #AudioDesign #Analog #PCBDesign #Electronics #OpenHardware #BluetoothAudio

    lnkd.in/gRRab4Vi

  17. The analog section of a Bluetooth audio SoC is where careful design pays off. Notes from the JieLi AC695N/AC696N guide:

    For the DAC outputs, they recommend reserving positions for small inductors (100nH, 120nH, 220nH, 330nH) to form filters that can suppress high-frequency noise, specifically called out as TDD noise from a nearby mobile phone during calls.

    #JieLi #AC696N #AudioDesign #Analog #PCBDesign #Electronics #OpenHardware #BluetoothAudio

    lnkd.in/gRRab4Vi

  18. The analog section of a Bluetooth audio SoC is where careful design pays off. Notes from the JieLi AC695N/AC696N guide:

    For the DAC outputs, they recommend reserving positions for small inductors (100nH, 120nH, 220nH, 330nH) to form filters that can suppress high-frequency noise, specifically called out as TDD noise from a nearby mobile phone during calls.

    #JieLi #AC696N #AudioDesign #Analog #PCBDesign #Electronics #OpenHardware #BluetoothAudio

    lnkd.in/gRRab4Vi

  19. For the #electronics and #embedded crowd: a concise summary of the hardware design guide for JieLi AC695N/AC696N Bluetooth audio SoCs.

    It offers crucial DFM advice: you MUST provide test points for the programming pins (USB, power), as the small QFN package necessitates programming after SMT assembly via a USB connection.

    #JieLi #AC696N #HardwareDesign #BluetoothAudio #PCBDesign #CrystalOscillator #OpenHardware

    lnkd.in/g3BHgwXJ

  20. For the #electronics and #embedded crowd: a concise summary of the hardware design guide for JieLi AC695N/AC696N Bluetooth audio SoCs.

    It offers crucial DFM advice: you MUST provide test points for the programming pins (USB, power), as the small QFN package necessitates programming after SMT assembly via a USB connection.

    #JieLi #AC696N #HardwareDesign #BluetoothAudio #PCBDesign #CrystalOscillator #OpenHardware

    lnkd.in/g3BHgwXJ

  21. For the #electronics and #embedded crowd: a concise summary of the hardware design guide for JieLi AC695N/AC696N Bluetooth audio SoCs.

    It offers crucial DFM advice: you MUST provide test points for the programming pins (USB, power), as the small QFN package necessitates programming after SMT assembly via a USB connection.

    #JieLi #AC696N #HardwareDesign #BluetoothAudio #PCBDesign #CrystalOscillator #OpenHardware

    lnkd.in/g3BHgwXJ

  22. For the #electronics and #embedded crowd: a concise summary of the hardware design guide for JieLi AC695N/AC696N Bluetooth audio SoCs.

    It offers crucial DFM advice: you MUST provide test points for the programming pins (USB, power), as the small QFN package necessitates programming after SMT assembly via a USB connection.

    #JieLi #AC696N #HardwareDesign #BluetoothAudio #PCBDesign #CrystalOscillator #OpenHardware

    lnkd.in/g3BHgwXJ

  23. For the #electronics and #embedded crowd: a concise summary of the hardware design guide for JieLi AC695N/AC696N Bluetooth audio SoCs.

    It offers crucial DFM advice: you MUST provide test points for the programming pins (USB, power), as the small QFN package necessitates programming after SMT assembly via a USB connection.

    #JieLi #AC696N #HardwareDesign #BluetoothAudio #PCBDesign #CrystalOscillator #OpenHardware

    lnkd.in/g3BHgwXJ

  24. For developers using JieLi chips: A clear guide on updating the firmware of your JieLi Forced Upgrade Tool hardware.

    Stay updated and ensure seamless development workflows for your embedded projects.

    Full guide: linkedin.com/pulse/jieli-jl-fo

    #JieLi #FirmwareUpdate #EmbeddedSystems #EmbeddedDevelopment #HardwareHacking #IoT #OpenHardware #Electronics

  25. For developers using JieLi chips: A clear guide on updating the firmware of your JieLi Forced Upgrade Tool hardware.

    Stay updated and ensure seamless development workflows for your embedded projects.

    Full guide: linkedin.com/pulse/jieli-jl-fo

    #JieLi #FirmwareUpdate #EmbeddedSystems #EmbeddedDevelopment #HardwareHacking #IoT #OpenHardware #Electronics

  26. For developers using JieLi chips: A clear guide on updating the firmware of your JieLi Forced Upgrade Tool hardware.

    Stay updated and ensure seamless development workflows for your embedded projects.

    Full guide: linkedin.com/pulse/jieli-jl-fo

    #JieLi #FirmwareUpdate #EmbeddedSystems #EmbeddedDevelopment #HardwareHacking #IoT #OpenHardware #Electronics

  27. For developers using JieLi chips: A clear guide on updating the firmware of your JieLi Forced Upgrade Tool hardware.

    Stay updated and ensure seamless development workflows for your embedded projects.

    Full guide: linkedin.com/pulse/jieli-jl-fo

    #JieLi #FirmwareUpdate #EmbeddedSystems #EmbeddedDevelopment #HardwareHacking #IoT #OpenHardware #Electronics

  28. For developers using JieLi chips: A clear guide on updating the firmware of your JieLi Forced Upgrade Tool hardware.

    Stay updated and ensure seamless development workflows for your embedded projects.

    Full guide: linkedin.com/pulse/jieli-jl-fo

    #JieLi #FirmwareUpdate #EmbeddedSystems #EmbeddedDevelopment #HardwareHacking #IoT #OpenHardware #Electronics

  29. For developers working with JieLi microcontrollers, understanding the JL Forced Upgrade Tool 4.0's DIP switch is essential. This manual breakdown covers how to configure communication with a PC (Bit 7), set the default state of the DP/DM pins (Bit 5), and leverage the same pins for multiple protocols.

    A versatile tool for development and production on the JieLi platform.

    #JieLi #JL #EmbeddedSystems #Hardware #FlashProgramming #JTAG #Microcontroller #DIYElectronics

    linkedin.com/pulse/jieli-jl-fo

  30. A clear guide to the LED status indicators on the JieLi Forced Upgrade Tool 4.0. Never guess what your tool is doing again!

    This visual state machine is essential for efficient hardware debugging and firmware upgrade workflows on JieLi platforms. A small detail that makes a big difference in developer experience.

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #Embedded #HardwareDebugging #Firmware #Electronics #Maker #OpensourceHardware #DIYE

  31. Deep dive into the JieLi Forced Upgrade Tool 4.0 upgrade methods! The manual explains two key processes:

    1.Regular Upgrade...
    2.Serial Port Upgrade...

    A clear guide for robust firmware deployment on JieLi platforms.

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #Embedded #FirmwareUpgrade #HardwareHacking #Electronics #Maker

  32. Boost your JieLi development workflow with the new Forced Upgrade Tool 4.0! The manual preview is out, detailing its flexible dual-mode operation.

    The guide also covers LED status descriptions and how to perform remote firmware upgrades on the tool itself. A versatile addition to any embedded engineer's toolkit!

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #EmbeddedSystems #HardwareHacking #Firmware #Debugging #JTAG #Electronics #Maker #OpensourceHardware

  33. Boost your JieLi development workflow with the new Forced Upgrade Tool 4.0! The manual preview is out, detailing its flexible dual-mode operation.

    The guide also covers LED status descriptions and how to perform remote firmware upgrades on the tool itself. A versatile addition to any embedded engineer's toolkit!

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #EmbeddedSystems #HardwareHacking #Firmware #Debugging #JTAG #Electronics #Maker #OpensourceHardware

  34. Boost your JieLi development workflow with the new Forced Upgrade Tool 4.0! The manual preview is out, detailing its flexible dual-mode operation.

    The guide also covers LED status descriptions and how to perform remote firmware upgrades on the tool itself. A versatile addition to any embedded engineer's toolkit!

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #EmbeddedSystems #HardwareHacking #Firmware #Debugging #JTAG #Electronics #Maker #OpensourceHardware

  35. Boost your JieLi development workflow with the new Forced Upgrade Tool 4.0! The manual preview is out, detailing its flexible dual-mode operation.

    The guide also covers LED status descriptions and how to perform remote firmware upgrades on the tool itself. A versatile addition to any embedded engineer's toolkit!

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #EmbeddedSystems #HardwareHacking #Firmware #Debugging #JTAG #Electronics #Maker #OpensourceHardware

  36. Boost your JieLi development workflow with the new Forced Upgrade Tool 4.0! The manual preview is out, detailing its flexible dual-mode operation.

    The guide also covers LED status descriptions and how to perform remote firmware upgrades on the tool itself. A versatile addition to any embedded engineer's toolkit!

    linkedin.com/pulse/jieli-jl-fo

    #JieLi #JLtools #EmbeddedSystems #HardwareHacking #Firmware #Debugging #JTAG #Electronics #Maker #OpensourceHardware

  37. 🧠 Demystifying the JieLi Bluetooth Chip "Key" File! Many engineers find this concept confusing. Our latest blog provides a clear analysis:

    Understanding the Key is key to secure development! #JieLi #Bluetooth #ChipSecurity #EmbeddedSystems #IoT #HardwareDesign #Engineering #ReverseEngineering

    linkedin.com/pulse/analysis-ji

  38. 🔊 Audio file update instructions for JieLi (JL) Bluetooth Test Box

    Update via:
    Method 1: Re-upgrade slave code (master doesn’t need upgrade).
    Method 2: Run AC690x_1T2 Test Box_Slave V1.0.4.exe to generate jl_690x.bin, then update using Method 2 of firmware upgrade.

    linkedin.com/pulse/jieli-jl-bl

    Ideal for embedded developers and hardware engineers! #Bluetooth #EmbeddedSystems #HardwareDesign #JieLi #AC690x #FirmwareUpdate #ElectronicsEngineering

  39. A clear guide to firmware upgrades for the JieLi (JL) AC690x 1-to-2 Bluetooth Test Box. Covers both the convenient PC software method (for boxes on V1.0.1+) and the reliable forced upgrade method using a dedicated tool and Dupont wires for recovery scenarios. Includes vital troubleshooting steps for interpreting the device's status screen post-upgrade.

    linkedin.com/pulse/jieli-jl-bl

    #JieLi #Bluetooth #Firmware #Upgrade #Embedded #Electronics #Hardware #DIY #IoT #Technology

  40. The JieLi (JL) Bluetooth Test Box is a must-have for hardware teams! It supports:
    🔸 Parallel testing of 2 devices (4+ recommended for efficiency)
    🔸 Configurable tests via dip-switch (music playback, call frequency deviation)
    🔸 Clear displays for device name, status (🎵/📞), and real-time frequency data
    🔸 Physical buttons for playback control (pause, skip, volume)

    Ideal for production line validation!

    #Bluetooth #HardwareTesting #EmbeddedEngineering #JieLi

    linkedin.com/pulse/normal-test

  41. New technical breakdown: JL (JieLi) Bluetooth Test Box button functions decoded!

    Essential for developers working with JieLi Bluetooth solutions in
    #EmbeddedSystems and #IoT projects. The intuitive button layout simplifies prototype validation and field testing.

    #BluetoothTechnology #HardwareTesting #WirelessDev #JieLi #EngineeringTools

    linkedin.com/pulse/jl-jieli-bl