I developed a BLE application for the nRF52832 using NCS v3.0.0. The application runs correctly when flashed to the nRF52 DK.
However, when flashing the same application...
Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hi, I tried to migrate my project from nRF Connect SDK v2.5.3 to v2.9.0, switching to sysbuild and creating my own board definition instead of using a overlay file.
I decided...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hi All,
I need to certificate the nrf52 to Fcc. I understood that the radio test is very useful.
I try to clarify what the code permit to do, because i want to adapt it...
I must create an application for nrf5 dk with s132 v3.0.0 sd. In this application a device must implement heart rate service client, while continously trasmitting a reference...
Dear Nordic Engineer,
I need to work on nRF52, my Macbook Air has OSX Yosemite 10.10.5 - I can run "make" or "nrfjprog" only if I copied libjlinkarm.dylib into the same...
Hi
I am presently working on MPU92/65 sensor interfacing with TWI/I2C.
i am using nRF51822 EK with soft device s130_nRF51_2.0.0(id:0x0080) and nRF5 SDK v12.2.0 and keil...
using
nrfjprog --rbp all
and got a success
and using
nrfjprog --readuicr
got unavaible
but if using j-flash and read whole chip, it's able to be readback...
it...
I am trying to figure out how/if I can program the softdevice hex from keil? I know I can just use nRF studio however its annoying sometimes....I also noticed I cannot rebuild...
I'm using an nrf52dk (pca10040) to develop an mqtt subscriber application.
I'm using the IoT softdevice, with the IoT 0.9.0 sdk example for subscriber as a starting point...
Hi,
I want to know in general about the UUID that we add in to GATT files.
Basically, I want to know that there are different UUIDs for different applications heart...
Hello everyone,
I successfully implemented the static key to access a characteristic now I want the user to udpate the passkey through another characteristic (which is also...
Hello, with a little research, I now decided that this is the general but incomplete (which is why I'm asking the question) step :
Immediately look up SP register, if the...
Hello,
we developed a custom board using the nRF52832. We are having problems communicating with the mma8652fc accelerometer using I2C. We also have a Rigado BMD-200 EVAL...
Problem : After successful compilation of ble_proximity example in SDK 12 version
Ble is not showing up in Android device
How ever If I load pre compile file in example...
What is the difference between the GAP Device Name and the Complete Local Name in an advertising or scan response packet? Can the two be different?
We have a requirement...
Is it possible to support both LE Secure Connections Just Works pairing and Legacy Just Works pairing in a single device?
My concern at the moment is that if I require...