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...
Hi,
We're using bonding between our peripheral HID device and 3rd party central devices. Our device runs on a 52832 board with SDK 14.0.0 and SD 5.0.0.
We've run into...
My development environment is sdk15 s132 pca10040
The product concept provides central link 7, peripheral 1 on one 52832 ..
1 peripheral provides nus to work with smartphones...
I have a BLE device that runs nrf51. I have an rpi3 and I want them to communicate with each other via BLE communication.
I understand that I need to develop a python application...
Dear nordic
I changed my BLE application to coded phy for long range (chip used nrf52840) . application works fine(debug).
But i cant see any advertising in smart phone...
I was modifying the glucose service example and when I looked at the source code ble_gls.c I saw that the context feature was not implemented.
Does anyone know where I can...
I'm just going through the code of the nrf_esb module in the nRF5 SDK 15.2.0 and noticed that there are some new radio errata workarounds built into it. In the function apply_address_workarounds...
Hiya,
I'm working on a mesh network protocol for the nrf51822, it involves multiple waves of re-transmissions, with devices in the vicinity repeating packets at near enough...
I am using the latest SDK 15.2 example of ble_app_hrs as a template for my code, modified it but by an large the initialization code is the same. When I try to pair it with...
Hi
I am testing many code to connect mobile,
im using BLE400 board and Keil software,
but i cant fine true code for conect,
my test is about (Blink, uart, spi),...
Hi all!
Is there a way to record 64 bits at up to 8MHz on 4 inputs? (on nRF52832)
The closest seems to be with 3 SPI and EasyDMA, would it work? (is there a way to do...
Hi,
Could you please enclose header nRF5_SDK_for_Thread/components/iot/background_dfu/transport/coap/coap_dfu.h with " extern C", in order to make possible to use it with...
Hi, I'm part of a student project where we are building a rocket. The rocket will be launched in a desert with clear line of sight, to a height of about 3000 m. We need a...
I am trying to debug my nRF Secure Bootloader that was modified to DFU another microcontroller attached to the nRF over SPI. The bootloader works well and I can DFU the other...