I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
I would like to get data from BLE device and I have two services are available in BLE device which is offering in 3 characteristics and 2 characteristics.
Can u share any...
I'm confused about the issue with using GPOPTE inputs in low power applications.
errata 97 indicates that GPIOTE should not be used in input mode
It was also discussed...
Hi,
When I build the SDK (14.0.0) with SOFTDEVICE_PRESENT and in sdk_config.h #define NRF_SDH_ENABLED 0 I get the following link error (using IAR:)
Error[Li005]: no...
I used NRF52832 TWI master to drive BMA223 sensor,
a. gs.c/gs.h are the driver codes
b. the i2c wave is looks right, but there still not generates a NRF_DRV_TWI_EVT_DONE...