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 ...
Hi! I'm working with nRF52 development kit and SEGGER Embedded Studio. I was trying to modify the example given as ble_app_hids_mouse and take all the functions present in...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have few queries on System OFF mode.
1...
Hi, i am trying to add additional payload to the Mesh Light Switch example. However, i modified all structs and it came down to the status_handle() function inside generic_onoff_client...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
After wakeup from System OFF (due to GPIO event), I want to validate / debounce...
On the nrfCloud, when you clicked on a device (nrf9160DK), the previous version of the interface would show how much data was used of the "available" data associated with...
We are developing a cycling application and are currently using a variety of ARM processors with BLE capability. We require to add ANT+ capability to read Hear Rate monitor...
Hello,
I'm developping an android application for detecting falls.
I will use accelerometer's values for find the g constant.
But i recover bad values.
this is my...
Without doubt there is a new variation of software emerging:
We are all familiar with Firmware and Software, however I really feel the need to coin the term "Whisper Ware...
I am experiencing a problem where behaviour after an sd_nvic_SystemReset() differs from behaviour after a power-on reset, and this difference causes failures in the softdevice...
Hi, I see there are several questions related to using GPS pulse per second signals for synchronization between devices, but I can't see the responses to some of the questions...
Hi,
I am using Uart1 on nrf52840. This is implemented using nrf_serial library. I have set buffer size to say 10, so event occurs on every 10 bytes reception. Now I want...
Hi,
I have been looking at the Nordic examples and I found them to be pretty slow with the handlers being the bottleneck as opposed to the actual hardware. I was wondering...
I'm developing an application to support multiple concurrent central-and-peripheral connections. It's a bit messy but is just about working. At the moment I'm using SDK 9...
Hello All,
I am facing problem in compiling uECC.c on windows10.
Please any one tell me what is the procedure to build and compile that file.
I have tried on the compiler...
I have a question about the relationship between SDK and sotfDeivce.
I want to use nRF SDK v15.3.0. I know that the document has the following description.
This version...