Attached draft Manuel with new command and config. IOT747 Support
Hello,
Could-you please explain the scenario with a Diagram and also a UART log?
IOT747 Support
Hi Loris,
Are you streaming 4 Mono Audio Streams? And each subgroup is listening to one of the Audio Streams? Something like: https://www.iot747.com/aiovg_videos/idc777-auracast-4-different-streams-at-the-same-time/?
We have not tested this configuration. But normally, it should work. So if you do Announce, the BIG (all subgroups) has priority and it might work. What do you observe? Please send your UART LOGs.
IOT747 Support
Hi Loris,
I think the Announcement is a flag for all the subgroups but I will check when the engineer is back from the holidays.
That send, you know that you can use the SEND ‘subgroup1-P’ for example (or any character) and this is received by all the receivers as (Subgroup1-P). Then your host can pause the A2DP and play the Auracast. So you could completely control the links with any of of the receivers. But that would require more work on your processor.
IOT747 Support
Hello,
I’m sorry for the delay. I think the mistake is PROFILES=ON 0 1 1 1 1 1 1. This is probably causing the Panic, because you can either be a transmitter or a receiver but not both.
Try with SET PROFILES-ON 0 1 0 1 1 1 1 for Tx or SET PROFILES=ON 1 0 1 0 1 1 1 for Rx.
IOT747 Support
Hi Guido,
There is a typo in the document t. It should be like the below:
: (Phonebook entry)
Any other value will return the Main phonebook folder.
Also, we do receive inputs on the iPhone for all values. We use the commadn pb_pull 1c 1 2 20 0 85 (We saw that you forgot one parameter in your text PB_PULL 1C 1 30 0 85 but it was maybe a typo). Please note that yo uhave to allow to Synch Contacts on the iPhone, Otherwise, it returns nothing. See picture below. Also, we gave some UART examples below.
IOT747 Support
pb_pull 1c 1 1 1 0 85
PENDING
PB_PULL 1C 93 BEGIN:VCARD
VERSION:3.0
FN:My Number
N:My Number
TEL;TYPE=CELL:+447966144719
END:VCARD
OK
pb_pull 1c 1 2 1 0 85
PENDING
PB_PULL 1C 133 BEGIN:VCARD
VERSION:3.0
FN:Af
N:;Af
TEL;TYPE=CELL:+44 7709 029906
X-IRMC-CALL-DATETIME;RECEIVED:20260504T153612
END:VCARD
OK
pb_pull 1c 1 3 1 0 85
PENDING
PB_PULL 1C 131 BEGIN:VCARD
VERSION:3.0
FN:Af
N:;Af
TEL;TYPE=CELL:+44 7709 029906
X-IRMC-CALL-DATETIME;DIALED:20260505T084253
END:VCARD
OK
pb_pull 1c 1 4 1 0 85
PENDING
PB_PULL 1C 129 BEGIN:VCARD
VERSION:3.0
FN:Af
N:;Af
TEL;TYPE=CELL:+447709029906
X-IRMC-CALL-DATETIME;MISSED:20260503T195822
END:VCARD
OK
pb_pull 1c 1 5 1 0 85
PENDING
PB_PULL 1C 131 BEGIN:VCARD
VERSION:3.0
FN:Af
N:;Af
TEL;TYPE=CELL:+44 7709 029906
X-IRMC-CALL-DATETIME;DIALED:20260505T084253
END:VCARD
OK
Spam
SPam
Spam
spam
spam
spam
SPam
spam
Thanks. Yes, the server was down and is back up
spam
Hi,
This is not implemented yet. It will be implemented in the future.
But if you have a Host, there is a workaround:
1) You send from the App the command (For example XXXX). The IDC777 will send tot he host RECV 14 XXXX.
2) Then from your host you send on the UART the command XXXXX and the IDC777 can execute it.
IOT747 Support