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...
What are the guaranteed state of the IO lines (configured ax I2c) when in system off mode? Specifically I want another device to be on the bus acting as a master while nRF52832...
For RED certification of our product, using the nRF51822, we need to provide documentation about "Block diagram showing antenna, radio receiver and transmitter parts as well...
Hi,
May I ask a simple question about an example how does it generate its own advertising address, such as the "ble_app_hrs" example? I mean where I can find device address...
Hi,nordic:
At this topic: devzone.nordicsemi.com/.../
I know that notify is 100% safe in LL.Before that,i know in bluetooth core4.2 LL has SN and NESN field to guarantee...
Hi, guys.
I noticed that in *nRF5_SDK_14.2.0_17b948a\external* micro-ecc **, something changes.
That nrf52_armgcc / nrf52_iar / nrf52_keil now is nrf52hf_armgcc / nrf52hf_iar...
I download the android source code, Android-nRF-Toolbox-master, from " github.com/.../Android-nRF-Toolbox" .
Compile with AndroidStudio v3.0, it said that "Unable to resolve...
Hi, I have a DFU unsecured zip file(for application), and I lost the original application .hex file.
Is there any way I can transform .zip back to .hex?
Sincerely,
...
Hi there,
I'm developing some proprietary RF application recently with nRF52. In this application, the radio frequency (tx and rx) is changed very often(every 3ms) by calling...
Hi,
When creating and adding characteristic to service, what is the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
I am able to send data upto 20 bytes by connecting to an external BLE device. How do I send data greater than 20 bytes. I have read that we have to either fragment the data...
main.c
We have interfaced 4 pins of touch screen to nRF52DK pins P0.04, P0.05,P0.06, P0.07 and pulled the pin P0.04 high to detect the touch by configuring the pin to sense...
i successfully generated sound using pwm and piezo buzzer
while(/*while event occurs*/)
{
for (uint8_t i = 0; i < 50; ++i)
{
value = (i < 20) ? (i * 5) : (100 -...
Hi,
Please find the attachment of code. maincode.rtf
I am using nrf52832 SDK11 s132v2.0.1. I have modified the ble_app_hrs_rscs_relay code and its main code is attached...