When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
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 ...
HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different...
First proof-of-concept super-simple nRF51 board. When we load software onto this board, will we have to tailor or configure the software to bypass or disable any functionality...
Our application is similar to a wireless keyboard. The events are very sparse but we need low latency (~50ms). If I understood correctly, BLE is a synchronous protocol, meaning...
Hi I am working on nRF52832 using SDK15.02 i have below query:
During discovery I am connecting each device which is advertising and then discover for services offered by...
hi,
i am doing a project where i am using nrf52810 SOC which acts as ble shield for out customer.
customer's master device also has wifi connectivity.
the nrf52810 will...
Hi,
I had a meeting with one of our customers and was asked if any of Nordic products support ToF. I briefly looked through DevZone and found that it was not supported....
I have problem with BLE connection being constantly disconnected after 30 seconds. It is always disconnected by central device. It doesn't matter if it is iOS, Android or...
Hello,
I`m trying to run the example in the light_switch after i download the "nrf5SDKforMeshv310src"
When I tried to build Provisioner or Client ,for example this project...
Dears,
I have nRF9160-DK and nRF51-DK(PCA10028).
I have used nRFgo Studio with nRF51-DK(PCA10028) to firmware download.
And I have used nRF Connect - Bluetooth Low...
Hi.
How could I set extended advertising through the 37 secondary channels as default, in an nRF52840 module which is using PHY_CODED modulation and running a ble_app_uart...
When working on adapting the bootloader for NRF52832_XXAB I noticed that -DNRF52 seems to define NRF52832_XXAA and later defining -DNRF52832_XXAB does not override it. I suppose...
If the Mesh DFU process fails (maybe a packet gets dropped or something), what happens? Will the device get stuck in an unknown state? What does the recovery process look...
I am trying to make the nrf9160 device work with our own AWS IoT account.
The nrf9160 device succeeds to run mqtt_client_tls_connect(). Then it runs mqtt_client_tls_write...
Hello,
I am using SDK12.3 and have problem with garbage collection (FDS module).
My apllication depends on timeslot, so that FDS is supposed to run together with Bluetooth...