the eventual goal would be to make my own boards with this chip as it seems to be available, or another if i need.
JL SoC. 杰理芯片
Сообщений 1481 страница 1500 из 1559
Поделиться14822025-02-25 20:52:08
Are the AT commands specific to the program, or are they generic?
Поделиться14832025-02-27 10:43:17
Hello, everyone! Can anyone contribute to making a port for Jieli microchips? I believe it's possible since I've already written minimal code to boot the chip. The MicroPython firmware only takes up 60KB, plus 40KB for the SDK files. However, I don't yet have the knowledge to port it without the SDK, as the SDK conflicts with MicroPython, making it unoptimized.
Поделиться14842025-03-03 17:33:59
Hi, Ive done alot of reading here, great work. I purchase modules from amazon that work well for my application, I would like to add and change a few things to them.
The chip is an AC6955F4. Id like to change the ssid name, have an input to mute, and an output that a device is connected or better that a song is playing. Im pretty sure
mute is possible, but havent found the latter.
Hello, as a rule, not all SDKs implement external amplifier control. But it is quite simple to implement.
All SDKs have the DAC_MUTE function, it refers to the built-in DAC, and it can be modified by linking the GPIO to it.
- Подпись автора
By Admin
Поделиться14852025-03-03 17:35:54
Are the AT commands specific to the program, or are they generic?
Specific to the program.
- Подпись автора
By Admin
Поделиться14862025-03-03 17:37:37
Hello, everyone! Can anyone contribute to making a port for Jieli microchips? I believe it's possible since I've already written minimal code to boot the chip. The MicroPython firmware only takes up 60KB, plus 40KB for the SDK files. However, I don't yet have the knowledge to port it without the SDK, as the SDK conflicts with MicroPython, making it unoptimized.
Hi. U need r/w registers.
- Подпись автора
By Admin
Поделиться14872025-03-04 10:20:36
Hello, thanks for the support. I was able to finally get the keys and get into the chip, I am trying to compile my own with the sdk, however I am stucked. I read the instructions and I am trying to find a way to resize it to make it compatible for the AC6969a chip. any help?
Поделиться14882025-03-04 18:05:55
Hi, thanks for the support. I finally managed to get the keys and get into the chip, I'm trying to compile my own using the SDK, however I'm stuck. I've read the instructions and am trying to find a way to resize it to make it compatible with the AC6969a chip. Any help?
Hi!
Do you mean AC6969a2?
If so, you have 256KB flash.
1 - Need to disable all other audio decoders/encoders. Only SBC and MP3 (and wtg if using prompt sounds)
2 - Disable all other features like BLE/BT/RCSP_app background and more in the SDK.
3 - Need to check and configure prompt voices. What type and weight used.
The chip has 256KB flash. But in fact it is about 220k (because + bootloader and cfg)
All this information you can find in orig sdk. And in sdk there is this DOC - AC696N_2M_flash配置说明, here about lib for 2M (256k) flash.
- Подпись автора
By Admin
Поделиться14892025-03-05 11:28:19
Hi!
Do you mean AC6969a 2 ?
If so, you have 256KB flash.
1 - Need to disable all other audio decoders/encoders. Only SBC and MP3 (and wtg if using prompt sounds)
2 - Disable all other features like BLE/BT/RCSP_app background and more in the SDK.
3 - Need to check and configure prompt voices. What type and weight used.
The chip has 256KB flash. But in fact it is about 220k (because + bootloader and cfg)
All this information you can find in orig sdk. And in sdk there is this DOC - AC696N_2M_flash配置说明, here about lib for 2M (256k) flash.
thanks for the answer, i translated the doc and inserted the library, is this the file where I can disable all the above settings? apps\soundbox\board\br25\board_ac696x_demo\board_ac696x_demo_cfg.h.
Thanks in advance
Поделиться14902025-03-05 14:53:24
apps\soundbox\board\br25\board_ac696x_demo\board_ac696x_demo_cfg.h.
Right. And Choise that config in "board_config.h"
I make simple step by step instruction for 695/696 here Усилитель 2.1 на TPA3116 и bluetooth на AC6955F.
- Подпись автора
By Admin
Поделиться14912025-03-07 07:53:51
Right. And Choose that config in "board_config.h"
I make simple step by step instructions for 695/696 here Amplifier 2.1 on TPA3116 and bluetooth on AC6955F.
thanks I will look into it.
Поделиться14922025-03-07 07:58:40
The problem I'm having with the AC696X SDK is that the volume is too low. In the original firmware, the sound is loud even at the lowest volume on my phone
Поделиться14932025-03-07 09:18:55
Right. And Choose that config in "board_config.h"
I make simple step by step instructions for 695/696 here Amplifier 2.1 on TPA3116 and bluetooth on AC6955F.
I followed your advise I was able to resize it but it ask for a license at the end any help on that?
Отредактировано gtech (2025-03-07 09:20:19)
Поделиться14942025-03-08 17:09:18
hi! lots of useful information on here, thank you! Привіт! Тут багато корисної інформації, дякую!
Поделиться14952025-03-08 19:35:04
joygi
Yep, welcome!
- Подпись автора
By Admin
Поделиться14962025-03-08 19:35:24
gtech
Don't need license.
- Подпись автора
By Admin
Поделиться14972025-03-09 14:08:08
gtech
Don't need license.
Thanks, finally was able to upload the compiled firmware, i followed the 696 optimization instructions but the chip is showing in the blutooth list but does not connect.
Поделиться14982025-03-10 20:05:16
in code blocks, when rebuilding i get alot of warnings and 2 errors. mostly "not defined, evaluates to zero". Not having any luck finding a solution. Any ideas?
Поделиться14992025-03-11 03:15:20
Can u show the screenshot?
- Подпись автора
By Admin