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...
I've installed Visual Studio Code and nrfutil and nRF Connect and J-Link and managed to compile Blinky and flash the Thingy:91 X using the terminal:
./nrfutil device program...
Dear all,
I’m working on a project using the nRF9151-DK and need to implement frequent data transmission via LTE. My setup includes multiple I2C sensors, and I want to send...
Hi everyone,
I am getting this build error while I am trying to call a function from gpio.h in my custom code
Looking at my includes I see this
This is a really...
Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hi,
I'm using an nRF52810 on a custom board and I'm using softdevice s112_nrf52_7.2.0_softdevice.hex.
I want to write some information (just 4 bytes) to flash memory,...
Hi!
I'm trying to decipher the MPSL FEM API documentation and I'm adding code to a bare metal project to initialize the simple gpio interface FEM config.
I'm running ...
Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...
I used SDK v2.6.2 with the nRF7002 DK kit.i used mcu boot secondary with external flash.
I was able to perform OTA using the nRF Connect app, but after resetting the DK...
Hi,nordic team
I am programming with ncs v2.9.0,nrf52833
And i am doing central multilink whick should support max 6 peripheral devices connected.Now it can connect to...
Hi:
I purchased the nRF5340 Audio DK and used NCS 2.5.0. After flashing the unicast_audio_client example (zephyr/samples/bluetooth/unicast_audio_client), it failed to run...
Our project is built wit NRF Connect SDK 2.9.0. For the UART we use nrfx_uarte library directly.
RX works perfectly, but TX is working only in blocking mode. If I call ...
Hi,
I designed a custom NRF52832 board and need to connect it to an ESP32 board. I soldered five boards for testing and also have an NRF devkit.
However, the ESP32 only...