I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hello! I`m developing custom board with NRF52832-QFAA on board and need to use serial bootloader. As in example (secure_dfu_ble_s132_pca10040), I`ve implemented it on board...
Peripheral doesn't have any user interface that can be used for pairing and bonding but I want for my application is that the peripheral gets paired or bonded to the central...
I want to make one mesh beacon as a node of mesh network.
If one mesh beacon is a node of mesh network, I want the beacon broadcast the messages which in mesh network to...
I build some test project in Zephyr examples folder. (ncs\v1.5.1\zephyr\samples\basic\ND_test).
In additional I did some changes in the Zephyr project in drivers and added...
I have recntly purchased a Nordic Semiconductors nrf52840 development board. I am having issues with the J Link OB MSD. When connected to LINUX Ubuntu 20.04 LTS which is running...
Hi,
I am working on a bootloader that can do DFU for my nrf52840 DK. Currently, when the bootloader goes into DFU mode, it obtains the init packet via UART. Then, after...
Hi,
I'm trying to add the secure BLE bootloader(non debug, modified to run with S113, SDK 17.0.2) on a custom board with a nRF52810. I tried to DFU my main application(APP...
i working nrf52832 sdk 16 in that i want to use two uart?
actually nrf52832 have only one hardware interfced UART.but i try to implement two UART1 and UART2 in same program...
Hello,
I am working on an nRF52840 with S140SD chip.
I am currently using the RTT as a backend for logs. I tried adding the Flashlog backend in order to save the logs...
I'm developing with nRF52811 but firmware is developed for nRF52810.
I think there is no difference between them and that firmware should work well.
But SPIS doesn't work...
THis may have an obvious answer to an experienced embedded programmer but I do not qualify to be that. So I have a piece of working code that runs on the nRF52840 DK and it...
Can you use/link both nfc T4T and T2T libraries and wrapper/driver source in same application/build?
I don't mean emulating both modes at the same time.
Thanks.
To the kind attention of Nordic support team,
I have been using nRF ble sniffer successfully, it is a great tool. But I have some troubles when it comes to use it for ble...
Hi there!
I am placing variables in the ".non_init" section so that their values are retained across software resets. This works great if I only use an App + Soft Device...