Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
What benefit is there to RX gain for the bluetooth front end module
Most other 2.4 amplifiers do not have RX gain.
Our concern is the noise floor, would not the RX gain...
Hi Sri,
When referring to this ink , we know the typical and max ripple values are 70 mV and 100 mV respectively at REGOUT0=1.8V.
Two questions:
1. Do we have the...
I am attempting to add peer manager bonding and whitelisting to an existing app.
The app is simple, uses nordic uart services to pass 4 bytes of data between two embedded...
I am currently using nus and dfus service. It works fine. The secure DFU service is displayed in the nrfconnect app.
However, when ble_bas_enable, the duf service disappears...
Hi,
Is is possible to use printf while using the libuarte library? I am trying to link the nrf_libuarte_async_tx() function to printf but I am unable to make it work....
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20
my issue is when we send/TX data through UART "static uint8_t text[] = ...
Is it a good/bad idea to put capacitance on the nRST line. I noticed the nrf52840 DK does not have any capacitance on the nRST line. At least none that I can find, tracing...
Hello,
I have a nRF52833 on a nRF52833-DK or the PCA10100 and want to do development but I have found several projects don't have a Segger Embedded Studio project (for the...
Hello,
I just installed nrfutil with
pip3 install nrfutil
All the requirements are met:
andreas@notebook-fh:~/github/pc-nrfutil$ pip3 install nrfutil Requirement already...
Hi,
I need close to 1Msps rates for my application and am planning on using a ADS7887 SPI ADC from TI. My question is on how to drive the SPIM and if an example exists...
I am having trouble getting peer manager bonding to work, wonder if you can help.
I'm using nRF52840 (on PAN1780 eval boards), SDK 17.0.2, Nordic SES 5.30a
First a summary...
Hi
As there are 12 PDP context available on nrf9160, I was wondering about the correct usage of them.
Usually, my use case involves only 1 context (cid=0). I configure...
I am trying to measure the current using power profiler 2. The profile seems to contain irregular spikes which is incorrect.
Is there any way to make adjustments to the...
I'm using the peripheral_uart example and I'm trying to increase the buffer size.
At this point the buffer size is 20 although I changed in my prj.conf the following:
...