Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
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...