I am using nrf52832 IC on my PCB with sparkfun antenna trace connected to it. It was working fine on one of my PCB then I changed the profile of PCB by retaining the same...
Hi
I need to sync a PC with a BLE board. Fixed delay is not a problem, but jitter should be max +/- 1 ms.
Our competitors have solved this issue some how.
As we all...
Hello. Right now, I am connecting an external flash using SPI. The external flash is used for firmware updates. I'm trying to launch sQSPI to access the external flash. I...
I am currently working on the secure_bootloader example (pca10056_s140_ble) for the nRF52840 DK board and am encountering an issue with updating the OTA application. I have...
I am using nRF9160 to develop a product for a client that requires displaying the name of the current carrier on the screen. According to the AT instruction manual of the...
Hi,
I have successfully adapting nRF5 SDK projects(ble_app_uart and usbd_cdc_acm example project) for the nRF52840 dongle by following the nRF52840 Dongle Programming Tutorial...
Hello, I would like to ask if the latest SDK version supports power management on the FLPR core of the nRF54L15. According to this article, the power consumption is quite...
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...
What are the guaranteed state of the IO lines (configured ax I2c) when in system off mode? Specifically I want another device to be on the bus acting as a master while nRF52832...
For RED certification of our product, using the nRF51822, we need to provide documentation about "Block diagram showing antenna, radio receiver and transmitter parts as well...
Hi,
May I ask a simple question about an example how does it generate its own advertising address, such as the "ble_app_hrs" example? I mean where I can find device address...