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...
When I call nrf_gzll_enable(), then nrf_gzll_disable(), and go to sleep with __WFE(), there is about extra 6uA draw due to this enable/disable action. It seems the nrf_gzll_disable...
Hello,
I have a Gazell application where I'd like to adjust the transmit power dynamically. I can't find any definitive answer in the API, so I want to ask here. Can I...
I've been trying to get SDK 10 and its new file structure up and running Eclipse. But its been an unfortunately slow and tedious process.
Following the Nordic Eclipse tutorial...
I'm using an nRF51822 with Nordic's connectivity code and serial bootloader example. The connectivity code works great when the bootloader isn't programmed. However, when...
Since the antenna on the NRF52DK is oriented horizontally, and the theoretical 3D antenna pattern is a torus (donut) whose hole is pointed in the horizontal axis of the strip...
Anyone have experience with the proper way to process written/updated custom characteristics in the APP(main) in a Bluetooth Developer Studio BDS generated code project? ...
Hi.
Windows10x64 + IAR 8.20 + nRF5_SDK_14.2.0_17b948a
I have problems with building examples for PCA10040 (nRF52832 DK).
Linking
Error[Lt009]: Inconsistent wchar_t...
Hi,
I am working on a project of throughput data from sensors to my central via nrf52832 through a notifying service (SDK14.0.0, S132).
As explained in several questions...
In the Infocenter, there is a section about adding support for custom boards. It advises the creation of custom_board.h modeled after pca10040.h. However, the configuration...
I am starting a nRF52832 project that is based on the GCC + Makefile build system that is provided with the example projects. In my particular case, I need to execute a python...
Hello, everyone~
I'm trying to use mac to develop nRF52832 DK. I have installed the lastest J-Link driver and SES. I downloaded nRF5 SDK 14.2.0 and just open ble_hrs project...
I get nrf mesh SDK form: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
I want to use the serial example to control a mesh...
I use the advertisement timeout to shut down the MCU. Is is possible to reset the advertisement timeout on the fly, e.g. if there is any activity I would like to extend the...
Hi,
I'm interfacing acceleration via BLE using NRF52.
I'm using timer to get the sensor value and update the characteristic value related to this sensor using sd_ble_gatts_hvx...