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...
In the data sheet of the NRF51 and 52 there is mention that sensitivity of NRF51 is -96 dBm and NRF52 -98.
But I read some where that when RSSI is -90 then that signal...
We are working on a dynamic radio power change for a proprietary RF protocol, and we are missing some granularity on the NRF_RADIO->POWER levels.
Typically we would need...
I am wondering what is the logic and magic behind using sdk API's to advertise vendor specific 128-bit service UUIDs. In the "Nordic UART Service" example (nus, SDK12.2.0...
Hello all!
We are designing our first projects with NRF52832 and the DC-DC decoupling capacitor on DEC4 pin used in reference design is:
1uF 0603 X7R 16 Volts
Our...
Hi
Now I'm using sdkv12.2 and S132 on nRF52832. All the examples in the SDK put the device name in the advertising data packet. However, for our applicaiton, we need to...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_STATUS_CODE_LMP_RESPONSE_TIMEOUT??
please...
For a moment I was thinking that I made it with Segger, I was thinking that after 3 days with Eclipse with no success, I managed to use the blinky example and flash it (!...
Hi.
I'v spent the last full days trying to set this up, and I am exhausted. I really am. Never had this kind of feeling in my life.
People from all over this place where...
Hello, the nrfTooolbox app from Play Store runs on my LG K4 phone which has 5.1.1 Lolipop. If I load the Github project into my Android Studio and try to run it on the phone...
Dears,
I am working for an application on [email protected] including PWM, Timer and a few peripheral functions. I was trying to create a timer on timer1 in us tick. The timer...
The UART example in examples\ble_peripheral\ble_app_uart will not connect with SDK 13.0.0. This example was running just fine with v11.0.0 (Softdevice S132 v2.0.0) and v12...
What is the correct RAM size that should be reserved for S132 v4.0.2 shipped with SDK 13.0?
Looks like linker scripts for different projects reserve different amount of...
Hi everybody,
I'm trying to hide some characteristics till the user write the right value to a secure pin characteristic the devise exposes at the beginning.
I already...