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...
Hello,
I was recently trying out some samples with the nRF9160 DK and I had run into some issues when trying to run the nRF Cloud Client Application .
I had flashed...
Hi,
I'm developing on the nRF52 DK which has the nRF52832 chip.
I have a small vibration motor which I'd like to control on/off through one of the boards GPIO pins. At...
Hi,
I'm trying to modify the light bulb example and turn it into a light switch (not a light switch that controls another bulb in the network), but I'm quite new on the...
Hi,
I've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...
Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or...
Hi everybody!
I'm currently working on some firmware updates for a motion sensor. The code was originally developed with SDK15.0. The setup is as following:
NRF52840...
Hi,
I was trying with the aws_fota sample, I follow the instruction here and download the app_update.bin with no problem. After it shows completed in 100%, device reboot...
Hi,
I am measuring the time taken between an ANT application sending a message, and a receiving ANT application generating an EVENT_RX. This time is being measured using...
Hi,
my environment:
nrf5340 dk
nrf connect sdk - 1.5.0 version
segger studio IDE
we need a provisioner to add node into the BLE mesh. As per my knowledge, we...
Hi,
I have a few questions about how the peer list works. (using S132 v 7.0.1 and SDK version 16)
How or when are peers added to the peer list of the Central? Are they...
Hi Experts, I have a short quastion, what is the minimal RX-RX turnaround time of nRF5340? Unfortunately this parameter is not available in the specification any more. For...
Hi , i try to translate the arduino library using this URL github.com/.../src
to manipulate the spo2 oxygen concentrator value using the max30105 sensor I try to configure...
When I set tx_power and paired with the following microcontrollers, the power consumption of the 4dbm setting became larger than that of the 0dbm setting. Is this an effect...