Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
I am starting to get up to speed on nrf_crypto, but trying to understand under what scenarios would one choose between Oberon or micro-ECC backend ?
HW = nRF52832, SDK 16...
Hi all,
I am testing the OpenThread connection with 3 nodes at the present,
One is working as End-device with MTD (Minimal Thread Device) firmware others are FTD (Full...
Hi Support Team,
In reading this white paper,Section 3.5 Testing RF performance,
a colleague informed me that a test UICC which is provided by the LTE tester vendor say...
Hi All,
I'm using hci interface to scan the ble based beacons.
While scanning hci interface's Rx bytes keep on increasing because beacons are being scanned.
I'm using...
Dear everyone,
My platform is SDK16 and IDE is KEIL V5.25.
I set timer 2 to 104uS to sample a serial data. It isn't UART data, no start bit and stop bit.The start bytes...
1. Using the nRF Connect SDK v1.2.0 development environment, nrf9160 developer, when testing connections to NRF_CLOUD in China, cannot be connected. 2. Please provide the...
1. Optimization is set to 0 flash read and write errors, set to 3 flash read and write correctly? 2. Please tell me what effect the optimization is on flash reading and writing...
Hi .
I am using nRF52840 dk in windows 10 environment.
I want to measure the RF output power of a single nRF52840 using nRF52840 dk.
I succeeded in generating a...
Hello,
On my custom board, on nrf52832, I can can use app_buttons for all usual pins, but not the XL1 (P0.00). I didn't try XL2 (not routed)
Using this pin as input or...
Hello devzone! I am using translation.
I'm trying various things in a continuation of my previous post , but I do have one question.
I set NRF_LOG_ENABLED to 0 at ble_app_blinky...
I've got an nRF52840 dev kit and am building my code using the app_ble_hrs_freertos project as a starting point. I'm building the .elf file, which I load into Ozone to do...
Hello everyone,
I hope that you are all doing well during those hard times...
I am writing a code for a nRF52840. The connection is successfully established with a cycling...
I have the NRF_CCM peripheral setup to encrypt packets on-the-fly. I can verify packets are properly encrypted when the payload size is 27 bytes or smaller. However, anything...