Hi,
I am working on Temperature sensor MAX30208 using nrf52840 using zephyr. i am working on ncsv3.0.0 . I want to develop a driver for max30208 . can anyone guide me how...
Are there any good tools/apps to commission/provision an ble mesh application that is NLC compliant. Silvair is a great option, but is a closed ecosystem. We are looking for...
Hi,
I would like to clarify a few points related to the power saving modes of the nRF9160 and how it behaves in low-power states.
1. PSM Current Consumption — What Does...
Hi,
I'd like to go for sysbuild with my nrf9161 based application but after some trials and errors, I am not able to find which images should be enabled in sysbuild.conf...
Hi,
I'm currently using the nrf52840 SDK board and based on ncs 2.9.0 SDK. I need to make a simple sample customer bootloader that does not use the DFU and MCUBOOT functions...
Hello,
nRF Connect SDK v3.0.1 nRF54L15-DK v0.9.1
Currently, I’m exploring whether it’s possible to create a Bluetooth application that can be controlled from an external...
Hi
I am currently working with my project with 52840 and i am using sdk v3.0.1 & toolchain v3.0.0 to develope.
I am learning how to use DFU over UART from the application...
Is there any way to integrate SoftDevice with entire project so I can get one hex from build? I am new to CrossWorks and nRF52 and I am developing BLE device. After getting...
I want to do firmware update over the air in a STM32F4xx microcontroller which is connected with nRF51822 chip via UART (TX, RX, CTS, DTR) and BOOT pins. ST microcontroller...
Hi
I can get the current time from the server using the time service characteristic. Which function should I use to set the RTC clock on the nrf 51 to the current time...
When I add a new server of my own service I got a problem.
when I set
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&cccd_md.write_perm);
I can send data to iOS normal,but...
Sometimes I only need to send 4 bytes instead of twenty using a notification. I've noticed the init_len and max_len parameters but I'm under the impression that this will...
i am already using sdk 10. but when we have build boot-loader program. so, generate "nrf51422_xxac.hex" file. it's working for only nrf51422.. but not for nrf51822. so, how...
Is there any difference in RAM overhead with the new app_timer module on SDK 10?
I'm my application on SDK 6.1, I have 25 app_timers which run without any issue.
APP_TIMER_MAX_TIMERS...
I am setting up production testing of our product to do RF testing per app note AN34. We are using the nRF51822 on our product. I'm using Nordic's development kit and their...
Hello,
I am planning to use the nRF51 device in DTM and was looking for help on how can use it to control via USB/UART connection to PC using FTDI chip. All I want to do...
Hi Nordic,
I am having a problem with linking against either of the gazell gcc libs (gzll_gcc.a or gzll_sd_resources_gcc.a).
I'm using Yotta (MBED) and have taken the...
Hello,
we have an android/iOS app on a phone that is connected to my button (nRF51) and to a Bluetooth headset. The app is a kind of walkie talkie that transmit mono audio...
Hi, I'm working on a project where I'm trying to make an nRF51822 play a basic sound (such as a beep). Is there a recommended DAC that should be used with this particular...
hi, i am using nrf51822 version 2, SDK 6.1.0, softdevice version 7.3.0.
because the nrf 51822 is version 2, i have no choice but to use SDK 6.1.0 not 11.0.0(latest version...