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...
Hi,
I have read this ticket which discusses Qi protection to the NFC
I also wanted to better understand if i can protect the circuit with ESD/TVS diode.
It is more ...
Hi all
We are reviewing the homekit HAP function in zephry-based nrf52840 and nrf5340.
It's a rough question, but how much will the binary size increase if the function...
I have a finished product (a very simple wireless remote control with a button) based on two nRF52832 chips and I need to determine whether the communication between the two...
Hello,
I would like to change the default format of a custom characteristic to be a string format. The new characteristic is 8 characters long. This is the code;
Neither...
Hi,
I would like to read a large data file from SD card and send over BLE from my device to an Android smartphone. I have adapted the ble_app_uart example into my program...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I am considering adding the following bootloader to my project. nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader...
I'm trying to distinguish disconnect reasons for debugging purposes. I've been able to glean that
BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION means that my device initiated...
We use a gpio to control the system power. This gpio need to be kept high when system is running. If doing a soft reset, this gpio will be low. System will power off directly...
Hello,
I am having an issue with Zephyr, it constantly reboots the system because of stack overflow.
Sometimes in these faults, it says "Fault during interrupt handling...
I am trying to use RTC to get timestamp (to get current time). So, I am using FreeRTOS which uses RTC1 by default, libuarte which uses RTC2 and I am not using softdevice as...
I am trying to program my Thingy:53 with the Edge Impulse precompiled application firmware which I downloaded from the nordic website. The nrf Programmer Desktop app is showing...
Using NCS 1.7.0 with a an nRf9160/nRF52820 split Host/Controller as a peripheral and an nRF52840 as a central. I can connect to the peripheral with my central fine and write...
hello Nordic
i am working with ncs 1.7.1 (soon we are moving to zephyr 2.9)
i want to add a driver self test functionality for some of my drivers so in my application...
Hello We have been using the RSA example found in the nrf_cc310/rsa which uses INTEG_TEST_PRINT, a mask of SEGGER_RTT_printf, for debugging. When using NRF_LOG instead of...