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...
I have the bmdware.uvprojx project opened in Keil uVision 5 and have the BMD 350 breakout board containing the nRF52832 chip connected to my PC via a J Link debugger (EDU...
Hi all,
Here I am using the nrf52840 in my customized board, in parallel i have nrf52840 dev board.
I am using the twi peripheral to communicate with a i2c based sensor...
Hey,
I am using SDK16 and want to update the bootloader on my NRF52840 from SDK15 with a new one.
I modified the bootloader from SDK16 a little bit. Then I created a Zip...
To the kind attention of Nordic support team,
I have got in here two pictures of flash. The first one it is after installing bootloader and settings, softdevice and application...
Hi,
I am working on a product development that uses an nRF52832 (through a LAIRD BL-652 module).
We have a voltage point (named 5V), that is connected to SIO_28 GPIO through...
Dear,
I used ncs_v1.0.0_joakim to adapt the battery of my thingy91:
I used: battery_monitor_read(); to read the %battery, and it worked well
I just updated new...
I understand correctly that in order to use my private key for my applications, I must first sign an immutable bootloader with this key and upload it to the device?
I used...
Hello there,
It seems the CC310 backend for ChaChaPoly does not allow zero-length data or adata (associated data). I am implementing a protocol that requires this (Wireguard...
I am trying to change the default ATT_MTU size from 23 to 64.
my code uses Ble_nus service and Eddystone_Service.
Eddystone service is in connectable mode and it's where...
Env.: nRF52 customBoard, SES, nRF5_SDK_16.0.0_98a08e2
Hi,
I'am working with ble_app_template example and currently trying, to merge it with the experimental multiperipheral...
I have added an external SPI flash on the nRF9160 DK board, and wired it up to SPI3. I want to partition the flash into two ares for separate uses, but the partition_manager...
Hello.
I have just recived my nrf5340 PDK. I started with the hear rate example programming with the console. With some troubles but finally it worked.
Now I'm trying...
Hey nordic ,
I am doing project on BLE. I am Using Segger embedded studio v4.30b. (Board pca10040).
In that I am using features like advertising ,scanning and connect...
nrf52840 SoftDevice V6.1.0 release-notes written, The scanner and initiator roles can now be configured to receive ADV_EXT_IND PDUs on both 1M and Coded PHY, using a single...
Hi,
I'm using nrf52840 DK to connect and receive usbhid message with the message size > 64 bytes (examples 343 bytes), so the message is divided to multi packages. I modified...