Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
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...