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 Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hi , I am using nrf52840 dk with zigbee cli example in sdk. I have configured nrf52840 as coordinator. I am using xbee pro s2c modules as router in zigbee network. Terminal...
Hi everyone,
I want to send my IMU's readings through BLE to a central. I have implemented the code and notify the central every 1s with the measurements.
I have an array...
Bonjour, je ne peux pas télécharger un firmware via l'application nfr toolbox avec mon Huawei p8 pour mon home trainer connecté, via bluetooth. Je reste bloqué à 2% et un...
I'm working on a solution and facing a few difficulties. well, I have more than 100 smartphones (android and iOS) devices in closed proximity were all the devices are logging...
Hi,
We have an embedded flash of 4Gbit which stores sensor data. The data needs to be transferred to a Smartphone. Now we are using USB cdc acm for transferring data with...
SDK 16.0
52810
S112
From the sample code of SDK we can see that the UART is enabled by code ourself, as the following. However, what's the usage of the NRFX_UARTE_ENABLED...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
Please tell me the operation when garbage collection is executed. The setting values of FDS are shown below for reference.
We...
I am trying to program my custom board nrf52811 by pca10056 using ses, and i was able to flash any example of nrf_SDK, however the LED does not blink. even though i added...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
The following contents are described as the description of "FDS_VIRTUAL_PAGES". "One of the virtual pages is reserved by the system...
Hi, I'm trying do drive WS2812B LEDs (aka neopixels) with the I2S peripheral, using method similar to this https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/driving...
Hi,
I want to implement a Single Base UUID with 3 Custom Characteristics. I followed the instructions which are mentioned in the https://github.com/maidenone/custom_ble_service_example...
Hi,
I'm using the I2S for driving a Neopixel (WS2812b) , my code is working properly on the nrf52840DK . but when i flashed it to the adafruit nrf52840 board via the P19...
Hi,
Can you please provide a small UART application for the nRF52 and nRF52840, to communicate with PC application using bluetooth.
The deafult ble_peripheral applications...
I would like to connect an nRF52833 to a host through UART-over-USB. The host needs to be able to update the nRF52. HOWEVER, the host is itself an embedded device, not running...
Hello,
I started following the tutorials in the devzone blog and was really helpful to understand the logic behind the ncs. I got stuck in some issues and would like some...