Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi,
I want to run the experimental_ble_app_uart application on our custom nRF51822 board.
However, I could not find a proper bootloader to start the application. Is...
Where can I find an example of using device manager? The SDK doesn't have anything. I am using S110 7.1.0 and SDK 6.1.0 on nrf51822. I am having lots of problems with iOS...
I try to use Android studio to build nRF Beacon project,but it didn't work ,and there are several error .
the error is
Error:(50, 35) No resource found that matches...
Hallo,
I try to use the s310 timeslot API. I open a "session" and then request a timeslot:
check( sd_radio_session_open( nrf_radio_signal_callback ) );
request_radio_slot...
I am trying to implement the pulse counting mentioned in a previous post of the same name, but the code is eluding me. I am using the heart rate service example with new code...
Hello,
I want to implement a firmware update over ble for my application and the SoftDevice 130. Which would be the correct boatloader.hex that I should use? I am working...
Hi,
I am using softdevice-7 and SDK 6.1 for our application.
If I connect using a passkey, first 「BLE_GAP_EVT_SEC_PARAMS_REQUEST」 event occurs, then the 「BLE_GAP_EVT_PASSKEY_DISPLAY...
I have a mature design with several hundred units built using QFAAE0 silicon. Code works. Hardware works. FCC is happy.
I'm considering migration to V3 silicon and maybe...
Hi....
I have PCA10028 DK and i want to make a profile that works both as central and peripheral. As a part of this i tried running S130 demo app found in S130_softdevice...
I need to remember the CCCD's of some service, e.g. service changed. A CCCD is according to spec 2 bytes long. The method to do this is by using sd_ble_gatts_sys_attr_get...
Not sure why but my time is only firing at 250Hz with the prescaler set to 0. Not sure why. Shouldn't it be going at 16Mhz at these settings? (Running on the PCA10028 Board...
Hi,
I am using device as ble-Peripheral SDK nRF51_SDK_7.2.0_cf547b5 and softdevice
version :s110_nrf51822_7.1.0_softdevice.
problem : I am receiving data on Nordic...
I'm trying to use the internal temperature sensor of the nRF51 to know the die temperature. Its accuracy is specced as +/- 4 degC, even +/- 8 degC at the extremes. Does anyone...