HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Hello.
I am trying the SEGGER Embedded studio's open nRF connect SDK project, but it fails with an error like the one in the image. How can I make it succeed?
SEGGER...
I am doing something really really crazy, that's writing some application on PC using opcode serial port for configuration a light switch server (maybe light switch client...
Hey all,
I've been using the SDK for Thread for quite a while and got all the basic stuff up and running with Thread and the nRF52840DK, RPi Border Router, etc.
For example...
Hello, I'm working with nRF5340 DK with Zigbee communication. I'm getting RSSI values between 0-255, but I'm more interested in the value in dBm, so I would like to convert...
Hello,
I developed the code on nRF52-DK with Segger.And also I want to program this code to MDBT42Q chip with nRF52-DK.
What are the circuits and software programs where...
Hello, I' trying to use the Serial LTE Modem application on an Actinius Icarus board. I configured the nRF project for the correct target, enabled COAP support, set Nb-IoT...
After upgrading the nRF-Command-Line-Tools from 9.8.1 to 10.12.1 the RTT output of JLinkRTTClient stopped working when doing a nrfjprog --reset. Interestingly it still works...
Hello, i've tested dfu process from secure_bootloader with different app examples with success (ble_app_blinky, ble_app_uart, even a custom application) but, when I try the...
Hi, I want to use normal GPS data (not AGPS) to send to my MQTT server.
I work well with MQTT_Simple to send sensor data to my server.
I see a GPS example in /nrf/samples...
Hello,
I have application that is sending data over BLE every 5 minutes.
I want to implement DFU using BLE. I don't have any single button on my device.
What should...
In the software NRf Connect Desktop.
The packet length (bytes) variable. What part of the Bluetooth packet does this change.
How does one calculate the number of transmitted...
Hi,
I have created my BLE peripheral application with custom services. Now i want to add DFU feature to it.
I have independently checked DFU test images given in nRF5...
Hi,
I've developed a PJT that works properly on nrf52832. Now I'm trying to migrate it to PCA10056 for USB developement.
Several attempts have been made but problem...
Isn't there an easier way to use the SDK? For example, to use pwm, you need to change nrf_pwm_enable to 1 and nrfx_pwm_enable, nrfx_pwm0_enable, load_mode, step_mode, base_clock...