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 want to use the nRF5340 for a project that will use direction finding. I want to know if the Nordic nRF5340 SoC is compatible with Bluetoothe devices form other companies...
I used NRF52832 before, nRF5_SDK_14 for the software, using the ble_app_hrs_rscs_relay example in the SDK, NRF52832 as the host to connect a heart rate wristband, and then...
Hi, hope you everything goes well.
I have a question about using the CT008-U LCD, with nrf52840. And I am going to use gfx class function to write text or draw a rectangle...
Hi, I have interfaced the nRF52832 with temperature sensor via i2c(MAX30205 temperature sensor) . I am advertising only when it become low temperature( setting the threshold...
Hi Devzone:
I want to make nRF52833 chip enter sleep mode but not deep sleep(SYSTEM OFF) so that real time clock can still wake up the system. We don't use softdevice. ...
Hey,
I have some weired problems on DFU process where the error just appears on nrfConnect PC version.
I'm experimenting with the DFU update. I have previously used SDK...
I have 20 Nordic Thingy 91 that I am using for a project to collect temperature, humidity, and air quality. I had them programmed so that they can log the info on google sheets...
Hi,
I have a couple of general questions regarding BLE packets, things that are not completely clear to me. I'm using SD S140 v6.1.0. I hope this doesn't end up in too many...
Hi there!
Me again... I'm having issues with networks that consist of more than two nodes. When my network consists of three nodes and one node sends a message to another...
Hello I'm using sdk v17 and trying to shorten PASSKEY.
Currently, my PASSKEY is 6 letters long. I want to shorten it to 4 letters, is this possible?
Or how do I get rid...
In my peripheral FW I set the Data Length to 251 and MTU to 247. I also set the Tx Max time to 16 (16 * 1.25msec), However I always see the during the connection handshaking...
Hi,
My requirement is to send a bulk of sensor data over BLE to view on the app, I have taken dummy 1000 samples and successfully transferred them by dividing it into chunks...
Hi everyone,
I'm programming nRF52833 for my application. In my application, I used ble_advdata_parse to read the advertising packet for filtering mine device. However,...