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...
Hi,
I'm trying to implement the following use case:
On the first button push a sensor advertise and bonds with a smartphone. I do it the following way and it works fine...
I tried to configure OTA in my application, but nrf toolbox stucks in "enabling dfu bootloader" and I can see "Starting DFU" showing up really fast, can it be a problem with...
Edit : I solved the problem. The problem was related to variable declaritions and pointer. None of the commands was not working except Write Register and Read Register. I...
Hello. For my application, I have written several functions related to sensor interrogation and work with some periphires of the controller nRF. I split these functions into...
Hi, I started development using a custom board with nRF52840 QIAACO. 1. The prototype uses Holyiot-18010 module ( listed on Nordic 3rd party modules). 2. I am using supply...
Hello. I am using the nRF51 Development Kit which is working well. I am using the examples\ble_peripheral\ble_app_uart sample project as it seems to have the features that...
Hi
I have an external board featuring an nRF52832 connected to the nRF52DK via the Debug Out port on the DK and a 6 pin connector on the external board. I can program the...
Dear Expert,
I use this URL to learn micropython on nRF52840.
https://github.com/micropython/micropython/tree/master/ports/nrf
but I want to use SD card function which...
I think I had this working earlier, but when I upgraded to nRF Connect 2.5, now when I select my trusty PCA10000 (nRF51822 dongle), I see all the proper initialization whiz...
Hi,
I'm having difficulty getting the ble_app_blinky_c example in nRF5_SDK_15.0.0_a53641a to compile for the the nRF52840 (pca10056). I'm getting the following errors
...
I've installed the Segger Embedded Studio and Nordic SDK (C:\Nordic\nRF5_SDK_15.1.0) following the tutorial video on the nRF5 webpage.
Right out of the box, trying to Build...
I am designing a simple broadcaster using an sma connector for a dipole antenna.
I have added a 50 ohm SMA connector to the reference deign
.
so you can see above...
Working with the pca10056 pdk board I used nrfjprog --readqspi which works just fine but the intel hex records start at 0x1200. Im curious as to why?
The extended address...
Hi,
I'm trying to understand mouse_movement_send() function in HID mouse example. Can you please explain what is exactly happening inside this function?
I also didnt understand...