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...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hi,
Im trying to use this example to send serial data from GPS module via BLE:
github.com/.../ble_app_uart_low_power_slave
I have disabled hardware flow control since...
Hi
I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.
When I tired MCP windows application on laptop with PCA10031 dongle...
Hi there,
I am using the nrfjprog to flash the nrf51822 via a J-Tag programmer. Here is the command I used in the command prompt:
nrfjprog --eraseall --programs softdevice...
Haw can I configure ble_app_ uart examples for bonding using? I want to connecting, transmit and receive data throw the UART only with 5 fixed devices.
Hi,
I updated to softdevice 8.00 recently, and found something different with softdevice 6.00.
When trying to program the new softdevice hex to the chip using nrfgo studio...
Hi,
I am using nRF51822 chip.
I am using the softdevice s120_nrf51_2.1.0. On top of that i am flashing the HRM central example given in the SDK nRF51_SDK_8.1.0_b6ed55f...
Hello, I'm fairly new are Nordic and have inherited a good project from a departing coworker. We are using Keil uVision 5+nRF51822+BLES110 softdevice.
She explained her...
Hello,
As mentioned title, when using printf with softdevice, "Stopped by a vector catch" occurred.
I am using my custom board(nRF51822 and s110).
And I am using IAR...
Hello,
When i try to set value of the gpregret using sd_power_gpregret_set and clear functions in on_write callback function, cpu gets stuck (i check it in debug mode). Can...
Hello
I'm trying to communicate with an sensor over the TWI HW interface during a BLE connection with the S110 soft-device, and every time I try to use the TWI bus the...
Greetings,
There is a bit of strange operation in UARTE peripheral in nrf52832 with the DK. In the simple code below, if both of the if statements with comments 'Check 1...
Hello everyone,
I have a strange issue with s110 + whitelisting + Device Manager + nrf51822 + GCC and hopefully you can help me with a good advice. It appears that the...
hi,
I am trying to integrate buttonless switch to boot loader as explained in the documentation and the hrs experimental example.
I am working on SDK7.2.0 and using...