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...
Hello
I have two questions. Your thoughtful response will be appreciated.
1) What's the impact on power consumption with 1 Mbps vs 500 kbps vs 125 kbps for the same amount...
Is there any way to leave the PPK 2 output enabled when I leave the Power Profiler app? If not, then can I submit this as a feature request?
Without this option I have to...
1、Does Nordic 5340 support 1443a protocol;
2、When the chip(5340) is not powered, does NFC function support passive swiping card
3、Can the reading distance of NFC be more...
Hello
I am using the APII described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/modem_key_mgmt.html
to add keys to the modem...
Why does the nRF9160 Tx power fall far short of the specification? Its seem to be a false claim that the nRF9160 is a 23 dBm device, and rather is a 20 dBm device. In other...
In the flash write example code the very start of main.c has the following lines
The comment says "Use last page in flash". However, what I am guessing from the code itself...
I am trying to use nrf_serial with IRQ. Tx operations just fine but, i can not get any interrupt when a data comes from uart. I am using sdk 14.2 and not using ble.
Hi,
I am using SDK 14.2 and made some changes with serial example in the SDK. It works just fine while debugging but outside of debugging does not work at all.
I have...
SoC: nrf51
SDK: 11.0.0
I want my BLE (slave) device to interact with only one master. Saving peer bonding, when first time connection is made and using it for validation...
Hello,
Curious if any NFC reader applications have been built with nRF9160?
We’ve just installed SDK v1.4.1. We noticed there’s a nfc_tag_reader here: /opt/nordic/ncs...
Hello, Nordic!
I'm developing with nrf52832, s132_nrf52_6.1.0_softdevice, sdk nRF5_SDK_15.2.0_9412b96
I had test power down chip, close APP while being DFU.
It would...
Hello,
are there any examples on how to store records to flash by FIFO principle? Flash Data Storage API supports that or should I look elsewhere to achieve this?
Hi Nordic
I have read some threads but can't find suitable answer for me to write data into flash.
I want to store our product data into flash, and I feel flash entry...
Hello, I have a problem I have been unable to solve for more than a week. I have searched as best I know how to no avail.
Windows 10, Segger Studio, Mbed studio, nRF Connect...