Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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 am testing simple code on various project on my custom board. I have 4 Leds on custom board.
for (int i=0;i<50;i++) { nrf_gpio_cfg_output(i); }
I have LED connected...
Hi, We are attempting moving our BLE security from mitm to lesc+mitm, and have a few questions on the matter:
Is it "good practice" to change the security of the characteristics...
Hi,
I have developed a device with a smartphone controller. I can transmit and receive commands to the device using the ble_app_uart instance. I want to send data from device...
Hi Friends,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
This previous case is an example of what i am trying to do.Reconfifure the radio parameters.
Using example code does not work for me. the DUT has other aspects that need...
Hi Nordic,
1.I am running (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) but i need to change baud rate within program
2. I Can Change my baud rate using overlay...
Hi All,
I modified ble_app_uart_c code to create multiple central connections instead of single central connection.
Here I am facing problem, once my central device...
Hi all
For the nRF52832, there existed diagrams for "GPIO drive strength vs Voltage" and "Max sink current vs Voltage" in the product specification (PS V1.8, figure 25 ...
Hi, as the title states, we are exploring the possibility of building a product that utilises dynamic multiprotocol to be a BLE Peripheral as well as a Thread SSED concurrently...
Compiling nrf_dfu_ble.c I get several errors:
unknown type name 'nrf_dfu_observer_t'
'ble_dfu_transport_init' undeclared here (not in a function); did you mean 'nrf_dfu_transports_init...
I am working on a 52840 platform DFU bootloader.
I get linker errors I cant seem to fix:
undefined reference to `crc32_compute',
Bootloader/nrf_bootloader_info.o:C:...
Hi Team!
Does release 2.1 of the SDK address the issue raised in the below ticket with LWM2M implementation?
I have made the necessary changes to Asset Tracker v2 application...
I am looking at adding BLE to an existing design. The product uses an ARM micro, and currently has SPI and I2C available at daughterboard connectors. I am trying to understand...
Hello, guys.
I am using nRF Connect SDK, version 1.4.2 and nRF52840DK. I wonder what would be the way to print floating numbers during debug phase?
According to this thread...
Using the latest nRF_Connect_SDK
How can we set a udp/dtls socket, peer connect timeout for this call:
If there is no way to set a timeout for the call itself, is there...