Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...