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 ...
Im install nRF Connect SDK 1.5.1 trough nRF Connect 3.6.1 Desktop app to learn zephyr RTOS and switch from nrf5 SDK to it but there is some bug and "Configure nRF Connect...
Hello,
I just receive a PPK2 and looking at power usage/profile. Below is the captured profile when the application is run from the debugger and then detached. This captures...
Hello,
ncs1.5.0
As shown in the question,
I use rtc to generate a 1kHz square wave, and use an oscilloscope to measure only 964 Hz.
Is there a problem with where I...
Hi.
I am using the oberon crypto backend module to use LESC in the application firmware. (I referred to the GLS example)
And I am trying to add a boot loader to use DFU...
Hello all, we are trying to set up a project with a nRF52840 chip in combination with 2 Acconeer A111 sensors. So far I have worked with a nRF52840 development kit and the...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello Nordic,
I am using Nordic 52840 (SPI Master) with Intan RHD2216 (SPI Slave) to get data through SPI from the Intan chip.
I have used the Nordic software development...
Dear friends:
I flashed a mesh serial example. I scand mesh beacon by the function "scan_start()". As you can see in below code, I got two uuid device, I want to select...
Dear friends:
I flashed the serial mesh example from Mesh SDK and contact the DK with pyACI according to the guide Using serial interface for provisioning and configuration...
Hi,
I'm looking at using the NRF9160 in a system where every microamp counts. The NRF9160 already includes a DC/DC converter, but as I understand it is step down only...
Working on an application that can be compiled with BLE functionality turned on or off, I found my "BLE off" configuration failed to compile with the following error while...
Hello -
I am trying to print a 64-bit unsigned integer (uint64_t) to a CLI output. I've based this on the CLI examples in SDK 17.0.2. Specifically this is the function I...
refer to: http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html developer.nordicsemi.com/.../partition_manager.html
Where I change those image...
My accelerometer readings appear in my segger embedded studio "Debug Terminal" window.
It looks like this.
I want to stream the data via COM port to this "serial oscilloscope...