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 Everyone,
I am new to BLE protocol, and coming to our issue we are working on a project in which we used nRF52840 controller for communication between peripherals in...
Using NCS V2.0.0
NRF52840 DK
Testing Using NRF Connect Mobile on Android
Programed the Peripheral_nfc_pairing Example
when set as a type 2 tag it works and bonds...
Hi,
I have seen some samples like samples\drivers\counter\alarm or samples\ drivers\counter\maxim_ds3231 both using counter API.
Driver for rtc_mcp7940n is placed in counter...
Hi,
I tried configure and run SPI master interface on nRF 5340 DK board using several examples for nRF 5340 but I had some compile errors or they did not work. Is there...
services can not update on ios but its work fine with android can you please help me to solve this issue
i used nrf sdk 14.02 and i also try on nrf sdk 15.02 its work fine...
I've been experimenting lately with tflite-micro on an nrf52840
One of the modules I want to run requires the LSTM operation that is not supported in the tflite-micro fork...
I picked up a project that was last worked on several months ago, updated all the tools, and can't get past this:
I normally use my own checkout of nRF Connect SDK, but...
Hi,
I'm running into quite a strange problem which is that when trying to use SYS_INIT function, getting an error: invalid conversion
from 'int (*)()' to 'int (*)(const...
- nRF connect SDK 1.9.1
- nRF5340 DK
We use the official samples Bluetooth: Central UART and Bluetooth: Peripheral UART to test bluetooth transfer between two development...
good day,
i am using nrf52832 (pca10040) with sdk17.1 and would like to hide/stop the buttonless du service and only make it appear when a command is received. but based...
nrf connect extension for VS code cannot display asset of application such as source code, input file, output file ,suddenly, for no reason.It used to display asset. I had...
Dear ,
I use nrf connect programmer to connect nRF52840 but it show ERROR "Could not fetch memory size of target devkit: Error: Error occured when get library info. Errorcode...
I have used the pca10059 with an external programmer, overwriting the USB DFU bootloader on the board in the process.
Now, I would like to restore the original bootloader...