We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
Hi I'm trying to load a custom board with nrf9160 with the Serial LTE Modem, and route the AT commands to the UART from a coprocessor (ESP32C3) I have followed the guide on...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
Hello Team,
I have flashed the bap_unicast_server bluetooth sample on my nRF5340 Audio DK. No build or flash errors. When I connect to my phone it connects properly. I'm...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
I am developing some firmware using SDK 8.1 where power consumption is absolutely critical. The firmware will make a ble connection between the central and peripheral device...
I'm facing a strange problem that I don't really understand:
I'm using 51822 (s130) on a custom board to communicate with iPhone 5S. The parameter that is able to establish...
In multi-link central app, after BLE_GAP_EVT_CONNECTED event, BLE_LBS_C_EVT_DISCOVERY_COMPLETE is called NRF_SDH_BLE_CENTRAL_LINK_COUNT number of times.
So For example...
Hi,
I use the original "nRF5_SDK_14.2\examples\ble_peripheral\ble_app_uart" no any modification, in Keil the .hex file size is 71k while it is 153k in SES.
My questions...
I am working on SDK V10.0.0 because I need S310 softdevice.
I like SEGGER_RTT I used in SDK V11 and V12.
But I got the Error in the subject line.
I had to uncheck use_microlib...
Hi,
I build below sample in SES and receive an error for:
Compiling ‘nrf_log_backend_serial.c’
can't open '...nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral...
Hi!
There are many questions about flash memory already.
But I could not find the question I wanted.
I want to save scan data to flash memory.
However, when you...
As a peripheral,S130 can work ok,but when I add a central role, there is a error at central start to connect a peripheral. err_code = sd_ble_gap_connect(&addr,&m_scan_param...
When a peripheral advertises on one of the three advertising channels, does it listen for a short duration on that channel (as implemented by the Softdevice?) And then repeat...
Hello.
I am measuring the current of nRF52832 using Power Profiler Kit(PPK).
I used the following case with PPK setting.
infocenter.nordicsemi.com/index.jsp
At...
Hello Folks,
I am using PCA 10056 Eval board. I am using SPIM0 to connect 5 slave sensors. The Chip select is done by the UART Tx pin. So If I send 0x01 over UARt then...
Review_4Jan.zip
Hello All,
Please review the attached revised schematic and give your valuable feedback.
Please find below queries:
In case you want to know the...
Hii everybody,
I want to do ble pairing(nrf 52832 development board) with android phone. after searching on nordic devzone how to pair device i found that pairing mechanism...