I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello everyone,
I am experiencing issues to get temperature from DS18B20 sensor with a nRF5340 board.
The probleme I have is that the only values my code reads is...
Using the HTTPS sample, the following do or don't work:
1) out-of-the box (google.com) works. 2) change CA certificate to the root for www.apple.com and connecting to...
Hi,
While developing my application for my company on a nRF9160 on a custom board, I came to use the nrfx_reset_reason.h to get my reset cause.
RESETREAS looks as follows...
Hello everyone,
I am working with the nrf52 DK.
I want to know if is possible to have the 5V pin when powering the DK with the Coin cell battery?
If not, how can I power...
Hello. After switching to NCS v2.0.0, we started observing a strange I2C issue - some sensors did not communicate whatsoever, and some sensors worked just fine. Further analyzing...
I have written my own python script that will be used to program devices with some additional data placed in UICR registers like public MAC address, passkey and serial number...
Hello All,
We have a new nRF9160 design - and I've updated the 9160 binaries to version 1.3.2 - on a few PCBA's - we're seeing an error like this:
Initializing COAP connection...
I followed your step by step guide available on your site for installing the SDK and Toolchain. My system are Fedora 36 with VS Code IDE, but the system detects the errors...
Is there any way to clear the app_scheduler queue? When BLE notifications are enabled, certain tasks are put into the scheduler. When BLE notifications are disabled, I would...
Hi
I am using nrs5340 chip as an SOC in my project. I want to use some Port1 Pins in my hardware design. As far as I studied in your Dev Zone, this
is inactive by default...
Hello,
I would like to measure battery voltage that is connected to the VDDH pin of an nrf5340 custom board. I understand that this is possible using the nrfx saadc driver...
Hi,
I am working with NRF52840 where I use the FDS library from the nRF5 SDK, currently SDK v15.3.0.
My issue is that I have seen my hardware suddently halts/hangs due...
Hi Team,
We are using the nrf52840 SOC for our application.Is there any way to reset the BLE stack when it is in hanging state and not able to advertisement or scanning...
Dear Support team,
in 2 different projects I am using the nRF52840-CKAA -D and nRF52840-CKAA -F .
I would like to read out the chip version by command and am trying to...
Hi, I work with a win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk. I am using peripheral_uart exemple, I need to change the connection intervals on this example...