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 wanted to use the nrfx_clock driver in my program, but it breaks OpenThread. I don't get any errors messages but the device can't connect to a network created with another...
Hi all,
I have no experience on Nordic products. I have struggled with this issue for several days. My goal is communication between nrf9160 and nrf52840 through UART. In...
Hi there,
I'm new to the Nordic devices, and thinking to start out using Zephyr, targeting the recently announced nRF5340. So I was reading the ncs 1.2.0 release notes and...
Hello,
I would like to know if it's possible to save the internal memory of the nRF52 to the computer in order to be able to reflash it in case it's necessary. I guess it...
Hello everyone,
I am trying to evaluate the multiprotocol capabilities of the nrf modules and am having issues compiling the 'ble_thread_dyn_coap_srv_eddystone' example...
Hi,
I am using NRF52832 in a custom board with SDK 15.3 and trying to implement the secure uart bootloader. I am able to download applications via uart bootloader however...
I am testing the PCA10059 nrf52840 dongle and I am trying to get the peripherial_uart sample code to work.
Programming is successful and the dongle is showing up on my phone...
Hi.
I'm using nRF52832 with MPU9250 IMU sensor to gather accelerometer, gyroscope data for mobility.
MPU9250 sensor is connected to nRF52832 via I2C line.
When...
I have read that choosing shorter connection interval reduces the communication latency at the cost of increased power consumption.
But shorter connection interval will...
I am scanning for advertisements and in scan_evt_handler() in the case NRF_BLE_SCAN_EVT_NOT_FOUND, I am printing the packet received using NRF_LOG_INFO().
I have also implemented...
Hi,
I would like to connect two external SPI flashes to the QSPI interface on my nRF52840. I see that there's only a single CSN pin that can be configured. Is it possible...
Hello,
I'm currently working on creating a custom characteristic so that my client can read a set of data from the server.
My intention is to have a server gather information...
Hi,
How do I measure the length of the created advertisement buffer? I want to add two UUIDs in the packet and the device is resetting. I guess the length is the issue...
Hi,
Is there any kind of dependency tree for the libraries and drivers of the SDK (NRF5)?
I have been searching the Infocenter documentation but I haven't found anything...
Hi,
I am using the TWI scanner example from the sdk15. Board is NRF52840. I have a differential pressure sensor connected to the TWI input pins on the nordic board and am...