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...
When I run nrfx_twi_tx i get the error code 0x01, and I can't find out why. I'm running SDK15.0 on PCA10040, using ses.
My init function looks like this:
The initialization...
Hi
I remember seeing somewhere a function that will notify a certain amount of time before the next transmittion.
I need to run a time critical procedure and I don't want...
The 15.0.0 SDK release documentation mentions "Full support for nRF52840 and production quality of libraries and examples for this device"
How is it made Production quality...
Hi, All!
I am using nRF52832, the uart0 tx/rx works well, but the uarte0 can send bytes, but can not receive any bytes. The code as follows, could you help me please?
...
Hello ,
currently i am using nRF51822-QFAC device with SDK10.0.0 AND soft device S110 now i want to use S130 instead of S110 i updated but my device is rebooting continuously...
Hi. I'm using nRF52832 with SDK13.0.0.
We faced that our custmer's complaint for over current consumption.
I've debugged the sample to find the problem and I realized...
I am using nrf52832 development kit and sdk version 14.2.0 and soft device 5.0.
I am using nrf_calendar.h with mpu9250. I have uploaded my code,and I have used all necessary...
I've got a bit of a strange issue with my nRF52832 which I can't for the life of me explain - so I shall try and explain...
I have loaded in the softdevice and a custom...
Dear Teao of Nordic,
which is Bluetooth data rate of NUS example ind case 1 and case 2? Is it dependant of Softdevice Version? Can data rate be configured?
Is it 1Mbit...
I am getting "Error - No response from Thread CLI device" while using nrf_TTM-linux-x64. my operating system is "ubuntu 16.4 LTS" Os type 64 bit.
flashed firmware is: "nRF5_SDK_for_Thread_and_Zigbee_v1...
Hello,
We are trying to set up unit testing for our project however had trouble running it on the nrf51 board and decided to run it natively on a windows platform.
My...
The original order of my system initialize step is:
/******************************************* 1.nrf_drv_power_init()
2.APP_SCHED_INIT()
3.app_timer_init()
4.APP_GPIOTE_INIT...
Hi,
There is something I don't understand and I request your help to answer my interrogation. What I want to do is a SAADC conversion then send the result of this conversion...