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...
I'm getting started with an (older) nrf52840DK board. I'm following the instructions presented here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hello,
I'd like to test the condition when the LTE-M network is unreachable on the nrf9160dk. I have interrupted the antenna path by connecting a 50ohm termination to J1...
I designed a prototype custom board with the nrf52840 (QIAAD0).
It has a USB socket, with an external LDO supplying 3.3V to VDDH + VDD (following the recommended circuit...
Hi,
I am working on an SPI DFU on my NRF52840 DK using SDK 15.2.0. So far the init packet is able to transfer, however, after I create an object for transferring the firmware...
Dear community,
I compiled the ble_app_hids_mouse example from SDK 17.0.2. From the datasheet of BM833A, i can read:
Flash/RAM: 192KB/24KB
Compiling the project unmodified...
Hi,
I try to use the ADC of a NRF52811. The ADC input is on p.030,
that should be AIN6 according the datasheet.
The following I'm doing for initialization and I call...
Hello, i am trying to develope a I2C application. I am using the twi_sensor example of the SDK 12.3.0 I have configured my pins to SDA 14 and SCL 30 and i just want to send...
Hi,
All the BLE mesh examples provided by nordic requires nrf connect/nrf mesh application. But now I want to pair and connect my linux (Ubuntu) machine with nRF 52840 SDK...
Hello, I am trying the nRF52 DK but I am struggling to make an upload on it. My first goal is just to make the led1 blink. How could I troubleshoot the upload.
Each time...
hello,
first i use the nrf mesh sdk 4.2.0, nrf52 DK board and light_switch_server_example with small modifications for debug purpose .
I noticed that when i connected...
Hi guys
I am working on a NRF52832 device. My SDK is 15.2. I am on S132.
To initialiser the Softdevice, I use the following function :
You can see that we added a...
Hello,
We have an NRF52840 based custom design board where the peripherals run on 3.3v. I based my code on a combination of ble_app_uart and ble_app_buttonless_dfu examples...
Hi, I'm in the process of systemizing a protocol for a product where we have the need to use different types of advertisements. There is one periodic connectable advertisement...