I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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...
Hi,
I am using nRF52832 development kit to connect to STM32L4 via UART. I flashed ser_s13 2 _uart binary to nRF board and porting the STML0 nRF driver package from here...
Hello Nordic team!
We are developing system on nrf52832 chip. Let me describe our system a little bit.
It is constructed out of the soft device 332, main application...
Hi
We are using nrf mesh Android code from GitHub and trying to get shared secret during the Provisioning Public Key PDU Process.
We are getting following error -(We are...
Dear friends,
I am not sure if it's the right platform to be asking this question but I thought this would be the place where I would find like-minded individuals. I am...
In the nRF SDK 15.2, I am using the function idle_state_handle() which has a macro NRF_LOG_PROCESS() which is defined in another header file as NRF_LOG_INTERNAL_PROCESS()...
Hi all,
We've been trying to transfer data from 52840 custome board to android device via USB.
52840 device could be detected after connection but it cannot be accessed...
Hi,
I am looking for usb connect and disconnect events to be able to trigger some behaviors in our product.
I don't find any API for that, like subscribing via a callback...
Dear Members,
I tried to compile :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_broadcast\tx\main.c
I got this error :
..\..\..\..\..\..\..\components\libraries\util...
Dear Members,
I want to port a code from :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_async_transmitter\main.c
to be used with PCA10056 ?
Any ideas ? thanks
Hi,
I have following questions
1. How to define the limit for number of bonding information stored in internal ROM of nrf52832?
2. We want to verify the bonding functionality...
Hi Sir
We have a project with nRF5340,
Coz our product will be a smart watch, we will need to re-programming our product after full assemble in production line,
So,...
Hi all
We observed a strange behaviour with mcuboot / bootutil in our nrf9160 based project.
The bootloader log messages showed that something with the primary image is...
I run the ./nrf/samples/bluetooth/peripheral_uart example on 52840DK and connect to it using the nRF Toolbox UART section.
The connection works and I can send messages to...