Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hello All,
I am using NCS 1.3.1 and trying to get the SMP Server sample up and running. I am able to successfully complete a multi-image build and boot MCUboot after flashing...
Hello,
I am using a custom board NRF52382, Softdevice 132_v2.0, SDK 11. Two power supply options are given, battery and USB.
I tried to rewrite UICR register with two...
Hi,
I have an nrf52840 based custom board. For flashing the hex file into our board, we used the nrf52840DK and nrfconnect ubuntu application. In this case I able to program...
Hi,
I'm trying to connect a nordic nrf52832 as an SPI master to an external Flash, and for that I'm using SDK 16.0.0.
Since I wanted to already use the transaction mechanism...
Why does the value of characteristic Firmware Revision, Model Number and Serial Number all have the same value?
Did update value for characteristic <CBCharacteristic: 0x282b1f9c0...
To the kind attention of Nordic team,
About what has been said in https://devzone.nordicsemi.com/f/nordic-q-a/51879/saadc-in-sample-convert , I'd like to know if the blocking...
Dear Member,
I want to call nrf_libuarte_async_rx_free from another file outside main.c
nrf_libuarte_async_rx_free(&libuarte1, (uint8_t *)&GPS.rxTmp, 1);
I got
.....
I was following the article here on programming the nRF52840 Dongle, but am running into issues, and I have other questions as well.
(+) nRF52840 Dongle Programming Tutorial...
2021-02-01 EDBOND Hi Nordic and fellow nrf users
In my project the host cpu is SPI master, Thusthe nrf52 needs to spis slave. Using 2 DK-52 Boards, - nRF5_SDK_17.0.2_d674dde...
Hi,
I am doing some research for the antenna matching of the NRF52832. Now the product specification v1.4 on page 551 states:
"A matching network is needed between the...
How to make the nRF52840 SPI work in 8M with 1.8V supply?
We test the PCA10056 nRF52840 DK board, and find the 8M SPI CLK&DATA wave is very bad. The 8M SPI works fail with...
hi
I tried zigbee tx carrier mode start at 11 channel and tx power = NRF_RADIO_TXPOWER_POS8DBM.
But, When measured with measuring equipment, i got zb tx power -20 ~...
I recived nrf5 SDK V17.0.2
I'm testing with in "nRF5_SDK_17.0.2_d674dde\examples\peripheral\radio_test" folder.
I tried zigbee tx carrier mode start at 11 channel and...
The application I am designing gets a pulse ox measurement from the user, sends it, disconnects, and shuts off. Are there any deleterious side effects of exiting the main...