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...
Is there a compiler/makefile flag that allows for 64bit printing?
I have included inttypes.h, and tried both %llu and "PRI64" as shown:
char scrbuf[30];
uint64_t time_alive...
Hi
We are using NRF52 and SDK 11 and S132.
The nrf52 acts as a central and selectively connects to the closest phones (ios) that are acting as a pheripheral.
For this...
hello,
nordic's engineers, need your help.
(1) the first problem : can not set VDD output to 3.3V
From nRF52840_Product_Specification_v0.5, it says:
High voltage mode...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Hi. I'm using nRF51822, SDK12.2.0, S130 v2.0.1.
I'm using nRF chip as Multi-connection Central and 1 Peripheral as well.
My event function is
static void on_ble_evt...
I've tried everything I can find on this topic and I still cannot get P0.09 to behave as a GPIO pin. Does it have something to do with the way I'm attempting to initialize...
Hello,
I am working on a custom PCB with a nRF52832 and I've been unable to get the ON IDLE power under 480uA. Here are the basics regarding the setup
nRF52832 Rev...
Hello! I'd like to know if S132 v3 implements the frequency hopping scheme defined by BLE.
I've read some documentation on Gazell, but from what I understood, that is a...
Whenever our battery runs to zero, or if we have a reset due to voltage droop, the unit will not auto-connect and the user is forced to "forget" the device in iOS bluetooth...
Hello,
i'm trying to use nRF UART driver (nrf_drv_uart) to implement a high level UART manager.
I followed indications on SDK documentation but it doesn't work and i think...
Working on a project to set up a bidirectional UART to SPI link over ESB with nRF52832 (PCA10040), using SDK 13.0.
Working from provided examples for PTX and PRX, I manage...
Hello,
I've implemented one custom service very similar with NUS. I have two peripherical devices that are running in two PCA10040 with S132 12.1, and one central device...
I have set up some code using the ESB example in SDK v12.2.0 I and am able to transmit and receive packets between two nrf51 dongles, with no issues. However, when I program...