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...
Hi
nrF52840 SoftDevice S140 - What is the max ATT_MTU size supported? 244 bytes?
Is there any allowed number of packets per connection event that can be transferred on...
Hey, I just got this nrf52 board with pca10040 and tested few Nordic's examples, which worked just fine. I want to simply put some sine wave signal to one analog input and...
Hello all,
I'm working on a device using nRF52832, interfacing to another microcontroller. I was seeing higher than expected consumption, so started to reduce code to find...
Hi
I just downloaded the nRF connect v2.6.0 - Programmer, but i don't what i have to do to start writing the code.
I only get 2 ``Boxes``, and one of them is called File...
Hello,
I was wondering if there was a way to use the NRF SDK for Mesh DFU example without a serial port. Currently I have 2 Nordic Thingy52s with no serial ports so I cannot...
I am trying to erase the EnOcean switch data without erasing the board. node_reset() function isn't erasing the EnOcean switch data after commissioning.
I would like to...
I am using the example nRF5_SDK_15.2.0_9412b96/examples/proprietary_rf/gzll/gzll_ack_payload.
I tried to modify the default PAYLOAD_LENGTH to 32,but the speed I tested is...
Hello,
This is Jahnavi.I am having 3 nrf52 DK boards and I have to make mesh configuration with those 3 devices.How to connect the nodes of the mesh with group Key?
What...
Hi,
I create my application image using nrfutil like this :
Everything was working great so far but for test purpose I added one argument to this line :
I...
I'm working with nrf52840
i was working on one of examples of BLE and after editing the code 'then burned it on the kit
the code is burnt on the kit , but isn't executed...
I'm having trouble debuging an external module with the j-link included in the nRF52840 DK. I'm using the debug output provided in the P19 connector.
The connections are...
I am using the nRF5 SDK Version 15.2 and nRF52840-DK to model a custom service containing five characteristics along with the standard BMS and DIS service provided in the...
Hi,
when sending small 11 byte messages on the mesh nrf52840 S140 mesh 3.1 Only every 3rd message return status 0, the rest returns status "Device is busy". I know this...
I am looking at routine 'spi_master_using_nrf_spi_mngr', I found "#define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED 1 " in the sdk_config.h file. Is this part of the routine...