Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...