I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
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 making something about dfu!
i read some message from "readme.txt"
such as :
Program initial SoftDevice
Make sure the device is cleared (nrfjprog --eraseall...
I have trying my best to find the url of ''nrf51_sdk_v6_0_0_43681.msi',but there is nothing i got, i need some help.
Do you know somthing about it? thanks!
Edit: One...
Hi,
We're using the SPI to communicate with a device that, when powered up, supports only up to 3Mbps SPI frequency , but after a while can work with higher frequencies....
Hi,
We have a customer requirement that he want to setup the ANCS service bypass pairing. It looks TI CC2541 could do so as below URL. Do you think it could be done from...
Hi. We're looking at nordic modules for a range of new miniaturized health sensors.
Does anyone know how to compute the current consumption of a BLE module given the data...
Hi!
I've quite wired problem with PWM based on NRF_TIMER.
When I modify CC value to adjust current value to desired value slowly (function is fired from outside event...
I have written application similar to ble_app_temp (posted by Ole Morten) and during the test I noticed that current consumption is extremly high. I used brand new coin battery...
I have writable characteristic on the server. As far as I understood there are at least two ways to access to its value: one using ble_evt_t and BLE_GATTS_EVT_WRITE another...
Hello,
i have seen here a extended version of Spi-Master driver:
devzone.nordicsemi.com/.../a00006.html
With funktions like:
-spi_master_send_recv();
spi_master_get_state...
I'm using the reference design for the WLCSP nRF51822 package, and I noticed that there are 2 pins (G3 and G4) that are listed as N.C. (No Connection) in the product specification...
Hi,
I am upgrading SDK from 5.2.0 to 6.0.0 working with SoftDevice 7 and I am facing a problem in relation with ANCS.
When I am pairing the phone (IOS 7) the first time...
Hi.
I have been trying to store data in flash by using pstorage.
What's the difference between pstorage_store and pstorage_update?
At the first time, I can save data...