I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
hello,everyone! I'm having a major problem with my nrf9160 dk board suddenly not connecting to the cloud. I registered and renewed my certificate, but the result still failed...
Hi:
There is no driver on win7 using nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd_ble_uart example.
I tried to use nRF5_SDK_17.1.0_ddde560\examples\usb_drivers, but...
Hi,
I am develloping a solution with an extended advertising.
In order to see the advertising, I am using either the nrf connect mobile APP, either Nrf Connect Desktop...
Dear Support Team,
Based on SDK15.3, nRF52832, follow the instructions to run the DFU process, use the mergehex.exe tool to merge settings, app, boot, and sd into one hex...
Hello everyone,
I currently using this lib: GitHub - Martinsbl/nrf5-mpu-examples to read data from MPU9255, when I'm using the easydma for accelerometer and gyros its work...
I am using the PSA library for the nRF340 and trying to use persistent keys.
It all works without persistent keys enabled, but if I add the following two lines to the prj...
Hi. I am trying to start programming our own development desk with modul ACN52840 (SoC nRF52840). I can provide schematic of development desk in private message if needed...
Hi,
I am develloping advertising configuration and would like to use the fast or slow advertising mode.
In the ble_advertising.h, it seems that the limit are an uint32_t...
Hi,
I am performing several "mlme_reset_req()" on a nrf52840 during runtime without problem, for the most part.
However sometimes the radio stack will stop after a ...
Good day
I noticed that the NFC tag reader sample is not compatible with the nrf9160K. Is there a reason for this ? will development be possible?
Thank you!
Hi Nordic
I downloaded nRF5340 DK Hardware files (Altium Designer files).
pca10095_sheet1 and pca10095_sheet2 can be imported in PADS logic tool.
But, files from sheet3...
Hello,
I have a problem when I send data with CDC ACM and using CLI interface my data is mixing. If I put a delay between sending data I have no problem but this solution...
Hi, I want to enter the NRF52 into a standby low power mode.
I am running sdk17.0.2, with FreeRTOS and softdevice (7.2)
The steps I take are:
1) stop all my threads...
I'm trying to integrate the following driver into my project
https://github.com/nobodyguy/HX711_zephyr_driver In order to load it I need to update the west manifest. Using...