Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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:
...
Hello
Just purchased and received the DKs of 52833 and 5340 to learn and develop several BT applications we have in mind. We are basically hardware guys, not software, but...
Hello guys,
After testing pwm examples, I would like to do my own program. But I have faced to different problems.
Do you know how can i configure PWMs channels. As I...