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...
I have an application which receives commands from a co-processor via UART. Some commands are BLE-related such as, e.g. start-scan, stop-scan, connect, etc.
As the UART...
In nrf_drv_adc.c , there are loads of these ASSERT() macro calls:
ASSERT(mp_state == NRF_DRV_STATE_INITIALIZED);
But there is no variable mp_state. This will fail...
Hi! I have asked a question in this topic ( devzone.nordicsemi.com/.../) and now I can send one packet of 20bytes. What I cannot do is sending two packets at the same time...
I have nRF51 Dongle.
I can set it in BOOTLOADER mode and update firmware like:
developer.mbed.org/.../
I see the dongle in Device Manager/Disk drivers like "MBED microcontroller...
Hi all,
i have a little issue.
If i remove the bond information with app Master control panel, my slave cannot connect again with my phone. [Pairing Reject from Nordic_CTS...
I am moving from S110 and SDK 6 point something to S130 and SDK 10. I have my basic BLE code going but am unable to get the SPI back-in-action. I am using gcc and the s130...
I use NRF51822qfaa,s110 v8.0, now I use master TWI to drive the TWI bus chip.
the TWI bus chip Slave Address is 0x48.please see the below program .
question:
1.The...
this is the main program!
#include <stdbool.h>
#include <stdint.h>
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include "boards.h"
const uint8_t leds_list[LEDS_NUMBER...
Hello,
I migrated from SDK 9 to 11 (S132) and i cannot receive anymore custom advertising (from another nRF52)
I receive another devices advertising events so reception...
I'm looking to use this dk for a small project.
Has anyone made or seen a box for the devkit easliy available (.STL) for 3d printing?
And for added coverage, can I just...
The documentation for EVTEN in the manual, showing the RTC Tasks and Events system (Figure 45) led me to believe that if EVTEN for an event is disabled the EVENT will never...
Phone Model: model MX4 from MeiZu china
APP applied: nRF Master
experiment 1:
Here in my hand, when a android phone try to connect to the device which contain the service...
I just now saw the press release for the Primo .
In theory the bootloader should just to be able to be loaded to an existing DevKit either via NRFstudio or the NRFprog...
www.youtube.com/watch
Hi,
I'm a beginner in Iot. I found this interesting video and observed that NRF51 SDK and NRF Beacon communicate with each other. I want to send...
I have12 input pins to my application. But the code fails when I try to add the fifth button.
Is there a limit to how many input signals I can add?
static void gpio_inputs_init...