Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
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, I'm migraing our project to the latest NRF5 SDK v15.0.0 (S132 v6.0.0). We were previously on v12.2.0 (S132 v3.0.0) using the BLE DFU Bootloader. I've modified our bootloader...
Hello.
I try to modify ligh_switch_demo to switch state of 4 servers. I prepared 4 custom boards (server), one client and one provisioner. Provisioning was successful. I...
Dear All,
I am using "Scheduler" module as mentioned in this tutorial Scheduler Tutorial .
I have one question. My scheduler tasks are using some SD functions which require...
Hi!
This is a general question about the Bluetooth Mesh standard and a request for some hints to your implementation.
Scenario: Say you have a remote control device...
Hi
I'm really excited about Bluetooth 5 and Mesh Networking, but I'm not sure what DK to get.
I want to make Sensor Network for Building Automation. So I can read every...
I'd like to add some application-specific data for each peer that the Peer Manager handles. I've looked at pm_peer_data_app_store(), which uses pm_peer_data_store(). However...
Hi
As title, many customers interested in Zigbee protocol complained SDK Zigbee had not supported KEIL or SES but IAR.
It will cause their R&D loading for using multi...
Dear all:
I would like to add the health model to PyACI (`interactive_pyaci.py`),from the SDK 2.0.1 we can know that there is two model in the script:
1. config.py
2...
Does any of smartphone chips supported Bluetooth 5 long range (coded phy) nowadays. For example snapdragon 630, 660, 835, 845 or mediatecs. If it does, how can you understand...
Hey guys,
I'm trying to use the ADC device driver in SDK 15 (saadc seems to always use an event handler and thus require interrupts, right?). It won't compile since there...
I am using sdk which is mesh 1.0.1
How to detect the number of nodes in the mesh network, just like adding or missing?
The light_swtich example The values of m_provisioned_devices...
I'm trying to setup a basic program for my NRF52DK to send SAADC values on pin0 of the board over Bluetooth to the nordic android app by updating characteristic values. I...
Hi
In the serial secure bootloader example (SDK 13.0), RAM region end address is defined as:
define symbol __ICFEDIT_region_RAM_end__ = 0x2000ff7f;
What are the last...