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 am using Mesh SDK4.1.0 and BLE SDK 16.0.0. I was testing the Light lightness implementation and I see that the Default value of default lightness is 0xFFFF. But the...
Hi
I read in another post a while ago a suggestion of changing GPIO pins allocated to the UART (which I can't find now) as a way for implementing multiple UARTs. I would...
Hello.
I having problems with reading a value from one of the ext pins on thingy 52. (i can set the pin as output and toggle the pin from code.)
i have configured the...
before the question , I hope you understand my poor English.
i make a project using nrf52840 dongle and study how to use dongle
I debug pca10056 example on dongle...
Hi. I'm developing IMU system for multiple purpose using ICM20948 & nRF52832.
But there are problems on TWI communications when using BLE simultaneously.
If not use BLE...
I am unable to get logging working. (This is the subject of another issue I have raised, logging does not work in the hrs freertos sdk 16 example.)
I'm trying to read...
Hello,
I am trying to communicate with a sensor hub using I2C. Whenever I debug it enters into a while loop (_disable irq).
But this is not the repetitive. Some help...
Hi All,
I'm trying to create a hybrid program using the USB CDC ACM example as well as the flash_fstorage example from SDK16. I've been able to get the USB CDC ACM example...
I am using nRF5 SDK 16 on a Rigado BMD-300 (nRF52832) series evaluation kit. The application receives button presses and releases from a peripheral (characteristic change...
Hi, I developed some functions on nf52832, nrf52810 and now I'm with nrf52811. I'm able to put some debug on tx pin so I can read it from PC COM, I use app_uart which use...
The earlier post covers the details of our current project:
https://devzone.nordicsemi.com/f/nordic-q-a/55474/aoa-aod-direction-finding-support-in-nrf52833-sdk-v16-0-0-and...
Hello,
My questions is about ANT and CRC :
Does ANT stack already use a CRC that checks if a data has been received correctly?
Or do I need to create my own when sending...
Hi,
Sometimes our custom board is not readable with the reader uTrust3700 from Identive and it might be related to this post . We are usind SDK 14.2 with our custom board...
I'm using nRF52832 and intend to interface 3 I2C slave devices; the first is the BNO055 IMU.
I've integrated the Bosch "driver" code into my SES project, but I find that...
We are implementing a DFU controller to perform DFU over serial for the nRF52832.
Our reference is the nRF5 SDK v15.3.0 DFU Serial documentation (Nordic/SDK/nRF_SDK_15.3...