uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
HI
I am using VS for the firs time and I am trying to build the project Blinky but when I try to add the blinky folder to applications to build I get
: Element with id...
Hi ,
I followed the DFU-OTA tutorial(DFU over Bluetooth) given below for nrf52833dvk. and it is successfully completed. Now the query is , once we shared the bin file from...
Dear,
I need to use nRF5_SDK_17.0.2_d674dde for nRF52833.
I saw the release note, it says it need SES v4.5.
But when I use SES v4.5 to download or debug.
The computer...
Hi,
My goal is to generate a GPIO or GPIOTE interrupt and inside the ISR sample 8-bits from GPIO.
I tried modifying two sample projects to achieve this, the NRFX and...
Hi Sir,
We reference example "/nrf/samples/bluetooth/hci_uart" and test on nRF52833.
Now we want to set the Tx power by sending appropriate HCI commands from the host...
When I get the first error in UART, the receiving of new characters stops (the transmittion continue working)
and I didn't find any solution to make RX (receiving characters...
Hello
I'm about to update from NRF SDK v1.8 to NRF SDK v1.9.1. We build our firmware for both NRF9160 but also for QEMU_X86 (simulation build). I noticed that since the...
Hello, simple question regarding k_sleep(), to simplify, I've modified button example from Zephyr adding a k_sleep in button_pressed function, the k_sleep it's not working...
The Problem is occurring when I am trying to build any example project in the /examples/crypto/nrf_crypto
Here I am trying to build the /examples/crypto/nrf_crypto/test_app...
I am a newbee to nrf 52840..I saw lot of documents and got confused on where to start ..indly guide me on this
we are trying nrf52840 dev kit as we are using nrf52840 in...
Hi, Nordic
Recently, I'm experimenting with the queue library.
I found some strange problems:
1. When the data types of my data structure members are not unique, using...
Hi Nordic HW support team,
In our product we have an analog input that can vary in a large range, e.g. from 0V to 1.2V.
In order to have a good resolution in the SAADC...
We are currently evaluating using the nRF52840 device in conjunction with an MCP2515 to provide CAN to the microcontroller. I have updated both the device tree overlay and...
I am so happy the latest command line tools finally support the Apple M1 chip natively. Thanks again!
Now I was updating our production scripts to python3 and the latest...