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...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
Hi. I am developing the nRF52832 using the NRFX module of the SDK version 15.2.0. We convert the UART signal to RS485 and communicate with RS485 to the outside. RS485 communication...
Hi,
I'm using nRF52832 on a custom board and I have tried to run sdk example nfc_url_record, but it doesn't work.
I have tried to find solution among existing answers...
Hi All,
For my project I'm using NRF52832 IC and NRFsdk. I need 2 GPIO external interrupt to get notified. I'm able to configure both pins and able to see the trigger when...
Hello Dev-Community, I have modified the Thingy Firmware for a custom made board which has also the MPU9250 with TWI connected. Everything works fine, if i use RTT Viewer...
Hi,
Referring to this thread -
If the saadc sampling is trigger by a timer (through ppi), what is the correct way to saadc_uninit() without using the global m_sampling...
Hello,
nRF52832 datasheet denotes saadc sampling time in scan mode (paragraph 37.5.4) as:
What is extra time it takes for the easyDMA to store the samples in RAM ? ...
Hi Nordic.
currently i am working on nRF52840 as a reader and after designing as per your recomendation and it is ready to check but whe i connected to the commander the...
I have loaded the HEX file of nRF_Sniffer_200_beta3 to my nRF52832 or nRF52840 board, it can not be run as sniffer. May I know how to use my own nRF52840 chip as Sniffer?...
Hey! Is there a way to multithread the nRF52832? I want to store data in the buffer and do some processing on that. While processing I want to control how the data is stored...
We need to compare the signal of nRF51 dongle with our product.
How to find nRF51 dongle(nRF51422) with hciconfig in Linux?
firmware: PCA10031 1.1.0 2018.39
Guess I...
Hi,
Can you please direct me to the document that explains about generating more than 8 bits of clock in SPI and keeping CS line low for that entire period.
Also, if...
I've been working on a project based on nRF SDK. The project is developed in C++14/17 and I found that nRF SDK 15.2.0 doesn't always want to compile with C++ compiler. I made...
Hi I'm using the nrf52832 and want to send datas via UART and SPI but the PSI example Show different Settings of UART then the BLE_APP_UART. The BLE_APP_UART is running well...
We are currently developing our product in Zephyr using the BLE Host/Controller with virtual HCI (building the project with . We are anticipating a Nordic Zephyr BLE solution...