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 used 52840DK and SDK15.2 to test usb cdc, every thing goes will, but in rx event, it always missed first byte, for example, if send "123456", it just received "23456...
Hi everyonoe,
I would like to set a timeout for advertising, and catch this event. So I have
According to ble_gap.h :
uint16_t duration; /**< Advertising duration...
Hello,
Help me please, I have an issue with ATT MTU size.
When connecting Android (BLE client) to nrf52 (server) and ATT MTU is 20 bytes in max.
I have changed on...
I'm using SDK v16 on an nRF52832 and occasionally run into a SIGTRAP with my custom application mainly forwarding BLE traffic from/to UART.
It works fine, only after quite...
Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position...
Hello! We are using the chip nRF52832 with the circuit recommended by Nordic Semiconductors, we want to implement the recharge of a battery by NFC. Without any data transmission...
Hi, I am trying to put nRF52832 in low power. My starting point is NCS v1.2.0 peripherial_uart app. When started I had ~300uA in idle mode, and that was because UART was always...
I've been trying to transfer a DFU update via serial, and I have gotten error 135 each time.
A colleague of mine got it working this january, with v3.1.0. Now, the same...
Hi,
1 - I don't understand why on the PCB layout example the track that is connected the L2 inductor is 762µm thick while the thickness of the pcb is 0.8mm?
2 - To have...
Hi,
We would like to know whether below programmers can be used to flash both NRF9160 application image and modem image. Also whether any command line support is there....
I'm using SDK 15.2 I'm trying to read two separate events configure in two separate pins ( PIN_1 and PIN_2 ) with two different handlers ( handler_1 and handler_2 ), like...
Hi
This is about missing information about current consumption for the GPIOTE peripheral in the v1.0 product specification for the nrf52840.
See section 6.10.5 it is empty...
Hi guys, I am trying to get Mobile network time and date using the NRF9160-DK 0.9.0 with the supplied iBasis sim card (in Switzerland) For this purpose I have executed the...
Hi !
I would like to implement UART on EVA board using MBN52832 SDK. Example usbd_ble_uart uses one UART for LOG printf. Please tell how to implement another UART on that...
modem fw v1.2.0 ncs v1.3.0 custom board
I'm trying to make a one-shot GPS app without assisted data by modifying gps sample app, and doing field test, but have an accuracy...