Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
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,...