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...
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...
-> 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...
In trying to develop a ble peripheral app with verbose logging, I observed the device ceasing to advertise somewhat repeatably. I think I have an easy bug jar; it reproduces...
Everything worked normal a month ago. Now things stop working.
When I try to download the program to nRF52DK, the error shows up like this.
When I try to follow the...
i have been trying this, putting the code from SDK14.2/example /periphelas/uart, but i had problems with the file links. So can someone helpme to impleent that or did someone...
Hej Nordicsemi,
We're developing a new product based on Bluetooth LE. And we would like to know if thousands of BLE devices can coexist in the same area. Preferable all...
No matter what sleep mode I put my nRF51822 in (system on, idle, system-off), it seems that the base current is above 1 mA. Is this how it's supposed to be?
I am using nRF 51422 SDK and SoftDevice v1.0.
I succeed in building and loading blinky example from SDK v12.1.
And I succeed in building and loading ble_app_beacon example...
With this Main.c, I'm only seeing the 1st 4 bytes of the device name in the NRF Connect app.
Note the use of:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME;
Am I using...
Hello everyone, I added NUS library and I change the sdk_config.h file according to ble_app_uart example. When I built my project, I do not get any errors. But the device...
Hi support team,
In order to make the application hex valid after programming in a bootloader enabled project, we can use bootloader-settings.
As for secure DFU, it...
We are upgrading some products to SDK 14.2 and creating some new ones.
We need to start production programming of boards. I can't find the information on how to do this...
What is the maximum and minimum frequency of the PWM signal/square wave that can be measured on the NRF 52DK board I'm using NRF 52832.
Also, what is the max and min "pulse...
Hello,
I have found similar questions on transmitting multiple bytes over SPI, but I am still not sure how to do it. I want to communicate with a driver which needs to be...
Hi,
I found the 'Solar Sensor Beacon' example from
https://github.com/NordicPlayground/solar_sensor_beacon .
There, I found that no softdevice initialisation (nrf_sdh_ble_enable...
I am working through the nordic sdk 8.1 peripheral heart rate monitor example. I am wondering what RR is? I can't figure out what it stands for or what the purpose of it is...