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...
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...
I'm trying to compile a program on mbed for a BLE Nano, which uses the nRF51822. I've included the nRF51822 library by Team Nordic that's listed on mbed's library wizard and...
Hello
i am trying to upgrade from sdk 9 to sdk 10 .zip version but after installing when i open some examples it asking me to install arm cmsis 4.5. pack and device family...
Hi can anyone guide me in configuring the peripherals of nrf51822 before putting the chip into sleep? For example, timer, i/o pins, etc... which is not needed to reduce the...
Hello, please help me to find nRF52 datasheet, in which are recommended WLCSP footprint, and of course schematic drawing of this module. In your Dev Zone I found only QFN...
Hi,
I'm wondering what speed the NRF52832 radio is clocked at internally. is it the main 64MHz clock or 16MHz like the NRF51?
The reason I'm asking is that I would like...
I'm using nrf51 with 16kb memory
I know that there is a region for softdevice, region for the bootlader and region for the app code and a free region
my questions :...
Hi Nordic support,
I'm pretty new to BLE and I have a system based on the UART example.
On the nRF51-DK, a modified BLE UART Peripheral example using SDK 10.0.0....
Hello,
I am working on S110 v8.0 softdevice and SDK9.0 and need to implement whitelist in our application. I am referring to the ble_app_hids_keyboard example project....
I'm attempting to download and install nRF51 SDK from here:
developer.nordicsemi.com/
Note: The links are ABOVE the masthead of the page (very poor layout!)
I...
Hi everybody,
Here are some related questions based on the same bug :
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I build a test application...
Say, for example, I have a BLE peripheral programmed with S110 on nRF51822. When an Android app connects to it as a BLE GAP central(and becomes GATT client), can any data...
I am trying to get the Device Format Update tutorial to go, but run into a problem while I am programming the using the nrfjprog routine, and the programmer aborts without...
Hi,
My bootloader code was modified to include the device type and device revision when performing the OTA. I used single bank example.
When I made the zip for OTA,...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I received BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event after setting HRM CCCD...
I'm developing some simple wireless temperature sensors based on NRF51822s. In essence, they take a temperature measurement from a sensor over TWI, send it to a base-station...