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, we are developing an application using USB with NRF52840. We want to connect to the PMID of our battery charger, which will have either USB voltage or battery voltage...
We are using nRF52832 on original PCB board.
We are trying ADC at single-end input, 10 bit resolution, reference voltage is internal 0.6, gain is 3.
We are using regulator...
I would like to update my advertising data on the fly but actually it doesn't work. Many many posts talk about this behaviour, but no working answers .
Before SDK15, we...
Hello there!
My project use comparator, timer capture and pwm to measure capacity of line.
The purpose is to encounter open circuit condition. So this does not require...
I'm trying to use an iPhone as gateway for nrf Cloud. The user is "Verified" and the "Gateway Name" is the same in the app as the only gateway I have in the nrf Cloud. But...
Hello all,
We check the custom board with nrf52840(BL654) , but it's hang PC and devices when connect the PC.
When the hang on my pc , we checked windows system event...
I'm using SDK 15.0.0 on nRF52832_xxaa.
I'm currently using RTC1 as a low frequency timer to keep track of time elapsed while my device is sleeping. This works well and I...
Hi,
I modified the UART example to work on different pins i.e. pin 17 and 15 on custom board. When I use printf() to print logs, it works. If I use the NRF LOG to print...
Hello,
I am trying to build a small voltage stimulating probe for a research project I am doing. I was going to originally use the Rigado BMD-350 which includes the nRF52832...
Hello,
I am trying to connect my nRF52 DK to my phone (apologies not desktop) and perform a DFU OTA via the nRF Connect app. I'm using SD132 6.1.1, and uploaded the secure...
Hi,
I am using NRF52832 with softdevice s112 and SDK 15.3. I have 20 bytes of data which I want to retain in RAM during system off. I use the following code so that the...
It happens on a new board. It is possible that an HW problem occurs (Xtall), but how to debug it? How to know if Xtall correctly runs? The same code runs correctly on another...
hi ... i am using nRF52832 ,i want to save the battery so i am planning to use system off mode . how to wake up the device from system off mode using threshold value or either...
Hi,
I'm using the "pc-ble-driver-js" to implement a central on PC, trying to send a file through a Write w/o Response characteristic to a device. It's OK for a small file...
Hi ,
I am trying to merging 2 application hex files for example : usbd_pca10056.hex and ble_app_hts_pca10056_s140.hex using mergehex tool.
I could merge the hex files...