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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello. I work with two board nRF52832. One of them is a server, which has rx/tx characteristic, the second acts as a client. In both projects used BLE NUS.
When client NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Good morning
I have designed master slave cards with nrfl2401, I have to certify them (CE) I need a declaration of conformity.
In your site I found nothing I would have...
SDK: 15.3
Softdevice: 6.1.1
Board: Custom board
device: nrf52832
I have two boards, one central one peripheral role,and they has bonding togther. The central always...
Hi,
After following the steps of the tutorial : https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160-dk...
Hello,
I wanted to know why StackLimit is not defined using HeapLimit in nrf52_common.ld ?
Given the fact that the HardFault handler ( HardFault_Handler ) is checking...
What are the MIPs of nRF52832 with S132 softdevice enabled? Also, changing the softdevice to S332 will affect the MIPs? Regarding S132 and S332 softdevices, they are all same...
I have a custom PCBA running my development firmware. When I turn everything off (meaning no peripherals are active - most chips are in sleep mode or de-powered; BLE disconnected...
Hi
Can I use app_timer with APP_TIMER_CONFIG_USE_SCHEDULER set to 1 when using task manager?
Setting APP_TIMER_CONFIG_USE_SCHEDULER to 0 causes the timer to fire, but...
Hi,
I am using SDK 15.3.0 for nRF52840.
We don't want to use peer manager and id manager as we don't need bonding.
We added the remote device with public address type...
nrf52832 SDK14.2 s132_nrf52_5.0.0_softdevice PCA10040 ble_app_hids_keyboard
I m odify the proj ect :
two service : one is hid another is different hid_1
press button...
Hi!
I have been trying to observe the NRF_LOG_xxx output in my Eclipse console on debugging mode. However, nothing prints in the console (image 1).
I tried enabling...
Hi
Befor I used nRF51822 to transmit a packet per 5ms, payload length is 12. I can received 200 packets/s, Initialization settings are as follows
Device : nRF51822...
Dear all,
I have been struggling with updating my advertisement data package in SDK15. Using Jimmy Wongs's example ( https://github.com/jimmywong2003/nrf5-modify-device...
Hi,
to initialize the button properly
to trigger the push event on button push and the release event on button release, do I just have to change the button active state...
Hi there,
So I am trying to get a basic mesh setup between multiple Nordic Thingy 52's and no matter what I have tried i keep failing,
I have gone through the forums...