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...
Hello,
I am wondering if anyone has any measurements of the LC3 SNR / Distortion measurments on the NRF5340.
I have tried with the Audio DK but beleve im just running...
Hello Nordic team!
We are using nrf52832 chip and soft device S332. System runs custom bootloader and main application.
We did not have any major problems with BLE...
Dear Nordic Team,
The founders Lukas Pilat and Robert Kopka have met your representatives at the Light & Building conference yesterday. They recommended us to get in touch...
It seems like VS Code debugging will reset debugger if you click to reset MCU. This somehow leads to it dropping RTT. It further releases the CPU while reconnecting and halts...
Hello Nordic Experts,
Recently, I am using the nRF52840 dongle to sniff the Scannable Directed event, but I found that the AUX_SCAN_REQ cannot be sniffed, but the SCAN_REQ...
I'm using the UDP sample from SDK 1.8.0 with the following modifications:
No PSM
No eDRX
Send 100 bytes every 15 seconds
This is on the nrf9160-DK board.
I suspect...
I'm using embedded rust for a project on the 9160. If i configure any of the AIN0-AIN7 pins with the SAADC, my sleep current is 850 uA. Default config is resistor bypass,...
Hi,
I want to use NRF_RADIO->SHORTS register in my standard BLE application.
I am using nRF5 SDK15.
When I write in to this register before enabling the Softdevic, it...
hi,We developed a Bluetooth product based on NRF52832, but the bandwidth test was not qualified. According to the requirements of FCC Part 15.247 regulations, the Bluetooth...
Hello,
I have a project that is based on the peripheral_uart example that receives start and stop commands from a periperal_central device via BLE to send ADC samples...
Based on the NRF52840DK, we want to do a USB CDC DFU upgrade function, but we don't want to use the BLE demo. You want to enter the duf mode by adding and modifying registers...
I am facing a problem. Two sensors are triggering with data_ready pins and a timer value is captured upon the event. But the value can be stored only in RAM if a context switch...
HI,
I am working on nrf52833 board, while working with flash in dts file i could see that write_block_size is 4 bytes. Is there any way to reduce that , i need it as 1 byte...
Hello guys.
I am using a board based on the NRF52840 device. We run a code that we developed earlier and it was not well coded but working. it involves the interfacing of...
I am using Nordic Uart Service (NUS) to transmit raw data from nRF52832 device to iPhone. But it takes longer time than I except. Can I add debug message to make sure CRC...