I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
I want to play songs wirelessly on speaker ,suppose speaker is connected to one soc and and another soc is connected to storage which contains songs how do transfer that from...
I want to use fstorage to write data to a file. The File with three records: 0x1111="Tablet1", 0x2222="data: abcdef", 0x3333="26". How to implement it? Can anyone guide me...
I want to use inner flash to work as event log storage.
So in pstorage_platform.h I set PSTORAGE_NUM_OF_PAGES as 60. So I can use 60 pages.
#define USER_BLOCK_SIZE 64...
The documentation simply says: 1 for variable length and 0 for fixed length.
What exactly does changing this do? Do I save space by setting it to fixed? Why does BDS set...
I don't understand why i have a current consumption of 0.535mA in system off.
In my soft i use PWM, SPI a Button,, I put all things off before i go to system off but still...
hi all:
I download the nRF OpenMesh from the GitHub.
There are 4 example in this folder:
(1)Bandwidth_test
(2)BLE_Gateway
(3)ping_pong
(4)Template project
I prepare...
Hi,
Starting from the LED Button Service found in SDK_12.2.0/examples/ble_peripheral/experimental_ble_app_blinky I'd like to add two characteristics on this service. I...
Hello!
Based on you example I try to develop a simple HelloWorld example that follows chapter 11 of the specification. It says that to form a network a energy scan should...
Hello,
I have been investing a couple days now in order to get the DFU procedure working properly, but it seems I am stuck...
This the setup that I am currently using...
Hello,
I seem to be having some errors with my current project. I am using SoftDevice S310 Version 3.0 and SDK 9.0. When i try to communicate with one of my I2C sensors...
Hello,
When using hal_w2_read() and hal_w2_write(), should the 7 bit address of the slave be passed in or the 8 bit read/write address?
It seems to me that passing in...
I downloaded the nrf52 SAADC Low power project from the GitHub
github.com/.../saadc_low_power
I'm trying to migrate it over to version 12 of the SDK and I think I'm having...
Hi. I'm using nRF52832, SDK13, S132V4.0.2.
I'm trying to test DFU.
I have 2 questions.
Q1. How can I make image for merged files?
I can see it works very well when I...