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...
Hi all
In development with nRF91 and my application need to using an external flash memory to store the firmware and I try to follow the example this link below.
https...
Hi, I'm developing an application using internal flash memory. I based on flash_fds example to implement this feature. Now I can write and read data from flash. My basic feature...
Hi,
I have a board using an off the shelf nrf52811 module (from raytac). The only things on the board are the recommended 32k crystal with 2x 12pF caps, as well as two...
Hello,
I've been trying to get my call to app_uart_put() to actually place bytes on the TX pin. Interestingly enough, my call to app_uart_get() works fine and is able...
Am currently trying to implement a client UDP socket application with Mbed DTLS using a Pre Shared Key.
PSK and PSK_ID array values are defined as:
static const unsigned...
Hi,
I am using Thingy 91 in Australia, and I have linked Asset Tracker v2 with overlay-lwm2m.conf to communicate with my own LwM2M server, which is running an instance of...
I'm working towards getting an app derived from MQTT Simple to talk to AWS where I both need to validate the hostname via TLS, and also use public/private certificates to...
Several have asked about this basic situation but I have found no definitive answer.
I erased a dongle with a Segger J-link, and compiled the zephyr samples using CONFIG_BOARD_HAS_NRF5_BOOTLOADER...
My set up is nRF52832 with a board very much like the PCA10040. The SDK is version 16.0.0. I am using Segger Embedded Studio version 5.60 and I am using the GCC compiler suite...
My goal is to have my boot loader write a constant value to RAM and have my applicaton read that same location and retrieve that value.
I am using the stock boot loader...
Hello,
I'm creating a BLE project with a couple of custom services. One of my simple characteristics in a service is a string. When is_value_user = false everything works...
Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor has 9 bits: 8 data bits...
Hi, I have made a 9160 board, below is the schematic diagram :
I donwload this example in it, " ncs\v1.9.1\nrf\applications\serial_lte_modem", and send AT command to test...
My Windows app sends command though Nordic UART service to nrf52832 device. Does nrf52832 need to send ACK to let Windows App knows it has received command?