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!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hello there,
I have been testing on nfc-uart example of SDK 13.3.0. I am trying to pass the buffer of 258 bytes to pointer "p_pdu" and its size of 258 to "pdu_lenght". ...
We would like to have that all communications, programming, and supply related TPs and SBs should be kept for debug purposes. Otherwise, we would like to remove all unnecessary...
We're working with the NRF5340 PDK, and it's a pretty big library change from the old SDK. So far I've been unable to find out where to configure the bluetooth PHY and link...
Hi everyone,
The task is as follows. I set up data transfer using notification. I transmit ~ 83 kB in ~ 10 sec. The connection interval parameters are as follows:
The...
Hi Guys,
I flashed the ble_app_uart example available in nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\ses location to NRF52840 DK board. In...
Hello,
I have been trying to get RTT to work with the nRF52810 but trying to compile the examples leads (as usual) to errors because there are a load of libraries and files...
Here is my program:
#define EXIT_PIN 31
void EXIT_Init(void) {
nrf_gpio_cfg_input(EXIT_PIN,GPIO_PIN_CNF_PULL_Pullup);
NVIC_EnableIRQ(GPIOTE_IRQn); NRF_GPIOTE->CONFIG...
Hi,
Our project is 2D-3D mouse. we are using nordic "ble_hid_mouse" application with some required changes for our application.
SDK we are using is 15.3
ISSUES ...
Hai,
we are using nRF52832 and Nordic connect for our development and testing work
we are facing disconnection issue on android after ~3min so we changed the CONNECTION_MIN_INTERVAL...
Hello,
I tried to configure Ozone for aws_fota sample without any success. I loaded elf files but one is debuging mcu boot and the other never access to the main. Do someone...
I just get one NRF9160 DK(PCA10090 0.9.0) to test the default asset_tracker application with Basis Simcard in the Oslo area. The modem firmware is mfw_nrf9160_1.1.0.zip. I...
In order to implement the standard RSA-PKCS, raw data must be signed with the private key without performing a hash.
All the CRYS functions wants either a HASH as input...
I want to drive a WS2813 led strip using a NRF52810, as NRF52810 does not have I2S, is there any other way to drive the strips. Do you know if there is any library for doing...
Hi,
I am using nRF52832. The chip is connected by SPI with main board on which Nuttx is running.I am developing code to download file from external device using blue-tooth...