I am working with a SD NAND with nrf5340dk using toolchain and SDK version 2.7.0. I am using the mass sample from zephyr. It seems like the SD card could be recognised and...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
A few years back I used a multilink project developed by one of the Nordic support personnel, to allow using the nRF52840 devkit board to talk to one of several Peripherals...
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
I'm trying to buy more data for my iBasis SIM cards that are provided with the nRF9160. I have 4 registered SIM cards and it was easy to buy more data through iBasis in the...
I'm working on an ESL project using the nRF5340-DK. I need to enable the PAwR feature, which requires Bluetooth 5.4. However, my current program is written using nRF Connect...
Hi Nordic Team,
am I currently evaluating the nrf5340 development kit for our new product revision and fail to get a power efficient shell besides rtt logigng.
Concrete...
Hello, the title is pretty descriptive.
I've tried to read through previous questions and got a rough idea but decided that it would cost too much time for me to explore...
I am working on a ble application using an nRF51822 that requires low power consumption. I'm curious if on average the observer or the central role will consume less power...
We have our own custom board using nRF52832 (via Laird BL652 module). Until recently, we have been programming our application, bootloader and softdevice using the PCA10040...
SDK12 and SD 132 v3.
I have my code working for HVX from the peripheral. I can HVX send up to 80 bytes on one characteristic in one call (ATT MTU was set to 83 and DLE...
The NRF52 product spec suggests:
"The input buffer of a GPIO pin can be disconnected from the pin to enable power savings"
I've found that gpio.h provides the function...
Here is a snippet of my debug log:
nrf_sdh_freertos: Creating a SoftDevice task.
nrf_sdh_freertos: SoftDevice task not created.
app: ERROR 4 [NRF_ERROR_NO_MEM] at ...
When using radio notifications, there are a few compiler warnings.
Compiling file: ble_radio_notification.c
../../../../nRF5_SDK_14.2.0_17b948a/components/ble/ble_radio_notification...
I've been working with an Adafruit NRF52 Feather board for the last week, and have been struggling to get the board to go into a low power mode. At the moment, I am working...
Are there any publications, from Nordic or academia, that give estimates on what would be the maximum capacity of a BLE mesh network?
I believe there is a hard limit of...
I have created a program on Arduino which does audio/video output and takes input from accelerometer and camera module. I was able to move accelerometer code to NRF52 with...
Hello guys,
My set up is pca10028, s110, sdk 6, tablet with nrf_connect app. I am using modified ble_app_uart example. I was trying to send >20 bytes from nrf_connect app...
hello
Now i am useing the DK of nRF52832 and SDK14.0.0 of ble_app_uart.
I am experimenting to transmit data from external equipment to nRF 52832 and send data to smartphone...
Hi - I am trying to power the nrf52840 DK from a non-USB power source and it does not power up, or powers up and down immediately. I tried the coin battery (with SW9 to VDD...
I am working on a project where i need to send sensor values from nrf51822 module to a raspberry pi. The sensor values are received by the nrf using I2C protocol.
I am using...