Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
Do the values for current consumption given for the scenarios in Section 5.2.1 of the nRF52833 PS include the current for any peripherals required? E.g. the PS quotes 2.6uA...
Hi!
I am trying to merge the basic/button sample with the mqtt-simple sample.
I added to the prj.conf of mqtt-simple sample.
My main.c looks like this:
After merging...
Hello!
Iam trying to get the spi function to work properly on my thingy 52 device.
My problem is that the transfer wont stop when it should in my opinion, i have analyzed...
Situation: SES, SDK 16, nRF52832
I'm developing a pre-production test program without BLE. I'm using APP_TIMER_V2 and noticed that the timer events do not not happen even...
We have a custom board with nrf9160, ncs 1.2.0 and modem fw 1.1.1. We experience strange behaviour with the GPS: As an example,on units with 30 min fix intervals, we experience...
I added the commissioning part from the nfc_meshcop example to the mqttsn_sleepy_subscriber example. I tested the nfc_meshcop exaple and worked, so the border router part...
Hi,
I have developed a project of mine based on the nRF52840 DK and now I want to place
the nRF52840 chip on my custom 2 layer PCB board but I think that it might be very...
We still have some Problems to use the Supl client Library, to test it we use the normal GPS example and seems like the connection is available with NB-Iot settings. We are...
I have a product which uses the nRF52840 SoC that will also have NFC functionality. The housing of the PCB is sort of forcing a custom design for the NFC Antenna.
We need...
Hi All,
I am using Segger ISP1430603E board to program my nRF development kit. ( ISP1507AX )
With SES I am able program, debug the application.
I would like to program...
Hi there,
I am wanting to develop a custom PCB for the nRF52833 SoC. I am basing it off the nRF52833 DK! As such, most of the schematic labels are identical.
For our custom...
Hi,
When I do a secure DFU (screen dumps pasted ), it failed with error code 0x8005. It worked on WIndows 7 PC.
//==================Linux System Report
# nRFConnect...
where is UARTE configuration in sdk_config.h? According to this doc (for SDK15.3/UART):
infocenter.nordicsemi.com/index.jsp It seems I can follow the steps to enable UARTE...