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
I'm setting up a firmware based on the DTM example to perform certification tests.
In the DTM example firmware I see that there is a VENDOR_SPECIFIC command option...
hi,
i tried nrf51822_beacon_app.hex( C:\Nordic Semiconductor\nRF51822 Beacon v1.1.1\Source Code\nrf51_beacon\ble_app_beacon\pca20006\s110\arm_build\ ).in that we changed...
This might not be the correct place/forum to ask this question.
Since a couple of days, I am not able to step or next with gdb .
I understand that gdb needs to know what...
Hi:
Now keil4 default is to use the 16_bit THUMB instruction set, if I want to set it to start the program using the 32_bit ARM instruction set, how should we do? thanks
Hi,
After reading some questions about these topics I became a little confused.
I want to count milliseconds, so should I use Systick_Handler or use Real Time Counter...
Edit 1
To narrow down I did this... Below is ble_dfu_init() from ble_dfu.c.
uint32_t ble_dfu_init(ble_dfu_t * p_dfu, const ble_dfu_init_t * p_dfu_init)
{
uint32_t...
I am running NUS and a custom service.
I have updated vs_uuid_count = 2 in softdevice_handler.c
Following other posts on the forum, I have stepped through the code using...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everyone
I was not able to find any explicit statement regarding the use of the TWI_APP with easyDMA on the nRF52 series and SDK13.0.0.
I checked the examples...
Hello guys,
I am currently looking at the recommended schematic QFN48 with internal LDO setup and I have a few questions (sorry, if they are silly, I am a newbie).
...
Hi, I'm working on an extremely space-tight design and need some clarifications. It is an nRF52832 QFAA chip with a Johanson 2450AT18B100 chip antenna.
Up to this point...
Hi,
I would like to use higher dBi antenna instead of the DK pcb antenna. Can I say the pi-network before J1 (measurement point) probe is 50ohm? Hence I can just remove...
I am trying to control another BLE device with nRF52xx. For controlling the device I need a terminal for connecting, disconnecting and switching on & off a sensor. I have...
I am using NRF52DK and trying to debug an SPI transfer, using SEGGER_RTT.h to print. However, printing of the logs are not consistent. Some debug lines do no appear in the...