Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hello, When i try to use nrf9160 with the BME280 sensor over I2C i get this error
***** USAGE FAULT ***** Illegal use of the EPSR ***** Hardware exception ***** Current...
Hello,
I am using BLE+MCU MBN52832 module and i am facing one issue while programming my application.
I am uploading the hex file using nrfGo Studio and when i try...
I have a custom nRF52840 board that I am implementing the Open Bootloader (from SDK 15.3). Push Button/Power control is handled by the STM6601 device. It keeps the power ON...
When I open a new project in SES and paste the code of blinky led example from " \nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky\pca10040\s132\ses ", and start compiling...
Hi. every one
First of all, i am a beginner.
I connected the max44009 and CJMCU2080 sensors to the board.
and also get a value.
but sgp30 sensor is faile
there...
HI. i use SEGGER Studio and SDK 15.3.0.
I usally use printf func for debug. however as use SDK func, I need to use NRF_LOG_INFO casue SDK file use NRF_LOG_INFO for debuing...
Hi,
I am trying to port an existing project to a Mesh SDK example. Some files include the math.h library and use the round function. During the build process I am getting...
Hi I use nrf-ble-driver ver.4.1.1 with PCA10031 dongle (nRF51844 chip on board) and "connectivity_4.1.1_1m_with_s130_2.0.1.hex" firmware for that dongle. in this case ATT_MTU...
Hello to everyone. I´m starting to work with Mesh configuration in nRF52 SDK. I was testing the "light_switch" example as client and server in Mesh v3.10, provisioning with...
Hi!
I am trying to run a customized project which is based on the project in the following directory- "nRF5_SDK_14.0.0_3bcc1f7\examples\ble_central_and_peripheral\experimental...
Hi, I connect the HDC2080 with nrf 52832. but I cant read anything from the terminal. What It's showing is just
[ <info> app: TWI sensor example]
and I connect SDA --...
I'm working on porting a project plus bootloader from SDK 12.2 to 15.3. I have the application working fine, but the bootloader is having some issues. Most of the searches...
Hello there,
i am using the nrf52dk and want to program a selfmade breakout board which includes the BMD-340-ar Bluetooth module from rigado.
I use Segger Embedded Studio...
Hi,
I am trying to extablish TWI communication between 2 nRF52832 devices. One should be master and other slave.
For TWI initialization in nRF52 master, I have below source...