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...
I am having trouble using GPIO P0_9 and P0_10 as GPIO pins. These are the pins designated as NFC1 and NFC2.
I am using the following sample code:
#include <stdbool.h...
Can a peripheral device know when the client made a scan response request? I want to use scan response as a form of acknowledgment so the peripheral device knows that the...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
It looks like there is a new version of nRF Sniffer for the nRF52, but it doesn't seem to be formally released, although it seems to be 6 months old. Is it expected to be...
Hi,
i was just wondering as we dont need the high clock rate whether its possible to run the nrf52832 with less than 64 Mhz by replacing the 32 mhz crystal with a different...
A brief description of my system:
I have a HUB gathering data from the nrf52832 through SPI. The hub is the master and the nrf52832 is the slave.
According to the nrf52...
Hi,
I have an application running on a nRF52832, roughly based on the OpenMesh ( github.com/.../nRF51-ble-bcast-mesh) code with respect to the timeslot API usage. In one...
I am trying to use flash on UBlox NINA B112 which has nrf52832 chip. I have tried to use all the three modules : Simple flashwrite, FStorage and FDS. I am able to read the...
We are working with SDK 12.1 and are noticing the max value we can output using the PWM driver is about 5.3Mhz (top value to 3 and 16Mhz for the clock) this isn't a 50% duty...
I am using nrf51 running as a peripheral and an iphone app as central. It works OK when I first use the iphone app to connect to nrf51. Then I quit the iphone app and let...
Simple question:
I successfully use ble_advertising_init () with adv_data, scan_data and adv_opts.
I include manufacturer data via scan_data.p_manuf_specific_data...
Before I try something which is technically impossible....
Does anyone know if the USB functions on the nRF52840 would work in the bootloader, or only in the application...
I've recently tried add App Data (pstorage) to my Application. Thus I want to preserve this data over DFU Updates. To do this I updated my Bootloader to reserve App Data during...