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...
Our application has a bug that I am trying to track down, but it's being a little tricky. We are writing a good deal of data to a NAND flash IC over SPIM. Right now the SPIM...
Hello,
Today i am not generating any question but based on the previous exception i had to handle. based on that i have come up with the final customize design of the...
Hi
Evaluating nRF5340 and 52833 devices for our product prototype. Besides of BT functions we need to support certain real-time hardware capabilities such as very narrow...
Hi, we're just starting with BLE and Mesh. Very confusing and find it hard to follow the on line information. Hopefully someone can point us in the right direction :
My...
I posted a similar question yesterday for an example using the standard SDK. The fix was to make the flag set by the event handler andI used for the IF statement in my main...
Hello,
I am reading a data from a file and sending write req in loop to transfer chunk of data using pc_ble_driver but getting following error message after transferring...
I am trying to re-connect my android phone to nrf51822 using already existing bond, I am able to reconnect to the card, but the issue is I still need to perform gatt.discoverServices...
This was already discussed in several threads but seems to be still unsolved completely. We have some android devices and ios devices. The peripheral is encrypted with LESC...
I have modified the ble peripheral example - ble_app_uart to run on the PCA10059 USB dongle and the demo I developed using that as a starting point works very well. The problem...
Hi Team,
I am developing a product that is a combination of a mobile app and a hardware including an nRF52832. The hardware should notify the mobile app on events as quickly...
Hi,
I would like a circuit recommendation with LNA to connect an external passive gps antenna? Is it possible to use an external passive antenna with nRF9160 or is it more...
Trying to read the device identifier register on network core returns all ones -
Curious why this is so? Other INFO registers have seemingly valid values
Hi,
we try to get the NRF52840 to sleep and then wake up from an GPIO interrupt.
We try it in debug mode which should give a emulated sleep mode. So we stop all processing...