I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
Hi,
I received my nRF52840 yesterday, I believe I've set up my dev environment well-enough to run the demo programs supplied by Nordic (namely the proximity and heartrate...
I'm trying to realize the behavior of "BLE peripheral" that implements 20 "characteristics". While I was in the process of implementation, when I added 18 pieces, the return...
Hi,
I'm using SDK 15.2 & HID Keyboard example. When there are like 50-60 Bluetooth devices around my nrf52832, I notice bluetooth dropouts. What can be a possible solution...
Details: SDK v15.2.0 using ble_app_hrs_c example. Windows 8.1, uploading to nRF52 DK.
This screenshot shows the device operating in working (green) and broken states (red...
Hi,
I'm trying to use the example of the light_switch contained in the Zigbee SDK 3.0.0 to connect with Alexa: I'm using the nRF52840 board and, when I ask Alexa to find...
It looks like mbedtls-2.13.1 tag does not exist from what I can see on github. When I run west update, it is failing on mbedtls even if I have the repo already cloned.
...
Hello,
First, let me introduce you to my problem :
I am waiting for my custom pcb based on the nrf52832 to be ready and I want to test the flashing process. I am curently...
Hi all,
I am trying to create a very simple program with GPIO peripheral (not GPIOTE) that toggles the state of an output pin through an interrupt handler, when an input...
I'm trying to understand how to make use of the nRF9160 LTE modem coexistence interface in a design. I started asking about this topic in another thread about the BLE Gateway...
Hi,
I try to implement custom characteristic. But I notice when I use read auth or normal read event, the handle value is zero. I have linked the handl to the add characteristic...
hi, i'm using nrf52-dk (nfc example) with android nfc reader app.
I heard that the nfc tag has a unique id.
But, other tags in the same module have the same ID. (In fact...
I am debugging a strange issue regarding UART DFU. I am using the SES project in .\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart_debug\ses
I erase...
HI:
Since SDK 15.x was released, the broadcasting channel settings have changed completely. The specification manual of Bluetooth 5.0 is found through source file annotations...