Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
Doing some mobile app development using QT environment on Windows 10 and would like to debug using Bluetooth LE. Can anyone recommend Bluetooth dongles that would work with...
Hello,
In our product we have the following hardware configuration that implies two MCUs :
- a nrF52832 with BLE capability and running as an I2C master
- a nrf52810...
Hi,
I'm using the Maxim Integred sensor MAX32664 and MAX30101 with nRF52832. Do you know where i can find examples or code sources to implement the communication between...
Hello,
We are exploring a suitable platform for the next generation of our shoe-sensors. We found that the recently introduced nRF5340 fulfills most of our requirements...
Hi, I have a question regarding nrf52840. Can I communicate nrf52840 with sim808 GSM? Can I send AT commands through nrf52840 to sim808 and receive a response in BLE? Thanks...
Hi
I am working on a project based on Thingy91 hardware. I try to use Asset_tracker application on the nRF9160 and Connectivity_bridge on the nRF52840.
I used nRF Connect...
I am inquiring about two things. One. Utilizing powering the nRF52840 with 1.8V at the nRF_VDD with number 3 configuration of recommended hardware with the Specification v1...
Hello,
I use Segger Embedded Studio. When using tutorials which are on nordic web page , untill now tutorials were imported and built successfully. But on this one I come...
Hi,
So i'm working on an android app that communicates with two nrf51822 devices on the s110 softdevice by switching between them continuously (connecting one, disconnecting...
Hi,
I am using an nRF52840 Dongle with an external debugger and an external UART, provided by a USB to UART adapter, its an FTDI board.
I have modified my overlay file...
Sir,
How can i use the SCAN REQUEST to transmit dynamic data PDU to the PERIPHERALS ?
The idea is that the CENTRAL sends data to PERIPHERAL without make a connection!...
I am using the fatfs example in SDK 15.3 and I need to implement an energy saving mode for a use case when the sd-card is inserted but not needed. In a first step I'm cutting...
Hello, first of all I am new to Zigbee.
I have read the Light bulb example, and now wondering on connecting it with some kind of power consumption monitor. I want to create...
I have been using UART0 to implement a very simple console using console_getline_init() and console_getline().
So the nRF5340 receives commands over UART0 and outputs printf...