Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Hi,
I am using sdk 14.2.0.
there is no logs in pwm_library example.
even though i add it,it's not working.
bellow lines are added in Makefile:
$(SDK_ROOT)/components...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to use nrf51822 as SPI slave and other MCU as SPI master. I am using spis_pca10028 example...
Hi,
I am using sdk 14.2.0.
nrf_gpio_pin_set(OUTPUT_PIN); this function sets the gpio pin to vdd.
nrf_gpio_pin_clear(OUTPUT_PIN); this function set the gpio pin to ground...
Hello,
I am using a nRF52840 with SDK 14.2 and I am trying to synchronize my "app timer" which uses the RTC1 with respect to an external client which is connected over TCP...
I downloaded the latest SDK(15.1), and how to advertising more infomation,more than 31 byte.
init.config.ble_adv_extended_enabled = true;
0> <error> app: ERROR 7...
Hey guys,
I am using NRF51DK board and SDK v12. I want to add MPU6050 library to fatfs example but I have some problems. When i add "mpu6050.h" to my project i get "Not...
Hi,
I'm using NUS service on nRF51822 with SDK 12.3 .
I want to secure the communication between the nRF and the mobile application.
So, I want to know the different...
NRF51822
SDK12.3
keyboard demo code
After each delete match at the PC end,None of the broadcasts are searchable。Then I Google the content like this。
I wonder...
Hello,
I am using NRF52840 in my System. We like the USB access on NRF52840 and would like to use it. However, I don't need BLE in my application. Can I leave the Radio...
Dear All,
i want to make a product which using nrf24le1 chip, but now i'm stuck on the antenna impedance matching issue.
i'm not very familiar with the antenna design...
I'm try to using Nordic 52832 board to send hexadecimal to the phone, but it still receive for ascii.
Using example\ble_peripheral\ble_app_uart code for sending.
Hello
We have a project of energy meters with mesh network.
There are some parameters important for us:
Time of reconfiguration
size of network
connection range...
When I plug the kit into a USB slot on my computer, the nRF52 DK does not appeared as a removable drive named "JLINK" as it should according to the documentation. Has anybody...
I m working on SDK-11, and using sample program experimental_ble_app_blinky, in this code I want to read RSSI value and want to show on NRF Connect app. But its not showing...