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...
Hey Guys,
I'm trying to import an existing Keil project into Segger Embedded, SDK 12.3.0.
I know this link exists which explains importing prior to SDK 14.2.0. However...
In the PS v1.4 pages 13-15 related to the QFN package.
Pins 11, 12 (P0.09, P0.10) are marked with the note '1'.
On page 15, at the bottom, the notes are enumerated:
...
I have a button that will put my device into pairing mode. While in this mode, I want central devices that connect to form bonds so that when not in pairing mode I have a...
Here I document how, in Eclipse, to start two, concurrent debugging sessions to two NRF5DK boards (or other debugging probes) , connected to different USB ports of the same...
Hello everybody,
I have problems with selectivity when I scan. There are 5 peripheral devices with different " DEVICE_NAME " but the same UUID and type (same " ble_uuid_t...
Hi, I am working on a custom board of NRF 51822 driving multiple leds from pin 21 to 30. I am trying to get and transmit the status of all the pins with help of bsp functions...
Hi,
We'd like to implement a feature that allows changing a BLE connection from [central device #1 -> peripheral] to [central device #2 -> same peripheral] (similar to Apple...
Dear friends,
The nRF Connect BLE app is connected with a local device acted as Master. The app supports the configuration of the local device's GATT attribute table, and...
Hello,
After i uploaded a program on my nRF52832 i couldn't enter debug or reprogram the chip. This is the error i get when trying to erase the chip using Segger J-Flash...
Hi,
I am using peer manager to use static passkey with nrf51822, sdk11 and s130 v2.
Is the "case PM_EVT_CONN_SEC_START:" the best place to put sd_ble_gap_tx_power_set...
I know this question has been asked before. As a beginner to Nordic, I tried to get the information here, but ended up even more confused.
I am trying to set up a Bluetooth...
Hi,
I developed a unit on NRF52 which is "CENTRAL". This unit connects to multiple "PHERIPHERAL" units and it's working great.
Now, i need to connect this "CENTRAL" unit...
app_timer.h is include two times in : examples\ble_peripheral\ble_app_ancs_c\main.c examples\peripheral\spi_master_using_nrf_spi_mngr\main.c examples\peripheral\twi_master_using_nrf_twi_mngr...