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...
Hi, I followed the Getting Started Guide from the nRF Connect, but when I got to part 2 "Clone the nRF Connect SDK" I get stuck: The error message:
bash: west: command not...
When generating certificates according to this guide for the nRF9160 Feather , I noticed that there are two certificates in the clientCert area. Is this expected?
I've yet...
Hi,
I'm using the nRF52840 dev kit for a BLE-based application. I need to implement a capacitive touch button for detecting button presses and releases (no sliding). I only...
Hi,
I have updated my SDK from v1.2.0 to v1.3.0 and am currently fighting my way through all the compatibility issues that my application is now suffering from.
Is there...
Hello,
I'm trying to develop custom model for my bluetooth mesh application. I have gone through Creating new models document and I understood the procedure. But to integrate...
typedef struct __attribute((packed)) { uint8_t on_off; /**< State to set */ uint8_t tid; /**< Transaction number for application */ uint8_t transition_time; /**< Encoded transition...
Hi, We're connecting to our server over LTE and then immediately starting GPS search. The modem is in LTE+GPS mode. As we understand it, the GPS will do nothing for about...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to get mnc and mcc data but no luck. Any help?
I also tried it using modem_info_params_init and modem_info_params_get...
There are 10000 posts with this problem. I have imported someone else's project, and the file exists at Keil_v5\ARM\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include exactly where...
Hi all,
I've been trying to get BLE up and running on our custom board after writing firmware on the DK. I am able to get other peripherals on our board up and running ...
Hi guys,
I am a long term Nordic user since SDK12 and i know that Nordic does not support MbedOS by any means but maybe you could help me try and understand what needs to...
Hello,
I've a very strange problem with the nrf52838 chip in the ISP4520 ( https://www.insightsip.com/products/combo-smart-modules/isp4520 ).
The nrf52832 advertise...
Hi,
I need to sample ultrasonic signal with PDM microphone. I would like to use NRF52840 PDM module and configure it for sampling frequency of 96KHz. Is it possible? Also...
Hi,
I have used BMD301 BLE chip. I have connected one wifi chip "ESP02" with BMD301 chip via UART.
I am using nRF5_SDK_15.3.0_59ac345 for my ble application firmware...
Hi,
we have a nRF52 DK getting sensor values from a Sensor connected as SPI-Slave. Everytime there is a new Sensor Value (~20 ms) the sensor generates an Interrupt and pulls...