I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
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,
nRF5SDk16.0, Softdevice v.7.0.1, device nRF52840.
We using manufacturer specific information in the advertisement data. Here are the set values:
The data is...
We have a PCB production with bug where AC13 (P0.18) accidently has a via shortenede to GND plane on internal layer. Thus nRESET is stuck low and cannot be pulled high without...
Hi,
I modified the LBS service to experiment sending more than a byte of data.
On the peripheral side, modified from ble_peripheral/ble_app_blinky
typedef struct { uint8_t...
I'm using visual code for my development. I've tested a basic hello world app, this works fine so c/cpp is correctly installed.
I'm now testing a basic app, but I'm getting...
Hi Team,
For our development we are using the nRF52840 soc, We need the some example code or some project which will explains the Usage of RSA algorithm and supported API...
Hello,
I am looking at the ble_app_buttonless_dfu/main.c
This implementation is initializing the queued write module. Is this required now for DFU operation? We currently...
Hello,
For some reason whenever I try to pip install pc-ble-driver it will only ever install version 0.11.4. This causes a problem since I need the nrfutil library and the...
I sent some nRF9160 prototypes down to a CTIA certified test lab in North Carolina to do carrier TRP and TIS testing. When they add their test sims they seem to be unable...
Dear Sir,
I am new in embedded.
I start work on nrf9160.
I have to acquisition periodically through mqtt protocol, a data, with total space of approximately 30 kb, and...
I have installed SEGGER Embedded Studio for ncs sdk. I have installed everything else required to use NCS sdk.
From the command line at ncs/zephyr, I can successfully run...
Does Nordic recommend a specific version of SES? Should I just download the latest version direct from Segger or do I need a special version of SES to have full compatibility...
Hi Guys,
I was able to connect a second uart to the evaluation board and receive over uart.
however I didnt find an example of how transmit a buffer over uart.
is there...
Hi, we have a product that we want to update with new fuctionality, We use latest S110 for NRF51822 and would like to have more than 2 ppi groups useable.
In what scenarios...
Hello folks I have been struggling for some time with the driver for the MCP23S17 in Zephyr. I have already tried this code: https://devzone.nordicsemi.com/f/nordic-q-a/64024...