We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi all,
I'm wondering if there is a sample code that implements FOTA (would be great if it's from AWS S3 bucket) for nrf9160dk. This was the closest thing I was able to...
Hello,
I have the Power Profiler Kit II and nRF52840DK (development kit). I was able to get these working together so I can source the power from the PPK and see the realtime...
I have an existing application that calls nrf_mesh_init to initialize the mesh stack.
In the Zephyr world this maps to bt_mesh_init
But I could not find a Zephyr equivalent...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Dear DevZone:
I am working with the nRF9160-DK board and I am interested in implementing a GPS tracking system but I have some doubts.
1. Does Zephyr have any previous...
How do the licenses affect the possible usage of the SDK in company products?
At least:these:
* SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic * SPDX-License...
Hello there,
I am trying to find the datasheet from the device NRF31502A but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Hello,
I'm having an issue with setting up the I2C communications on the nRF9160. When trying to compile a program with an I2C bus but even when I attempt to compile the...
Hi,
does any of the readers here have some good idea, as how to give the plenty of nordic eval boards on the desktop some kind of housing, to protect them from short cuts...
Hi,
1. we are referring the example code for the BLE how the pairing is happening and where this ( passkey_display ,cancel ,pairing_complete ,pairing_failed ) callbacks...
Good day, I would like to confirm the following points regarding the nRF9160 and nRF5340: nRF9160 1. The modem firmware binary is programmed through the SWD and not a UART...
Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi...
Hey,
I am trying to add DFU support to my application.
In my case, I copied the code from the NRF SDK 15.3 DFU secure_bootloader example for pca10040_ble and included...