Hi there,
We have an Icarus IoT board, which uses an nRF9160 SiP. I am trying to get the nRF Cloud Multi Service sample to work. I am getting the following errors:
mqtt_connect...
I have a custom board that uses nrf52832 and I would like to add FOTA support using Bluetooth.
When I build the code using the nrf Connect inside VS code, it creates a DFU...
Hello,
Both nRF5340 and nRF7002 list minimum storage temperature of -40C. We would like to understand what environmental testing has been done to reach this storage range...
Hi,
I am developing an application with LTE-M connectivity to nRF Cloud. Our previous SIM apparently supported auto-APN provisioning, we did not have to set the APN, the...
In our application we using nrd5340-nrf7002, application flow is wakeup->wifi connect->NTP time get->TCP server connect->wifi shutdown->idle->wakeup..... We are encountering...
Hi
I am developing an application where I need to update the BD address for advertising after each disconnection and on reboot. I know Zephyr stack has the API bt_id_reset...
I am trying to send a variety of AT commands to my module and it looks like I am missing something or the documentation is not up to date for some of these:
If I try to...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...
Hi
I've a reproducable behavior i'm not able to explain. I'm using the softdevice S110 6.0 on a nRF51822.
The firmware implements some BLE profiles and uses TWI Master...
Is there a way to map external memory (SPI connected) to force the app to start execution from there ?
If not feasable , there is a way to transfer the execution from internal...
I have a 51422 board design and I just got Ant-FS working with our firmware so I can now download data from an external SPI flash to a desktop application.
I want to be...
Hello:
I am using NRF51822 to design somethings. And I want to use interrupt send method instead of polling send method.
NRF51822's UART0 provides TXDRDY interrupt. After...
Hi,
I have tested the nRF Toolbox proximity application using nrf51822 evaluation kit and with nexus4 smartphone it is working fine. Now my question is, is it possible to...
Hi
I am trying to overcome the problem that I have confronted, I have no buttons to delete bonds. So instead of deleteing this is what I did.
I modified the bondmanager...
I am developing hid_mouse . When I connect Android once and ubond hid_mouse I must set bluetooth off and on again to connect ble device otherwise it will connect again to...
Hi,
I am trying to set a value in the NRF_POWER->GPREGRET when softdevice is running, but it doesn't work. I don't get any error, but the value is always 3 and not 1 like...
Hi,
i took the example in AN36 (with the led but deleted the button stuff) and added the Battery Level service. Both are working fine together. On top of that I took the...
I have a development dongle PCA10000 , PCA10001 board and nRF pebble.
My aim is to come up with a project where one of these devices
a) would advertise,
b) the other...