Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
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...
A month ago I bought an nRF52840 DK to start creating my own projects with the nRF52840 chip
I have created a new project in Segger Embedded Studio for the nRF52840 DK....
Hi,
is it possible to use the nRF52 dev kit and/or the nRF52 Dongle (nRF52840 Dongle) wiith the dongle firmware without nRFConnect?
Background:
We want to use a nRF52...
AIM: Try ATT MTU Throughput Example on nRF52810 running on S132 v5.1.0
Reason: Cant use S112 on nRF52810 because of data length extension. Max speed achievable is 330 Kbps...
Hi,
I have nRF52832 connected to a device(A) which can operate from 3.3V to 5V supply.
When the device's supply is 3.3V, it communicates with nRF52832.
Before the device...
Hi ,
If the softdevice had inited (called sd_ble_enable() ) , Can I use the NVIC_EnableIRQ (or NVIC_DisableIRQ )
to enable/disable an interrupt ?
What is the difference...
Hi,
I would to know if it is possible to have an interrupt handler on a coming BLE Connection event?
What could be the jitter on this event?
Thanks,
Regards,
Se...
I'm using SDK 15.2 and I'm stuck with trying to use the spi transaction manager to perform a transaction with a variable transmit buffer. Is this possible? It seems like it...
Hi, I am getting very high current consumption ( around 800uA) when we convert Thread DFU client application from FTD to SED.
How I converted thread FTD-DFU client to thread...
On page 143 of the datasheet the following is written, "The input buffer of a GPIO pin can be disconnected from the pin to enable power savings when the pin is not used as...
how to configure S112 for maximum throught put just like ATT_MTU Throughput Example available for other soft device. I tried everything on nRF52810 using S112 and the max...
Hi, I am using PTS 7.0 for Bluetooth profiles testing. The DUT is connected to PC (with Ubuntu and Android AOSP system installed). The Android PTS test instruction indicates...
Hi,
I am having some problems with nrfutil. I encountered the following errors when trying to generate a key. Similar issue was seen when trying to generate a zip file....
Hi,
I have a code word well in nRF52832 used twis1.I transplant it from nRF52832 to 52810.First I enabled twis0,Second, change NRF_DRV_TWIS_INSTANCE to twis0.Then I can...
Hello!
nRF52832, SDK15, SES
I'm working on a project where DFU is activated by receiving a command from the app. I took ble_app_buttonless_dfu as reference.
For starters...
Hi,
I am using SDK14.2, s132, with nRF Connect on Android.
I have used my own implementation of the CTS_C BLE service. The chip is able to detect, and request the...