I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
My nRF52 device is an asset tracker and does not have a comm port. I have been looking at a BLE dongle setup for manufacturing test but the results are not repeatable with...
HI,
Nordic part used is nRF51822.
Is there any way to increase signal strength of BLE tx?
I see some parameters in advertising_init function for advdata.p_tx_power_level...
Hi all
According to chapter 50.2 of the nRF52832 product specification V1.2, the pins used for the UART peripheral should be configured before in the GPIO peripheral to...
why most of the examples of sdk 12's sdk config file has different options?
I'm trying to build an application that has Central and Peripheral Role application (and it...
Hi,
I have noticed the new preview DK for NRF82840 is now available, and the new chip is running the new BLE5 spec. My understanding on the BLE v5 is the higher data rate...
Dear Team,
We are facing an issue in nrf51822. We are compiling same project on different system in log file we got certain differences such as
System Licence
...
How to change Peripheral Role to Central Role without having concurrent Role?
I know S130 Can have 8 Concurrent Role as Central, Peripheral, Observer, Broadcaster.
But...
Hellow i am starting with nrf51, and reading nAN-36_v1.1x.pdf doucument
about using use a button to sent a signal through ble.
the BLE hellow world.
but I cant find the...
I'm trying to program 500 raw (not populated on boards) Taiyo Yuden EYSGJNZWY modules, which uses the nRF51882 chipset.
Does anybody know where I can get a fixture to do...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
Long story short, I need to create a packed struct.
I knew the pragma way, to change aligment, didn't work.
I looked up and found the __packed (I'm using Keil µVision...
Hi,
I am planning two have the following network:
1 central communicating with 3 peripherals
One of the peripherals will be a smart device (iOS or Android). What...
Using SDK 12.2, I have compiled the secure bootloader successfully, tweaking the sdk_config and Makefile to use RTT for logging and turning on logging, and using the "_debug...
Configuration: Nordic PPK, PCA10040, PC10028 & PCA63511. Current consumption is relatively high on nRF52 vs nRF51; nRF51 is configured with SDK 10.0 and nRF52 with SDK 12...