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...
Hello,
I've got some of the nRF5_SDK_15.0.0_a53641a examples running on my board, the blinky, twi scan etc. all work fine. The twi and spi examples still use the legacy...
I am trying to debug the DFU in IAR.
However, when flashing as is I get the following error:
Sat Aug 25, 2018 20:31:45: ELF/DWARF Error: Unsupported .debug_info format...
In migrating an existing application from SDK 14.0.0 to SDK 14.2.0, I am finding that the first timer I create gets NRF_ERROR_INVALID_STATE on calling app_timer_create() ...
Hello,
I've got the PCA10040 dev kit and it works fine. To match my PCB setup I've cut SB2, this disables the 32kHz osc.
For debugging purposes I went back to the examples...
Hi,
I face a problem when trying to perform a DFU firmware update via command line using nrfutil dfu ble.
I'm using windows 10 and nrfutil.exe version 3.5.0
I am using...
Hi,
In application note 'nWP017 - Antenna tuning', it provides quite a lot information about how to tune antenna.
But, once it is properly tuned, how do I know the matching...
Hi,
When I do not call advertising_start(erase_bonds); then I only draw about 2uA.
When I call advertising_start(erase_bonds); I draw 350uA.
I want to advertise. Then...
Hello Nordic Team,
I have few analog sensors that operate at 5V DC and outputs voltage signal within 0.5V - 4.5V range. I know i cannot interface these sensors with nrf52832...
Hi,
I am working on a project with nRF24L01P. Recently I was trying to make nRF24L01P to transmit packet continuously and i have configure the chip in no_ack, TX and shockburst...
I am using nrf52832 based on SDK14.2 development. I used the air upgrade method in the routine "buttonless dfu". After the online upgrade is successful, nrf52832 will be automatically...
Hi,
we have a nrf51 mounted inside an AC motor housing which we assume is causing an unintended flash erase from time to time (checked with nrfjprog --readcode).
Is...
Hi,
We have a custom board with a Telit Bluetooth module, Bluemod+s42, now.
At present, I am using the "nRF Mesh" APP to test the feature of proxy. But, I encountered...
https://devzone.nordicsemi.com/f/nordic-q-a/29255/mtu-size-of-nrf52832-as-central has the answer of how to change MTU size. Could you please provide more details with the...
Hello,
We have bought two EVAL boards, nRF52840-DK, in order to try our goal to add to our already working projects BLE option. This happened about two weeks ago, and since...
Hi,
I use S130 with SDK 12.3.0.
I have an application that permanently advertise with an interval of 10s but when the user push a button I switch to BLE_ADV_EVT_FAST ...