Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...