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 have enabled the whitelist feature based on the ble_hids_keyboard example, but when I load the application it is not advertising anywhere. It is paired with my iPhone, but...
I am having one MDBT42Q device on which I am trying to flash an Example image of Peripheral to check basic functionality by nRFGO Studio.
In my device, I have sorted Pin...
i am trying to run advertising.py from pc-ble-driver-py .
i am keep getting exception from
except IndexError : raise NordicSemiException( 'board not found' ) is there...
I am looking through the BLE examples, but I can't seem to find an example that best fits my project scope where I wish to have a BLE central service that reads data from...
Hello Nordic support team I want to send command from hm10 ble chip to Nrf52832 dk board.So before I start to implement this I want to know that HM10 ble chip can communicate...
Hi, all.
I want data read from gyro sensor through i2c, and then send it through bluetooth equipment.(PC or iPhone and so on)
But i don'k know how to send gyro sensor...
I am asking about using the sd_rand_application_vector_get function; it seems that it causes my board to crash, and it never returns a success code.
I have already seen...
Hello:
I am upgrading my application to use Mesh SDK 3.0.0 (I was at 2.1.1). In my application, I process the mesh from the main loop (per the instruction in the Interrupt...
Hello All, I would like to implement tracking over MESH network using nRF52840. 1. In my MESH network, there are some devices who continuously advertising (say beacon). 2...
HI.
I am following the document http://infocenter.nordicsemi.com/pdf/nRFConnect_BLE_User_Guide_v2.2.pdf to work with nRFConnect desktop App and my DK BMD300(Rigado). ...
Hello,
I'm trying to play voice using PWM in nRF51822.
I've already experienced this using other MCU before.
So. I'm trying.
Voice source data is 8bit / 8K / mono...
Hi,
I am working on nrf52832 , SDK15 and softdevice S132. I am modifying the ble_app_hrs example code in SDK
I was trying to implement a whitelist with the address of...
I am using ble_app_uart SDK_11 s130 on nRF51-dk. I would like to make the device running on ble_app_uart connectable but not discoverable. The Android app will have pre-knowledge...