The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Hi,
I am using nrf52840 with nrfSDK-16.0, Ble5 coded PHY( S=8 ). I am using ESP32S3 as central and nrf52840 as peripheral device. I want to connect to 8 peripherals with...
When I try to program the Thingy:91 in cellular mode, it always gives the message 'Failed to connect to port.' I’ve tried different ports, but I get the same result.
When using the nrf Connect Extension for VS Code, the nRF Connect SDK v2.9.0 and the "at_client Sample" application, flashing the nRF9160 and an actinius icarus board using...
Hello,
I'm working with the Sensor Server example from the nRF5 SDK for Mesh. I've successfully implemented the sensor model with the default publication mechanism that...
Hello,
How to use the nordic android ble library, I have implemented it but only once when on the road can receive data. From the BLE device every minute sends data.
I...
Heyy I working on project where i am planing using XIAO nrf52840 chip am using Ardunio IDE for Rapid development, I was unable to implement wake and sleep functionalities...
On calling `bt_enable`, I find that the program hangs - the function fails to complete.
Enabling logging, it looks like HCI command buffers aren't being properly released...
Hello team,
I successfully migrate from the SDK 2.6.1 to 2.9.0.
Now, I am trying to build the modem_shell sample for the nrf9160DK with nrf9160dk_nrf9160_ns .overlay file...
Hi, I'm using ezurio BL653µ and want to create a custom board in ncs2.8.0 (HWMv2) but i cannot sellect the nRF52833-CJAA variant. What do i do? Do i select another variant...
We are considering to implement ”ASCS/BAP/CAP/CSIP/PACS” as the BLE profile.
Do you have any QDID for this profile certified in SDK 2.3.0? If yes, please provide each of...
Hello,
I am completely new to Nordic eco system. What I basically want to do is make a simple bluetooth mouse using a module and the Connect SDK with the HID sample.
Now...
Hi team,
Linking error for ble_uart
Segger embedded studio - 8.22a.
SDK version - 15.0.0
error -
Building 'ble_app_uart_pca10056_s140' from solution 'ble_app_uart_pca10056_s140...
nRF52832 is used as Central to get data from nRF52820 (Peripheral).
There is no problem when you always communicate, but if you can not communicate due to running out of...
I have a project using ncs 2.7 with the nrf9160. My west manifest file is set up to import all and it takes forever, so I am trying to narrow it down to only what is needed...