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...
I wonder if there is any way to program DK without physically owning it. Is there is any kind of simulator? Namely, we are in the process of developing for one startup, so...
nRF52832, SDK15, s132
When I have event PM_EVT_BONDED_PEER_CONNECTED, should I call
for secure connection? Or it secure connect will call automaticly from SD? Because...
Application Summary: My application is a mesh node that also implements a BLE central (to periodically connect to a BLE peripheral) and acts as a mesh relay with custom mesh...
Hello,
I'm trying to get an idea of the level of security provided by various security features described in the nRF52840 specification and several of the application notes...
Hi!
I'm currently setting up the nRF9160 dev kit for development and are having some trouble with "building" the asset tracking application.
Building ‘zephyr/include...
Hi All,
I am doing a Mesh development project with nRF52840 and a custom board. SDK version: nrf5SDKforMeshv320 Testing Example: light_switch
I had changed the port/pin...
The goal is that we can update the firmware version with the smartphone or tablet without having
need to go through the development tools
(cable, IDE, ...)
if so, how can...
Hi,
In our firmware we're writing the entire contents of our UPDATE.BIN file successfully with flash_img_buffered_write's, but after boot_request_upgrade and a sys_reboot...
When my Nordic device is running my custom BLE application I notice that the device address is 0xC4318DBD687C. When device is running the bootloader service the device address...
Hi Nordic,
As far as I can see, there is BLE_NUS_CONFIG_LOG_ENABLED defined for ble_nus in sdk_config.h. However, I cannot find the similar BLE_NUS_C_CONFIG_LOG_ENABLED...
Hi, can we use a manufacturer name of our own for the usb in nrf52840?
We know that we can still use the Nordic Semiconductor's usb vendor in a commercial product.
Best...
Hi, Can I use nRF24LE1-F16Q24-DK without nRFgo Starter Kit? If yes please suggest me programmer to program nRF24LE1 by Keil IDE. by referring documentation I found its support...
Hi
SDK v15.2.0 SD 6.1.1
I have managed to send out "Connectable, Non-Scannable" extended adverts with some AD packets as payload. On a frontline sniffer as per the file...
I am developing a HID keyboard based on an nRF51822.
The firmware source available here:
https://github.com/martonmiklos/ble_keyboard_fw
(It is based on the ble_sdk_app_hids_mouse...