NEW IoT Sensor Development Kit !
Check out the new IoT Sensor Development Kit !
Check out the new IoT Sensor Development Kit !
Hi,
I need to implement test mode I/F for FCC RF cerification of DA14583 on our b/d.
I'm looking for HCI vendor specific command ref. documentation and test mode design guide if available about DA14583.
Could you please help to find them?
Thanks.
Josh Yoon
Hello,
I am using DA14583 usb kit.
I am able to control D9(White LED) and D10(Red LED) using hw_gpio_set_pin_function(). But RGB led pins donot having gpio port and pin configuration. How should i control RGB led.
https://krogerfeedback.nlhttps://talktosonic.onlhttps://talktowendys.viphttps://whataburgersurvey.onl
thanks
jackyjoy
Hi
I have been working with DA14583 using SDK 5.0.4 and I want to upgrade to DA14585 with SDK 6.0.14.1114, my concern is:
1- Can I port my software application to DA14585 with SDK 6.0.14.1114 without any changes/ problems?
2- what are the challenges and changes I have to do during this process(upgrading)?
thanks in advance
Dear Dialog Semiconductor,
I have reached to the point that i think your DA14583 is not suitabe for development. You in many topics ask people why you use it and suggest your other processors like DA14531, DA14585, DA14586 to use. I think that DA14583 and SDK5.0.4 is not reasonable for development as your documentation and support is limited.
Any way i wish you help me to change my mind specially that i have asked here before and didn't get the solution.
使用da14585根据下面PDF方法测试:
SDK:6.0.14.114
第一步:进入扩展睡眠
设置static const sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;
第二步:广播间隔
static const struct advertise_configuration user_adv_conf = {
.addr_src = APP_CFG_ADDR_SRC(USER_CFG_ADDRESS_MODE),
Hi,
We are seeing a problem when trying to read the ADC on the DA14583
We are applying 2100mv to the input, however, this is not working as expected.
The setup is as follows:
Attenuator is enabled (GPC_ADC_ATTN3X)
Single ended is enabled (GPC_ADC_SE)
We read a value of 323 ADC Counts
So in theory, the following calculation should work, however, the value is 1000mV low:
mV = ((1200.0 / 1023.0) * 323) * 3.0 = 1136mV
Please advise,
Thanks,
Nigel
Hello Dialog,
I have DA14583 and i need to get the name of the connected device.
i didn't find any info about BLE, so any help please.
thanks in advance
Hi,
I bought SmartBond DA14583 IoT Sensor Dongle and am testing it.
I ran into the problem around changing the acceleration range, and found the following topic.
Then I followed the instruction in the above link, and change the source code.
However, I cannot figure out how to apply it to the device.
Hi All,
I am developing a device using DA14583 and which is powered up with 2xAAA cells.
I had gone through a battery driver available in the SDK example, an example is for coin cell and AAA cells.
My question is do I just need to include this battery driver file in my application and read the values? Or Do I need to connect ADC pins for the same?
Thanks and Regards
Rohit R