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...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Imagine i have a client which sends message to a gateway and i set a TTL for the shortest path . If one of the node is not functioning how will the mesh reroute the message...
nrf52840
sdk for thread and zigbee 2.0
windows
segger studio
in example simple coap cilent and simple coap server
I create my own packet error test through coap...
Hi All,
Currently in my project i'm using hard core delay and delay is custom i.e some places i have used millisecond and in some places used microsecond and in sec.But...
Hi all,
I may need some guidance on the finite state machine method which found an example in app_level.c (from nRF5 SDK for Mesh v3.1), please see my question on below...
What is the minimum specified voltage required on ENABLE (Pin 101) for proper operation of the nRF9160 SIP? Is it the traditional 0.7 VDD, or is it permissible to use a lower...
Hello, I work with an nRF52832 DK and I want to test the example code "ble_app_uart_coexist" . I use the S132 softdevice, SDK 15.3.0 and version 3.1.0 of the mesh for this...
Hi
I used the SDK14 with nRF52832, and carry out the blinky example. When using the Android, the BLE device could be found, but the IOS cannot scan the device. So could...
Hi,
So I am working on NRF52832 with S132 6.1.0 and SDK 15.2.0 mtu and data lenght testings. During that time I was unable to change mtu multiple times while connected ...
I have a ble device and want to write a byte array in nRF Master Control Panel. Firstly, it can be written. But i don't know ho w to input it. My byte array is [-128, -64...
Hi,
I looked at this comment.
If this function (sd_power_system_off) is executed, can I wake up the device again with a soft reset?
If not,
What is a function that...
Hi,
In the documentation nFR523832_PS_v1.4, on page 107, the registers HFCLKSTAT and LFCLKSTAT when in reset mode, indicates that the LFCLK is not runing, and neither the...
Hi Everyone
I am trying to use 2 instances of SPI SPI0 AND SPI2 for Epaper Display and MCP2515 CAN bus module respectively.
Epaper and CAN are working fine if one of them...
I am using NRF52 SDK version 15.3. I am using the app_usbd_cdc_acm module to create a virtual serial port between an NRF52840 DK and a Linux laptop. I am sending messages...
I'm looking into migrating my project from gcc/make to Segger Embedded Studio, because I have some tricky debugging to do and SES should be a bit easier to use than GDB for...