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...
SEGGER Embedded Studio 3.12
nRF52 SDK 15.0.0
In order to generate peripheral driver library files,how to create library in project(have .c&.h file in this project).Only...
Hi,
SDK documentation says "You cannot write to UICR.BOOTLOADERADDR when using the default J-Link target driver in IAR". Some threads suggested it is only nRF51 issue, but...
Hi!!
Now I am using sdk 14.0.0 / example / peripheral / spi / pca 10040 / blank / arm5_no_packs /
I am sending commands to ads 1192 with nRF 52832 DK as master and after...
I had an issue on using HID to control the media in Android. It worked fine at the first connection, I could play , pause and change the song on phone. But it couldn't control...
Hi I would like to confirm which NRF51822 models are the 0.35mm thin WLSCP package. I checked Avnet distributor and they say that NRF51822-CTAC-R7 is 0.35mm but the package...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132.
I need to make an android custom app (with UART functionality) so that only...
I'm trying to get a third party demo application working and I seem to be having an issue with the nrfx_spi_xfer function getting stuck waiting for the NRF_SPI_EVENT_READY...
Hi everyone,
I'm learning about proggram the nRF52840 dongle and I tried to code an interruption. Press the SW2 to turn on a LED
So, looking at this code, where did...
I am trying to make the nRF24LE1 as a sensor node. So I want to configure it to work as a receiver/transmitter and simultaneously use the ADC and UART. But the moment I added...
Hi all,
I'm using nrf51822 and ble_app_multirole_lesc example on SDK 12.3.
When I connect with "nrf connect" Android application for the first time, the bind is established...
Greetings. Finally ordered some NRF52832 board from HOLY IOT and spend few weeks trying to handle with them.
So, all about setup:
SDK: 15 (15.0.0_a53641a) @ Windows 7...
Hello, I have just started evaluating SoC nRF52832 and have built a custom board based on recommended diagram from the datasheet chapter 53.3. Actually, the board diagram...
Config
Using NRF52810 on a custom PCB with 32kHz + 32MHz crystals, very close to the reference schematic
S112 with SDK 14.2.0 in SEGGER Embedded Studio V3.30
A button...
In my application, I execute below code to start advertise when a button is pressed
err_code = ble_advertising_start(BLE_ADV_MODE_FAST);
APP_ERROR_CHECK(err_code);
...