Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
hi,
i have kept RAM block 0 and RAM block 1 on in OFF mode by calling "sd_power_ramon_set(0xf000f)" before entering off mode ,i saw the value of RAMON register is 0x00030003...
I'm using nRF51822 SoC . I wanna read and write from the flash memory . Shall I use a specific configuration before using read and write functions provided from S110 softDevice...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED??
please someone...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION??
please...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_CONNECTION_TIMEOUT?
please someone give...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION?
please...
Hi all,
I am choosing a oscillator and my choice was a 16MHz stability +-9ppm, tolerance +-10ppm, 9pF
my FAE gave me the hint to use a 32MHz which is stability +-20ppm,...
Hi,
I have my BLE services arranged in different .c files. If I change anything in these files and compile (using Keil uVision 5) and load the program, it seems like the...
What is the designed (/actual/required due to the specification) behaviour of the Bluetooth stack S110 when notification packets are queued and the CCCD controlling the attribute...
I am looking into using Internal RC instead of External Oscillator (with softdevice on).
The function ser_app_hal_hw_init() uses Xtal clock source by default.
...
Hi, everyone. What is the meaning of datasheet "section 8.5.7 Antenna matching network requirements"->15+j85 ?
Whether is that we can caluate the 50o with the data?
bonjour , j'ai essayé de communiquer deux pca10028 en utilisant l'exemples " transmitter_pca10028 et receive_pca10028 " mais l'experience a echoué je sais pas pourquoi sachant...
Hello,
I'm testing current time service client example on SDK 8.0.0 with iOS.
After connected the devices, iOS show confirmation to pairing.
When I canceled this or...
After enabling and starting the watchdog timer (RR0), how can it be disabled?
This following code does not work :
NRF_WDT->RREN &= ~(1 << WDT_RREN_RR0_Pos);
Neither...