I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
I want to start the most basic hello world project on my nrf9160 thingy development board but am having trouble building my own custom project or any of the sample ones provided...
Question on an older chip:
Can anyone tell me if FW originally written for the nRF24LE1E would be completely compatible with the nRF24LE1G? I have an opportunity to source...
Hi,
Device: NRF53
I'm trying to send 3 notify packets in a 15ms connection internal but I can send 2.
I'm using Nrf connect and Zephyr. is there a limit or a define...
I seem to be having weird issue upon initializing qwr module in my .cpp file
NRF_BLE_QWR_DEF(qwr);
Doing so results in a syntax error
#define NRF_BLE_QWR_DEF(_name...
I created a custom BLE service following this tutorial and I am able to connect to the BLE service and write data to it, but ideally, I want to send character bytes as opposed...
Hello,
we are using an nRF52833 for our application with the open serial uart bootloader and MBR programmed in it. What we would like to do is:
1) program the application...
Hi everyone, I'm trying to get the LIS2DH12 driver (SDK v15.0.0) to configure a LIS2DH12 sensor connected to my nRF52 Dev Kit. I've wired the chip up as follows (using the...
I set the publish address of client using function:
Unicast address of sever is 0x0003.
After setting publish address by this function, I check publish address from...
Hello community... I was able to compile the GPS sample and flash an actinius icarus (nRF9160) using the Actinius Programmer once and it said successful. However, checking...
NRF52833+SDK17:
I want to use the saadc to sample a DC brushed motor running current when pwm at rising edge, pwm driving the motor.
I can't understand the real meaning...
Hi, I've been working on SDK v1.6.1 and I just wanted to try the v1.7.0, however some functions on the power management have changed, in particularly:
int pm_device_state_set...
I am encountering a problem with programming an nRF52840 DK:
1. I've installed nRF Connect for Desktop version 3.7.1, nrfjprog version 10.14 and Segger JLinkARM.dll version...
Hi,
I'm using the CLI and have logging enabled. The only way I'm able to see my logging output is if I type "log enable info" at the CLI prompt.
Is there a way to enable...