Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi.
I am trying communication from nRF52832 to iPhone using ble.
I use main function which put in nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart.
But,I...
Hello,
I have done the setup of Lsm5dsl with Nrf52832 DK board but I little bit confused about what hardware configuration is there so please guide me.
This is Code...
Hello Nordic great team,
We have a question please, we would like to configure our IOT device through the air, and the best way as we see in our use case, is to use the...
Hi there,
I tried to configure the openthread co-processor radio.
The build went well for my nRF52840 dongle, I managed to generate the RCP package image but when I install...
Hi!
I'm working with the nRF52833 in a Laird dev kit, the bl653_dvk and I cannot build a Hello World with mcuboot application in nrf sdk 1.7.0 or greater.
Although in...
Added the below lines to the peripheral_hr and I could see the logs without any trouble.
Same lines added to the central_and_peripheral_hr and I can see anything. What I...
Does someone have experience driving several slaves on a QSPI bus? Can we use a general IO pin for Chip Select (CS)? [Edtit] (I believe the nCS - QSPI pin described in the...
Hi,
I am trying to filter an iBeacon sample using a modified version of the central_hr_code.
Changes on the central_hr_code:
Added 128-bit UUID definition:
Added...
Hi,
I am developing a health wearable and want to store biosignal data into flash and then read at some point. I found that the reading process is relative slow as I tested...
Hi,ALL:
I use esb 2.4G liberary,and I found the same kind of produc build of nrf52840,it's radio current consumption is 1.2mA-1.3mA,how can it do it? My project is build...
Hi,
I have 2 nrf52840 DK boards advertising on coded PHY mode. Once connected the connection is updated (using sd_ble_gap_phy_update()) to use 2M mode. No problem in doing...
Hello! I add an attribute array (0x48) for the user cluster. Having problems using the "array" attribute:
1. If you select the data type of 16 or 32 bits, then an alignment...
I have some questions on using the nrfutil dfu ble with the buttonless example.
Should both devices (central and peripheral) be already bonded before starting the DFU process...
Hello,
Using NCS 1.6.1, I would like to use the radio from within a timeslot as suggested in the documentation . However, the MPSL/timeslot sample is quite sparce and only...
Hi,
It's been a few months since I've been developing a new project using the nrf52832. One of the main features is naturally the OTA DFU. During the last months I was able...