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...
Hello DevZone!
I am using a nrf5340 with the nrf Connect SDK v2.6.0. I have been running into an issue that has come up a few times on separate occasions. Basically, for...
Hi,
i develop my product ny ncs V2.6.0. when i view the code
I noticed the annotation, it says “Edge interrupt gives only 7 channels. It is not suitable for larger matrix...
Hi. I have some question regarding to Bluetooth 5.4 on Nordic platform
1. Can Nordic platform do Advertising Coding Selection? I saw some old old issue that the device...
Hi,
I have tried to update the nRF Connect for Desktop app (v.4.2.0 to v.5.0.2). Unfortunately, the process does not work through the end. Once the installation of the new...
I have to use 240 bytes for my sensor value to send in bluetooth. so i choosed to work on ble_app_att_mtu_throughput i need only pheripheral to work on it . i have to remove...
Hi, I was wondering if hosting more than one nrf Connect for desktop version on the same computer was possible. The reason is that I need to use both the old app LTE link...
Hello,
I have connected a LSM6DSO sensor to my nRF52805 which is powered via GPIO. At startup zephyr RTOS wants to init the sensor and failed. After a reboot it detects...
On the SDK 17.0 NRF52840 platform, using sd_temp_get to read the chip temperature works correctly. However, if the sd_clock_hfclk_request function is used in subsequent operations...
Hello,
I'm trying out the example code "pin_change_int_pca10056". But the delay time between sensing a voltage change and toggling the output GPIO is quite long. 22us. Is...
I wanted to know in what ways can I connect thingy:53 to nrf9160 dk via Bluetooth? I understand that dk has onboard nrf52 and hence thingy:52 could get connected wirelessly...
Hi all, I am using the nRF52840 and I came across the nrf52_handle_approtect() func in modules/hal/noridc/nrfx/mdk/system_nrf52.c.
In the nrf52_configuration_249() function...
Hi,
I am unable to access P0.09 and P0.10. I face a similar problem to this thread . I've declared CONFIG_NFCT_PINS_AS_GPIOS=y in prj.conf. Also I've checked 0x1000120C...
i have a custom board that uses a nrf5340 that has been hardware modified so i can work again on getting my board to draw the mimimum power from the battery.
i have a PPK2...
I am using nRF5 SDK (17.1.0).
The MTU size is set to 53. I am using sd_ble_gatts_hvx() to send 16 bytes of data via Notification.
When I check the received data with the...