Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...