Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
After that one of Zephyr's configuration files was modified (CMakeLists.txt, *.overlay, prj.conf).
How the SES project can be updated in additional to option "Open nRF Connect...
I'm trying to use the board support package (BSP) through a keil software pack, starting from the dfu_dual_bank_ble_s110_pca10028 example. I thought it would be more or less...
Hello, I have installed (multiple times) the nRF connect SDK via the manual installation guide but I still seem to be unable to open any project.
I have tried on MacOS and...
Hello,
We are currently using SDK v17.0.2 with NRF52840, driving a display with SPIM3. We are able to successfully communicate with our display and command it to render...
Hello. I'm designing a board with NRF52832 connected to SGTL5000 via I2S. I'm planning to use the driver found in the Nordic Playground here...
https://github.com/NordicPlayground...
Hello,
Before going into detail, the question is: Is there is any chance that NAND flash will be supported (via QSPI or SPI) by the nRF5 sdk in the future ?
My question...
I made all of the functions using nrf52832, s132. Now I want to reduce the current consumption.
So, I tried changing the slave latency. It was confirmed that the current...
When I combine BLE_APP_UART + BLE_APP_UART_c apps in last step "ble_nus_data_send" return error 4 from BLE_APP_UART part in multirole mode
BLE_APP_UART_c send without problem...
Hi,
I am working on having my device to perform a dfu over spi. I have been able to get through the init packet initialization and transfer, however, I am getting an error...
If my device only acts as a peripheral, does it need to respond to BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST events? In other words, is BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST a...
Hello,
I added bonding to my BLE central device so I can re-establish known connections very fast. The bonding of the devices works fine but additionally I would like the...
Hi all,
I am using ncs version 1.5.0 and dk version 0.15.0.
I would like to rely on the CC310 piece of hardware to perform some cryptographic computation.
However, I...
Hello.
I have a question about setting MAC address.
For now, my device uses random static address from FICR.
And I also use "bt_set_id_addr()" function for test purpose...
Hello
I'm having some issues setting up monitor mode debugging with the nrf connect sdk v1.4.99.
I've roughly followed the steps outlined in this guide , the exact steps...