pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
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...
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...
Hello,
I am trying to program my NRF52840 chip with the Secure Bootloader UART project, in addition to the BLE App UART project as mentioned in the title. So far, having...
I am trying to work with Bme680 with I2C communication i can read every value but i cant read air quality value its always at 806516 value and does not change . I thing configirations...