I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
I am using SDK 17 currently and nrf52840. I have read through the Q&As in the Dev zone and have not found the exact answer. So it might be a good idea to ask here
I understand...
I have set up a Beacon with nrf52840 and SDK 17. The Beacon signal is transmitted in 10s interval. The Beacon transmitter does not need to receive any response data. The default...
I was working on a modified version of Asset Tracker on thingy91.
Everything was working fine during the development and I almost finished the task needed and then I thought...
Hi,
could you please advise us on how to set a static MAC address for the nRF52 series? We haven't been able to find it in the documentation. And it seems that default is...
I have TWI sensor comms running fine in Zephyr on nrf52840_dk and separately Bluetooth controller in low latency mode using S140 softdevice also running fine in Zephyr on...
In SDK For Mesh 4.1.0 the Light LC/CTL/Lightness models were added. The problem with this addition is that another flash page is reserved for the models metadata and possible...
Hello,
I am trying to send something by my own via UARTE0. This is only for testing/learning purposes:
This is what I see:
[00:00:00.000,000] <info> app: enable...
Hi,
Can I control warm light as well as cool light using the CTL+LC server example provided in the Mesh SDK v4.2? Or does it support only warm light?
Moreover do we...
This is my log
Loading solution asset_tracker.emProject Executing load commands cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/Workspace/nRF9160/ncs/zephyr/boards...
Hi,
Currently I am setting up my work environment. I have a simple Zephyr project running on our custom board with the nRF52840, so a modified example and a custom board...
Hi Folks,
I am currently working on a BLE configuration composed of two NRF52840 chips. One is configured as central and the other as peripheral and use coded phy (long...
While I am going to pair with my android 9 Asus mobile phone with SDK 17 nRF52840. It in my mobile showing "Pairing rejected by Nordic_HRM". After that I have added a some...
Dear community,
I am trying to implement a custom service, however I am struggling because many example codes are for PCA10040, Softdevice S132 and/or for older SDK's. I...