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...
Dear All:
We run a simple message model in light_switch_client and light_switch_server code.
After provisioning the two nodes via nRFmesh app and set pubilsh in clent...
Hi,
We need to refer detailed documentation & implementation for health model struct bt_mesh_health_srv_cb
we referred to this document - https://docs.zephyrproject...
Hi, This appears to be similar to Case 232209 (from 3 years ago).
What: I am looking to have the 9160 act as a producer - sending ANT and GPS records on a regular basis...
I have a problem to advertise a service. When I include a header file, an extra service is automatically created. It seems like that the service will be advertised twice....
Hi,
I managed to do a DFU with an application on a nRF52820. Now I wanted to test if I can also update the softdevice. For this I read the following article: infocenter...
Dears,
I am developing a device base on nrf52833 SOC, nrf Connect SDK ver2.0.0.
I run the bluetooth mesh sensor server example and I want to have OTA on it.
But when...
What is the maximum time that I can use in app_timer_start?
I tried setting it to APP_TIMER_TICKS(15 * 60000) in order to set a timer of 15 minutes but it timed out after...
Hi,
I programmed network core ble5-ctr-rpmsg_3303.hex with nrfConnect programmer. I then used VS code to run/debug nrf5340_audio_dk_nrf5340_cpuap.
Please let me know why...
I've been trying to connect to a mqtt broker using the program called "mqtt_simple_sample" provided in the example files.Sadly I've been unable to get it to work.
I changed...
I'm looking to set up a UART-BLE passthrough for high data rate transmissions (~7500 bytes/s). I've been looking into the peripheral_uart example script but it can't keep...
Our software engineer working on this has recently left the company who and he is unavailable to help out. I am very in over my head with this. The software our tester uses...
Just want to report this for anyone running into the same problem. I already resolved it.
I used Toolchain Manager version 2.1.0 to install everything on my M1 Mac. When...
Hello,
I need to configure server parameters in the "Bluetooth Low Energy Standalone v4.0.0" PC application used with nRF52840 dongle.
I configured Device Name as Read...
Hi,
I am transferring data received via ble to uart PC.
BLE MTU - 247, connection priority - HIGH (15ms).
I successfully receive data from ble, put it in the fifo, then...