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...
Hello, I have project to do, but I have too less knowledge about NRF's, I've tried almost all information sources and libraries, but no results. I have to make, that one PIC...
I lost many time and check 3 examples for various versions SDK, in all cases device can t connect to smartphone. Check with appl. "nRF UART 2.0" and last "nRF Connect". Applications...
I've spent the better part of a day trying to get the UART demo to work and I'm not having a lot of success. I did get it to connect and transmit data once - I think that...
Just noticed through some experimentation that the SD 7.1 Stack rejects Non-Connectable Advertising Parameters if the interval is less than 152.5msec? Error: NRF_ERROR_INVALID_PARAM...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hello,
I am developing a wireless sensor network to exchange body movement acceleration data with one Master and several Slaves. In the developing phase I am using the...
Why would sd_ble_gatts_characteristic_add() suddenly return NRF_ERROR_NOT_SUPPORTED?
It is not a documented return.
It happens only when adding a device information...
Hello,
I want to implement BLE central for Health Thermometer Service using nRF51822 with S130 SD
I used the example ble_app_hrs_c as a reference, but I don't see an...
I have a strange behavior with the Timers. For my project I use a Raytac module with a nRF52 Chip on it. Softdevice is not flashed. Project is based on SDK 11.0
When I...
My setup:
NRF52DK;
Keil 5.22.0.0;
nRF5_SDK_12.2.0;
S132 3.1.0
While trying to use ble_peripheral\ble_app_template\pca10040\s132\arm5_no_packs I decided to modify...