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...
Currently I am facing strange issue in my project. Let me first highlight my set up. I am using the PCA10040 kit for development, keep multi-meter in series to measure current...
hi experts, I want to build a ble center based on s130 to collect sensor data from several peripheral devices. Some of them may not be from nordic solution, such as TI. so...
When I connect to my firmware after cycling Bluetooth on iOS, I am able to subscribe to my Characteristic Indications without any issues. The nRF connect app receives all...
I have two boards, one is official demo board, the other I make PCB board.
I down the open-mesh source code form github.sdk version is 8.1,open mesh stack version is 0...
Hi,
I have to send data with notification from central to peripheral, because I need save some data in peripheral device.
What I have to do ?
I test it on Adnroid 4.4 ...
Hi Sir,
I am working on nRF52832 board with pca10036 cortex M4, and i worked out spi master and slave example code on a same board and configuring spi instance 0 as master...
when using secureDFU with sdk12.2, only changed the mac address.
my application is more than 60KByte,
when i test the firmware for two files, one is 62K and an other is...
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I made a BLE peripheral (nRF52 + SDK11.0.0 + s132) and have so far been using Android devices (that supports 7.5ms connection events) to connect to it. I want to connect to...
Hello,
We are sharing SPI and we found possible bug in nrf_drv_spi....
The problem was that first SPI is using blocking SPI thus does not use ISR and set it to NULL: ...
Hi, Nordic
I want to add ble_dfu service in my app, my own app will add my custom ble service.
So in service_init() function, ble_dfu_init first callback, then my own...
Hi,
I want to control a g-sensor by nRF52832 via i2c.
I am using an example( nRF5_SDK_12.2.0\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm4)
and I add the app_twi...
Hi,
I use the SAADC to sample 2 pins. I use the nrf_drv_saadc, and a timer to call the sample task.
I was trying out several gains for SAADC and I noticed that for gains...