Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
Hi
I am working with a custom board with nrf52832 with only 32Mhz external crystal. My application is working in the nrf52832 development kit but when I use the custom board...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
hi,
i am doing a project where i have to merge nrf mesh light switch server with mesh dfu example. i am using nrf mesh sdk v1.0.0 and nrf52832 mcu.
i have merged two programs...
I want to disable logging (which is working OK). In my app.config.h I have set the following:
#undef NRF_LOG_ENABLED
#define NRF_LOG_BACKEND_SERIAL_USES_UART 0
#define...
Desired behavior:
After a long press of the button, my desired behavior is to erase bonds and advertise and let another central pair and bond to the device.
After a normal...
Simultaneously, as a way of a parallel bus, using an extra one as a input clock, and save the byte in easydma, without CPU intervention?
Either in the nRF52832 or nRF52840...
Are there any options today that include Sub GHz, Bluetooth, and LTE for Mesh Networks??
I am thinking of a Gateway with multiple sensors communicating through Sub 1Ghz...
Hello,
We are trying to evaluate the HomeKit SDK with our nRF52832 BLE modules. The "Lock(static)" sample application doesn't work with Apple 'Home' App on iPhone 8+. The...
I'm currently evaluating different platforms, that run on the nrf52832 soc, like Nordic Semiconductors own firmware, as well as Zephyr, myNewt and mBed. As you guys from ...
Dear sirs
Good evening !
I´m using the RF24.h library in order to develop a system that comunicates in peer-to-peer mode.
When I transmit 3 bytes towards a receiver...
I'm hoping someone can tell me if I'm on the right track. Do I understand correctly that on an nrf51, the LPCOMP can be configured to wake the processor on an analog input...
Hello,
I was wondering how is calcualted or read on the Thingy firmware the variable w for the quaternion used in the Gyroscope readings.
Looking into m_motion.c in the...
The power data of lfclk is measured under the same hardware and software conditions. When we used two model chips, we found a difference of 1 microamps for the value of the...
hi, I am trying to make buttonless dfu working, but I am not sure how to do that. I am using SDK 14.2.0 with nrf52832. right now, the ble dfu example works. and I found in...
hi
i am using nrf52 dk with MPU 9255 as slave.which pin number of nrf52 dk should i use for 4 wire as SDA, ADO, SCL, NCS.In the attached file ,it is given as p0.20(MOSI...
I'm developing custom PCB with the nRF52832, and I would like to use the ITM for debugging. I don't have a J-trace or equivalent hardware, so everything will have to be done...
I was reading the tutorial :
https://devzone.nordicsemi.com/b/blog/posts/bluetooth-smart-and-the-nordics-softdevices-part-1
it says about how a ble device can advertise...