Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
i used pca10040_debug of bootloader_secure of nRF5_SDK_14.1.0_1dda907.
i created the key by myself.
Bootloader and zip file used the same key.
My device is in DfuTarg...
I'm using an NRF51 w/ S130 operated directly from a coin cell battery. I use the ADC with a voltage divider to successfully measure analog voltages. One of the challenges...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
NRF52832 reference design BOM did not specify the voltage rating of capacitors. What is the recommended voltage rating of capacitors?
For 32 MHz Crystal Oscillator, specified...
I'm trying to use the TWI talking to a I2C device (LED driver TLC59116). I have some working arduino code which I have converted to use on my nRF52 custom board. I'm using...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hello Community,
I have a peripheral device which is transmitting the data through custom battery, accelerometer and temperature services.
Now I need to receive that...
Hi everybody !!
i m working in a project with NRF52 SDK 11, i need a help, i want to create a funtion that working with RTC to count a tick and to convert it into time then...
Hi ,
I want to create a periodic task which has to run every 10 seconds, how can I create such a task?should I use threads for it? And which clock source does the task...
Hi I use nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch for test;
if one nrf51 dk board work as client and one nrf51 dk board work as server, or one nrf52 dk...
Hi,
I'm using FDS instead of pstorage.
FDS version is SDK13.0.0.
fds_record_update sometimes always returns FDS_ERR_NO_SPACE_IN_FLASH though I call fds_gc after it gets...
Hi,
we have developed a board that is using the nRF24LE1 chip. For test purposes I do want to toggle every possible pin. My first step is to develop this simple test code...
Hi all,
I am on the DK-52 with the SDK 13.0.0.
After erasing the device, I follow this steps:
upload the softdevice
nrfjprog --reset --program s132_nrf52_4...
Hi Forums,
I work 51822 custom board.
I try to add Buttonless DFU so I test the "experimental_ble_app_buttonless_dfu" compile is good.
But flash to the board can...
I am building a Bluetooth Mesh network with multiple types of devices.
The provisioner is now capable of provisioning and configuring multiple instances of Device A but i...