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...
When I use Windows nRF Connect to connect nRF52832 device. It pop up window for user to enter passkey. But When I use iOS nRF Connect to connect nRF52832 device. It doesn...
I am trying to implement spi in my project and have encountered an issue where the delay from chipselect to sclk is around 10 us which should be as low as 1us according to...
I have been developing my code on NRF52840 based on nrfsdk v1.7. Since keil free version has a limit of 32kb i am moving my code to VS code. VS by default adds 2.0 latest...
Hi,
I'm testing maximum tx throughput.
I'm using ble_app_hrs example and mcu is nRF52832(s132). (sdk : 16.0.0)
The goal is transmit data at 96Kbps.
I read that the...
Dear Members,
We have 2 ANT receivers and 1 ANT Speed Transmitter, (Bicycle Speed Cadence) , Garmin GSC-10,
Is it possible ? Looks like one receiver gets a good value...
Hi,
I am using NCS v2.0.0, VScode with "nrf connect for vscode v2022.7.242".
I can't build any samples with MCUboot, by enable CONFIG_BOOTLOADER_MCUBOOT =y.
The build...
The following error occurs when I plug in the USB cable to burn the firmware,This is an interesting bug: it usually fails on the first burn, but succeeds on the second or...
Hi everyone,
I am new to nRF52833, and trying to learn it with some tutorials. I am following this tutorial.
You can download my "examples" file from here . You should...
Hi,
Can you please provide some sample code for sending data to Tm4C using ble_app_uart in VScode and also tell me which function I need to use for sending some data from...
When I use Windows nRF Connect to connect to nRF52832 device. It pop up window for user to enter passkey. But When I use iOS nRF Connect to connect to nRF52832 device. It...
HI, I am start use NRF52840DK(rev3) to devlopment usb application,but jlink always show this information
I try to use 'nrfjprog --recover' to disable read protection,...
Hello Groups,
I'm trying to send I2C/twi data from nRF52832 using the Nordic development board with nRF Connect SDK 1.9.1.
Based on the sample project ble_app_uart, I...
Hi nordic:
As shown in the figure below, I see that the BLE protocol standard mentions the ScanReq backoff mechanism. Does NORDIC implement it?
jermi.jin
thanks!!...
Hi,
The central_uart sample hardfaults when bt_enable(NULL) is entered. I can use the debugger and step over the first couple lines but stepping over bt_enable causes a...