While using PAWR, we see the above HCI event.
The subevent data is then empty.
Do you have any advice for debugging this?
There doesn't appear to be any helpful logging...
I am attempting to configure and build the Asset Tracker v2 for my Actinius Icarus v2 board.but the build is failing.
Setup:
nRF Connect SDK v 2.9.0
Board target:...
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...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
Hello,
Can anyone help me figuring out the best possible way to store certain characteristics which I want to never reset values on the events of controller RESET or power...
HI
I want to know the max of number of data package send from phone in one interval?
Now I could only get one package form iphone6 with character of write without respond...
Hi,
What happens if a user initiates DFU but never continues the process of uploading an image, does the device sit in this mode indefinitely long?
How might we implement...
Hi,
We're trying to port and migrate our nRF51 SDK v8 (softdevice s110) codebase to nRF52 SDK v11 (softdevice s132), but we're seeing a crash occur (goes into HardFault...
hello everyone:
I use nordic APPtoolbox to test DFU ,android toolbox can DFU,but ios toolbox can't DFU
1、 i use sdk9.0 dfu project,and sdk9.0 ancs project
2、 blog.chinaunix...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hi,
Where to get Master Control Panel 3.4.0 source code? Our project is related to creating proprietary BLE profile's. We have some idea on how to program a sensor device...
Hi,
on my board I have a nRF51 and a LIS2DH accelerometer. I want to enable an interrupt pin INT1, so if the LIS2DH sends an interrupt event (pin change from high to low...
I am using example->peripheral->uart(KEIL version MDK 5) in SDK11.0 . Because my 52832 board is a new one I made, I changed RX_PIN_NUMBER and TX_PIN_NUMBER to 9 and 8. CTS_PIN...
Hi,I'm using mpu9150 imu sensor with nRF51822 EK kit, i want read that sensor values i.e acceleration, gravity, yaw,pitch,roll values in keil ide ,how i can do that? Can any...
Hi,i'm using the nRF51822 with the IMU 9150 sensor, i'm using the github.com/.../nrf5-mpu-examples git repo for my sensor. while i try to read the values of sensor in Tera...
I am trying to flash TCP-Server example from IOT SDK from Eclipse.
Project builds without errors.
But I am getting this warning message in Eclipse console when I flash to...
s130, nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0.
I want to use the Central Glucose Service, how do i modify the "ble_central/ble_app_hrs_c" example code?
int main(void...