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 am trying to understand the design of the battery monitoring circuit of the Thingy52. I have few quiries:
1) The source resistor of the resistor divider network...
Probably, I am having a problem with finding the proper query phrase.
I have a sensor (Hall-type sensor) that generates pulses, and I need to count the total number of pulses...
Hello,
I am using
nordic nrf52 SDK version : v15.2.0
Freertos version : V10.0.1
The system has hardware timer which runs at 6.4KHz. For every 1.6 KHz, from timercallback...
Hi
AfterI updated the nrf_Connect v2.02 IOS version. I found that disconnect will happen when key in the bonding code "123456".
And my code never has this issus with previous...
Hello to all,
I am using nRF52840 DK with SDK15.0 and SES. To communicate with MS5540C I have used SPI master sample example but getting some incorrect results.
Almost...
I get a lot of error after just adding usbd source code into makefile. error: unknown type name 'NRF_USBD_Type', error: 'USBD_INTEN_ENDISOIN_Msk' undeclared here (not in a...
Hi, I am new to Nordic. We are using NRF51822 chip with S120 version of softdevice. Recently we made few changes in SDK code running on nRF51 controller chip. Is there any...
Hi, I'm using the 15.3 SDK ble_app_beacon example and want to add scan response data.
I've found some examples in the devzone, but not matching the example code in this...
Hello,
I'm currently using the nRF52840 DK and i need some help. On the other hand, i have BLE ela identifiers/sensors : elainnovation.com/bluetooth-low-energy.html
My...
I have nRF52832 running ble_app_rscs as a server, sending notification to the client every hour. I know that the client can read the values also by sending bt_gatt_read to...
dear Devzone
A disconnect error 0x22 occurred.
I know that error 0x22 is LMP_RESPONSE_TIMEOUT / LL_RESPONSE_TIMEOUT.
However, the location of the error and the reason...
I am using nRF52832 with SDK 15.2.0 for my application. The application is created taking ble_app_uart example as the base. I have modified the example to suit my requirements...
Dear,
I am working with thingy:91, v1.0.0, and running asset_tracker, I got fix location from GPS, but I am not so happy with these positions from thingy:91, sometimes the...
It seems that when I call nrf_inbuilt_key_exists() to determine if a certificate already exists, it causes a subsequent nrf_inbuilt_key_write() call to either fail or succeed...
Hi,
We are using a custom board based on nRF 52840, trying to transfer data to external QSPI flash(GD2QC).
Flash was successfully initialized and exchanged chunks of data...