Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
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:
...