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...
Hi,
Currently, I'm working with the ISP2053, one of the nRF5340's 3rd models.
As a beginning, my colleague wrote a code based on the throughput sample and I found...
Hi iam using nrf52840 dk board and for programming i use keil software ,the issue is i could not program the dk board and it is a brand new board. When I try to program it...
Hi guys! I'm a beginner of nRF52832, and I met an issue as the topic said.
When I init the UART module, it will cause an "APP_UART_COMMUNICATION_ERROR", and the error code...
Note: this question was previously a reply on my other question, but I accidentally marked it as an answer so the thread got locked. I have now deleted that reply and am posting...
Dear All,
could you explain the function of TP8 and TP9 of the nRF9160 DK on HW 1.0.0 ? These test points are connected to pin 124 and 125 of the nRF9160 which are marked...
I am using nrf9160 custom board with an external flash memory mx25l6433f. I first tested the external flash with the example 'sdk-zephyr/samples/drivers/spi_flash_at45' and...
Hi,
I;m working on nrf52840 dk i have to enable ble5.0 long range.
i set the tx power 8.
according to my project my device will be always in advertising mode and my...
I am trying to scan for BLE devices in my area, but when I connect to the USB840XZ with the windows development tool the "Start Scan" button is not active. There are some...
Hi everyone,
is there a way to update the AWS certificates from certificates.h with the SDK 1.9.99? Following the AWS FOTA instructions it seems that i can update the certificates...
Hello everyone,
I am currently testing the secure bootloader over USB example but I am currently facing an issue when I start a DFU.
Here is my configuration:
...
Hi,
Application details:
I have a datalogger application that samples data every second. It uses the following modules:
TWIM0 -> To communicate with external RTC clock...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a.
Here my application sends 240 bytes of data every 150 ms. But after sending few...
Hi,
I use the a gpiote_in_event to trigger a number of PWM pulses which works fine so far. However, the exact behaviour of the generated signal is important so that the...
Hello, I am using nRF52-DK with Segger Embedded Studio and I'm running the following code that first blinks the LED1 on&off 5 times, and sets up BUTTON1 for wake up, and then...