Hi, Any one kindly suggest and Chip based antenna for the Thread + BLE and Wi-Fi + BLE protocol in NRF54L15 protocol. Also kindly suggest the PCB based antenna for the Thread...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Hi
In my application I have a function that takes about 1 ms, in which timing is critial.
(I cannot allow even a few us change of the timing inside this function).
When...
Greetings, and thank you ahead of time to anyone willing to lend some advice.
I'm implementing application-layer security by requiring central devices to supply a user...
Hi,
I am having some trouble getting the nrf51422 (running the s130 soft device) to wake up after entering sleep mode. I have successfully entered sleep mode using NRF_POWER...
Hi,
I am trying to work with ble_radio_notification.h. When I import this file to my main.c, I have "No such file or directory error". When I try to add it to nRF_BLE folder...
Hii every one,
We are working on a project where we are using a temperature sensor LMT01, its giving a pulse output the pulse out is from 220mV to 600m. So I'm using lpcomp...
Hi,
I am getting only two values on startup and the remaining values as zero when using app_timer_cnt_get.
EDIT: updated entire main.c file
#include <stdint.h>
#include...
I am trying to bring the pc-ble-driver code up on a single processor ARM based board with Linux build under Yocto control. The boost library version being used is 1.60.
...
Hi All,
I'm implementing system clock using approach similar to
devzone.nordicsemi.com/.../
The idea:
NRF_RTC_EVENT_COMPARE_0 -> PPI -> NRF_TIMER_TASK_COUNT
...
I have a nRF51822 custom board for BLE UART application. Connects this to serial port of an ARM SoC board.
P0.09 is for UART_Tx and P0.11 is for UART_Rx. No RTS and CTS are...
i am using a blend micro with nRF8001. and i am using it as a hub in my project.Now i am getting a range of 13 meters.but that is not enough for my project.so can i increase...
Hi!
I'm using the nRF Sniffer software (Windows 1.0.1 Rel.1111) with nRF51-DK Board (Rev. 1.1.0) and Wireshark (1.12.5).
Everything works fine until the number of 65535...
hi
i work in sdk v6.1 and work with dfu over air and it work fine on s110 but now i open this project
nrf51_sdk_v6_1_0_b2ec2e6\nrf51422\Board\nrf6310\s310\ble_ant_app_hrm...
Hi!
Turns out that there is no need for the SD310 and the nRF bootloader. Which means that the flash layout is edited and current support for the BLE OTA is dropped since...
Hi,
I am working on nRF51822 Microcontroller. I am not using any kind of stack I mean Bluetooth etc. I have a simple nRF51822 microcontroller and am running a simple application...