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...
Hello,
I have issue that after firmware update in DFU mode through BLE device does not reset. If i test updating firmware for 10 to 20 times then 4 to 5 times it does not...
Hi team,
I was wondering if we have worked with any libraries to parse NMEA strings from the GPS on the nRF9160. I don't think we have this as part of NCS, correct? Are...
Hi, ret_val=app_timer_start(m_Reboot_id, APP_TIMER_TICKS(2*1000, APP_TIMER_PRESCALER), NULL); NRF_LOG_INFO("Test"); after app_timer_start it not self restarted or executed...
Hi everybody. nWP033 shows antenna tuner examples mentioning ATU but not giving any direction to which device/manufacturer.. I have just found 32CK417R and 32CK301R from Cavendish...
Hello,
I'm struggling understanding how DFU works on nRF52840.
I know I can update the firmware via the Connector application, but I'm trying to use the nrfutil over command...
Hi all,
I am using Thread SDK3.1 and running successfull with MQTT-SN example (Border Router + 1 MQTT public + 1 MQTT subscribe)
Now, I want to change MQTT broker from...
Hi,
I am programming for an nRF52840 chip. I am using Keil uVision with the ARM compiler in version 5. My codebase is in C++, this is why I have the Misc control "--cpp...
Hi
I am currently using a nRF52833 DK. I am working with the direction finding feature of the nRF52833 DK. I have managed to send and receive CTE packets and I am getting...
The link given still points to the windows executable when selecting macOS or Linux on https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop...
I have CONFIG_GPIO_AS_PINRESET defined in my project (both bootloader DFU and main program), so pin 21 is setup as hardware reset.
I would like to disable this function...
Is it possible to use one of the development kits to simulate a cell phone so that I can test my device's bluetooth pairing, connecting, and communication?
I know I can...
hello, I'm working on the nrf52832 and sdk15.0.0 , I made my first custom perihperal with custom services, and now i want the device to be connected only to the first device...
I just got my developer Kit and follow the instructions in https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs -> GET STARTED
when...
1. Is there any document available from Nordic that describes the exact steps to measure power consumption in PSM mode with the Dev Kit? Also, is there a test firmware available...