Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...