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 have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need...
Nordic released nRF52811 to support BLE5.1 direction finding. But how to find external IC that related antennas supporting direction finding? If you have specific external...
I am using the nRF51422 board with the SDK 11
I am trying to build the following example: ble_app_hrs_adc_battery_measurement.
repository: https://github.com/NordicPlayground...
I am using the nRF51422 board with the SDK 11. I am trying to build the ble_app_hrs_adc_battery_measurement from the NordicPlayground/nrf51-ADC-examples repository. The README...
Hello,
is it possible to alter examples from the SDK 15.0.0 to force a BLE 4.2 connection, even if both devices are are compatible with BLE 5?
I konw that BLE 5 is backwards...
Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each...
Hi,
I tried looking over the docs but I could not find anything specific to my question, which bytes in the NRF_FICR->INFO.VARIANT contain the hardware version ID? e.g....
Hi
I am using nrf52840 Ble_App_Beacon() for advertising Beacon. so, i want to consume my power more down for battery life.I expect the nrf to go to sleep mode after advertising...
Hi
Could nRF52840 - USB Audio run on Android system?
We tested it on Samsung and ASUS Android phone then got it fail.
Please give me a comment.
Thanks.
BR
Atl...
I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300,...
I am trying to set the Memory protection bit and PinReset configuration with OpenOCD. I have applied the NRF52 patch (outlined here: devzone.nordicsemi.com/.../ )
I am...
Hi
I wrote the SoftDevice(s132_nrf52_6_1_0_softdevice.hex) with nRF go in the following procedure.
Erase terget.
Writting the SD
In the Log area, it is indicated...
Hello,
I have just got a brand new PPK board, and would like to use it with an external J-Link. As far as I could tell by reading the documentation , this scenario is not...
I am working on the nRF52840 DK and nRF52 SDK 15.2.
I can run the USB CDC ACM example and the USB Audio example successfully.
Is there a way to create BOTH devices at...
My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an...