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'm making BLE bootloader except other BLE functions.
I'm using s130 / sdk 12.1 / nrf51822xxAA environment.
Sure I have some problem.
What I have done :
...
Hello,
I have some problem in DFU.
I followed Nordic tutorial but I failed.
Would you let me know what’s wrong?
If you want to create your own firmware package...
Hi everyone,
I wanted to test out SAADC using the ble_app_proximity example using the nRF52-DK but I am having some issues. I modified the example with the below changes...
very sample led blink demo for FreeRTOS and S130 , but fail.
open source
repo: https://github.com/AMJKeyboard/AMJPureBLEKbd
eror code: https://github.com/AMJKeyboard...
My question may seem silly, I did not so long ago been programming NRF51822 S130. I use examples experimental_ble_app_blinki. I want to get the module ID smartphone when connected...
If I set the I2S peripheral on the nRF52 to mono, ie CHANNELS is either LEFT or RIGHT, what does it actually output? I'm sure it still toggles the LRCLK line to indicate left...
I'm working on a battery - operated device where the battery is soldered onto the device, which makes it inconvenient to pull power to the device. I might be able to get to...
Hello,
I have some problem in DFU.
I ask this again.
I did as below.
Key generation
nrfutil keys generate c:\vault\priv.pem
public key generation in...
Dear Nordic Team,
I can't launch Sniffer on PCA10000 using MCP nor on PCA10040 using nrfConnect. In case of MCP I get "No response from master emulator" and in nrfConnect...
Hi,
is someone of you aware of a portable (Win, Linux, OS/X) GATT client library, prefereable with C++ binding? The only one, that I've found so far is Qt. What do you use...
I have been using nRF8001 equipped Arduinos for a few years now with great success. I exclusively use apple software on the other end. I have a new application that will required...
i want use a 9 axis IMU sensor (3 axis accelerometer,3 axis gyroscope and 3 axis magnetometer) in nrf51822 is it possible and how the transmission of values takes place.....
Hi,
I'm using the bootloader in nRF5_SDK V12.0 with nRF52832. I have some problems want to know:
How to make it run application first after I program softdevice...