I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
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...
is it possible add dfu service and central uart both into nrf52820?
using D:\sdk\nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c
SDK_17.0.2
Dear Nordic Bluetooth experts,
In the Android-nRF-Mesh-Library , is there a way to mark a unicast address as used? The reason why I'd like to do it is the following: When...
Hello, All,
I am using nRF9160 for product development and would like to know a few more important parameters:
What is the power consumption of an NB-iot network using...
Hi There,
I want to connect programable pins on nrf52840 chips in the schematic.
Can you tell me which pins are for programming and debugging?
Best,
Gaosheng
What does this error mean?
<error> app: ERROR 3735928559 [Unknown error code] at c:\nrf\modules\nrfx\hal\nrf_gpio.h:492 PC at: 0x00033D23 <error> app: End of error report...
We need to update our app to accommodate Android 12, but the DFU library has not been updated and crashes when we initiate an update.
Full details are in github-bug: https...
Hi,
we want to run your example of AoA
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html...
API doc says
Specs says:for ed_threshold:
PRF[dBm] = ED_RSSIOFFS + ED_RSSISCALE x VALHARDWARE
ED_RSSIOFFS is -92, ED_RSSISCALE is 4.
So if I want to set the threshold...
Hi DevZone,
1. Description:
I am going to use the nRF9160 SiP in a project on a custom PCB which will house the (LN60G840F, which has an nRF9160 on it). The application...
Hi support team,
I have a nrf 51822 beacon black version and developing with nRF5SDK1230. i'm learning about update firmware for it over BLE. i try to run example dfu/bootloader_sercure...
Hello,
I'm using an nrf52dk board and I am trying to get the RSSI value, and it works fine with the nrfconnect app, except that the the transfer doesn't start at the first...
Hello guys,
I want to work with NRF Mesh but I need help with answering some general questions:
1. Is the current version of the SDK ("nrf5_SDK_for_Mesh_v5.0.0_src") power...
HI,
In my custom board of nRF52805 , I am able to program basic UART application. chip is also generating internal voltages on DEC1 & DEC2 lines.
But i am not able to...