I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, All,
I saw the options for S2 and S8 in conn.h of ncs, but i don't know how to use it.
And I want to test the relevant data and differences between S=2 and S=8 broadcasting...
Hi Team
In nRF5340 Product Specification v1.1 page 117. The CACHEDATA is mapping as secure. But it have trust zone ID 252. So I have below questions
Does cache only...
This is a strange problem. 10% of our production boards fail outdoors within tens of seconds and will not fail after tens of minutes if indoors . The rest of our production...
Hello,
is there some existing example for nRF52840 DK, that would allow setting my own custom HID descriptor? e.g. "Telephony page (0x0B)" or a custom vendor-specific HID...
Hello,
I'm building a project for a nRF5340 and i need to use the mesh_stack.h library to reset device mesh configuration however every time i try to include it i get...
tutorial followed: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial
I have followed the above...
Hi,
Now, I have a provisioner (based on the provisioner example of the mesh sdk) and I want to unprovision a specific device.
I have tried to use "config_client_node_reset...
Hi,
I have three nRF52840 DKs
I am trying to connect two of them as peripheral devices( that implement the ble_app_uart example)
to the third nRF52840 central device...
Hi guys new to the Nordic family of devices, but can the thingy91 provisioned on a third party cloud platform other than the nrfCloud? Also can I use a different sim-card...
While migrating to the latest nRF5 SDK (17.0.2) and nRF for Mesh SDK (5.0.0) , I've noticed that they ship with Softdevice 7.2.0 .
The latest s132 Softevice available for...
Hi,
I understand that scan request allows the broadcaster to send additional advertising data. Does it send the additional data via data channels? Is it related to secondary...
SEGGER ver 5.50d
nRF52840
I'm trying to find a way how to use the STL library with GCC compiler. I know that SEGGER is not fully supported STL library (a basic stl library...
Hi,
We are developing a solution using nRF52 and nPM1100 using nRF5 SDK 17.x? I was wondering if there is a software library already written for the nPM1100?
Thank you...
Is it possible to change the smartbasic firmware? and if I want to return to that firmware how can I doit?, and last one, if I use de nordic SDK with the DVK BL654, does it...
Optimization level is set to "Debug". Tried to change it to one of the Levels, however then firmware does not run at all. Debugging Level is set to Level 3.
Can it be other...