Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
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...
Hi,
I have a problem that can not receive FDS_EVT_WRITE event, but fds_record_write return NRF_SUCCESS when using FDS and FreeRTOS simultaneously on nRF52840. And FDS_EVT_INIT...
Hi,
In the ble_app_uart example I am trying to read a binary file and send it to the application using nRF52840 board. I have send 32 packets of data periodically.If a delay...
Hi. I am looking for a reference FW design for BTLE where I can define a custom Service and Characteristic where I can send arbitrary (minimal length) data from peripheral...
Hi,
In our application, LCD will occupy 150KB RAM, and algorithm will occupy 60KB, but 52840 only has 256KB ram, so 256KB RAM is not enough for our application;
We want...
To realize multi touch in hid, we need to realize get report request to get the maximum number of support points and set report request to set touch mode. In the SDK 15.3...
Hello,
I'm trying to add a third characteristic to my BLE service and when I add it, my device "fatally" crashes in Release mode with no meaningful error information ...
Hi I'm having trouble updating the firmware on a custom board using JTAG through the NRF9160 DK.
I've attached the log file from the programmer of the error I'm getting...
I loaded up the zephyr sample blinky example, compiled ok, and went to download to the nrf5340-pdk...
I got the following error dialog plus some more misc. errors (see output...
Hi
nrf52833 SDK16
The following code works fine on UART 0 but not on UART 1
The problem seems to come from nrfx_uart.c
There is no support for a UART1, so...
Hi,
I've built a project out of the USBD_ACM_CDC example in which I have added a SPI master driver. This project has a timer interrupt that will shoot off every ~500us and...
Hi everyone,
I'm a beginner with nordic development and I managed to screw up my development kit. It started when I was trying to figure out the BLE blinky app with my IOS...
Hi,
I'm working on an IoT project with NRF52832 ( S132) . I need to connect this device to mqtt over 6LoWPAN (IPv6) and run it on a button cell battery CR2032 for as long...
HI,
I am trying to connect to our cloudmqtt account where the topics are dynamically created because of which is it not possible to pre-program a specific topic.
I would...
Hi,
it came to my attention that the inductor Murata LQP15MN3N9B02D (3.9nH) that is used in the antenna matching circuit of the nrf52832 reference design has become NRND...
Hi every one,
I'm a development product with chipset NRF52811, using soft device S112 and SDK 15.3.0.
My device will wake up and send data whenever I press the button...