nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
Hi,
i need to handle a button detection Time, i mean when i push the button for 2 seconds something should happen. How can i use the app_timer_cnt_diff_compute function...
Hi,
I have been experimenting with the master emulator .dll - I started with the HidDemo project which is written in C#. This seems to work perfectly well.
I have rewritten...
Dear Nordic Developer Zone,
I am working on a BLE application using nrf51822 with softDevice .
My aim is to be able to redefine which GPIOTE channel my PPI is using...
Hi ,everyone:
i design a pwm driver ,that contain one timer(TIMER2) and 4 ppi interface.
1.pwm(ppi and gpiote)
Now,i have a problem with it not be Synchronous .when...
I have 24 bytes structured configuration data that are changing sparingly. Goal is to keep them in form of non-volatile memory with a reasonable long life span.
I am aware...
Hello Nordic expert,
We can find connection event diagram (figure 5) in S110_SoftDevice_Specification_v1.1.pdf.
But customer needs more accuracy data for time and current...
I have a large list (a few hundred) of BLE messages that need to be sent as part of a regression test of my app. I'd like to script that. Is there a command line interface...
Hi everyone,
do you know of an explanation or some kind of tutorial to see how Bluetooth Low Energy works?
For example some detailed information on those nrf51822 examples...
With nRFgo Studio, I define the services in the nRF8001: I create the pipes I need, and so on...
Is there any way to increase the number of credits (i.e. the number of...
Hi
Where do I find a measurement report from Nordic which shows the average current consumption for a typical BLE application (1 seconds advertising period e.g.)?
Until...
I a writing my own interrupt and DMA based code for sending commands and getting events from the nRF8001. The 8001 creates an event for every command, but if you want to clock...
Hi ,
i read tha the default profile for BLE is GATT but in the BLE_templete GAP is used. How can i interpret this? Which Profile i have to use when i wannt support for...