CSR8675 - some question.
Hello. Thanks for this forum - a lot of useful information! :)I have some question about settings for CSR8675. I have ADK4.2 + PSTool.
Where I can find this setup:
1) How many users can be connected to CSR8675? Where I can find this information? ADK or PSTool?
2) How to clean list of user in CSR8675?
3) Its possible to get information from CSR8675 who is connected? Via SPI? (CSR8675 connected to LCD and print "connected to: "name" " ?
Have a good day!
Regards
本帖最后由 fmancylee 于 2019-11-27 17:10 编辑
Hi there,1).ADK4.2 under the path you can find out the configuration tool.Try to use configuration tool link 8675 device. Follow this:(left side) Bluetooth->Pairing(right side) PDL Size (set this)If PDL = 3 then can coneect 3 users.Default normal is 8.---------About question 2).In the configuration tool (left side)"Interface" you can set the "User Event", Use buttonmapping to send out "Reset Paired Device list" event. --------- Question 3).It’s possible to display. But you have coding yourself.About where can get data, after you setup LCD and play normal, you can message me.
By the way, if is use qcc51XX chip, the LED function default can display "Connected" or "Charging" or other...
FYR.
本帖最后由 wrt503 于 2019-11-28 00:34 编辑
Thanks a lot.
1) Done, its 8, but maximum? I can find this information in some datasheet?
2) I can see this, number 34; Logical input IDs set to "0" , Vreg turn on, mask 3FFE, button timing "VVLONG". but how it work, how to apply this event? In tab user interfaces/buttons/translation table I see, that logical input ID "0" == PIO 0, same as for Play/Pause. So I need to press "VVLONG" button on PIO 0 , but how to identify how should I need to press button:a) rising?
b) double vs repeat ? not same?? double click = 1x press + 1x press also repeat = 1x press + 1x press?
c) falling?
d) sh single?
e) long rel?
f) vlong rel?
g) vvlong?
h) vvlong rel?
i) tripple = 3x press?
3) Yes, of course it need code. But:
a) can it be done with only CSR8675 + LCD for example some OLED
b) should I use external microprocessor like Arduino with AVR , arduicno connected via i2c / spi ?
Regards
"LED function default can display "Connected" or "Charging" or other"
yes, but I would like to display full name of connected device on display. Something simillar is in new cars :) "additional feature"
页:
[1]