Hi, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...
Hi All,
I just bought nRF5340 DK, I was able to flash the program to blink led1 and was happy that it worked correctly. The next day, my board no longer recognized the USB...
Hi,
I have a NRF52840 DK , I was using it for development. After one day the board don't turn ON anymore. I'm using USB cable as a power source. Acording to several subject...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
Hello,
I have a BLE device with the nRF Desktop application, and I want to turn off my device if it is not used, even if it is connected to my PC. I set my CONFIG_POWER_MANAGER_TIMEOUT...
We have used zigbee sample for coordinator we did many changes in that like subscribing and sending values in UART when any new device gets added.
but noticed ZB_ZDO_SIGNAL_DEVICE_ANNCE...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
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...
Hi!
My idea of sending a packet would be:
-regulary send a packet with fixed length (stated in static length field) to a base: i.e send the temperature =>4byte
-if...