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...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hi! I have mentioned this already 9 month ago in another ticket ( https://devzone.nordicsemi.com/f/nordic-q-a/75331/dfu-upgrade-of-only-bootloader-not-softdevice ) but it...
Hi ,
the nrf25840 data states regarding temperature sensor's accuracy: To achieve the measurement accuracy stated in the electrical specification, the crystal oscillator...
Hi, I use two nRF52840 DK for testing purposes for over 1.5 years now. Suddenly, yesterday the BLE module in one of the DK's stopped working. Just like that. Same functional...
Hellow
We are in trouble. Please tell me what to do.
The input range of the SAADC is not as expected.
I use: ・nrf52840 ・VDD=3.3V by Regulator ・nRF5_SDK_17.1.0 ・Sample...
The example ble_app_uart is working fine (i.e. I get NRF_LOG_INFO from gatt_evt_handler), but my code doesn't. I've checked the diff between them and tried adding all diffs...
Hi All,
I am using nRF52 DK board & nRF5_SDK_17.1.0 for Development(Emulated Project for nRF52805), My application needs creation of multiple service and multiple characteristics...
I bought a handful of nrf52840-Dongle boards, with the intention of developing an application on one "dev" board and then flashing it through the Open Bootloader on the others...
hi am working on DFU- OTA on nRF52833. In one of the query I found the method for to evaluate DFU- OTA on nRf52833 , am able to do that ,after connected to the Bluetooth I...
Hello,
I am new to Nordic. Earlier I was using Cypress controllers CYBT343026-01. As per nRF documentation, I believe once the controller goes into a deep sleep mode, I...
Hi, devzone!
I'm trying to use a timer to periodically change the digital output but it seems that the handler function is not called.
The whole code is based on the...
Hello!
For a project, I am relying on RSSI data from the development kit nRF52832. The problem is that the data I get is in dBm (I assume?), that is values like -30, -50...
Hi,
We are designing a board that is controlled by a NRF52840 and that will use a NRF21540 (FEM) to enhance its radio link budget.
We will use the FEM with diversity antenna...
Hi,
The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash(1024K) into the following regions:mcuboot(48K)...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...