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...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
Hi!
I am currently using SEGGER Embedded Studio version 4.12, nRF5 SDK version 15.2.0, nRF5 SDK for Mesh version 3.1.0, Hardware BMD-300 Evaluation Board.
i using the...
I need to measure a load-cell bridge. Although, I'm fairly certain I'd be better off with an external delta-sigma ADC with an internal amplifier - I'd like to run through...
Hi,
I study on Thread resently.
I found it is not any output in the Debug Terminal Window when using NRF_LOG_XXX, but the J-link Control panel showed the logs.
Here...
Hi,
I am trying USB DFU trigger.
I have connected GPIO P024 to Reset port P018.
Bootloader is also programmed.
When I use nRF connect/programmer.
It's always waiting...
My system: MacBook Air with macOS 10.14.6, Xcode 10.3, with sdk at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
When...
Dear nRF52832 experts,
I have a SPI slave device which can periodically notify the MCU with data ready (DRDY) signal. For each DRDY signal, we should perform a SPI transaction...
Hi there, I am developing a mobile solution using BLE. Actually I use a sniffer based in IC nRF51822 and Wireshark + nrf sniffer as a tool for traffic capture. Sometimes,...
Hi,
I have similar problem to what is described here .
My situation: 1. I connect 2 PDM mics to the board (CLK is pin 27, Din is pin 26). 2. I connect a couple of TWI...
I was wondering if there is any way to setup a callback when data is received on an open socket, as opposed to just regularly polling the socket?
The application I have...
Assume a BLE connection has been established between a master and slave. The device in question could be either the master or the slave (if it matters).
I have an application...
Hi, when using fds_record_iterate() to iterate over records, it only returns the record ID, but not file ID or record key. Only after opening the record you get the file id...
The nRF52810 datasheet shows the EVENTS_COMPARE register as RW, so I'm assuming that I can write to it.
But when I write to it, nothing happens.
Example.
I set up...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...