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 There....
I am having nRF24LE boards with me..
I am having issue with Quick Link Test code provided by Nordic for Production Test....I am trying to compile the PER_LE1_Tester...
hello everyone..
i am using nrf52 PCA10040 board with custom application.
in that i want to estimate distance between android device and PCA10040 board when connected.
...
Hi,
I am using the nRF52 Dev Kit.
Is there a way I can get a notification after a "scan response" has been sent?
For example - the first radio_active after a BLE_GAP_EVT_SCAN_REQ_REPORT...
The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly...
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...
Seeing the Log on wireshark for Central and peripheral communication after connection.
Here i am bit confused that when Connection update request is send by Slave after...
Hi, I try to access Generic Access to get device name.
So, I modified "ble_bas_c.c - ble_bas_c_init()" like this.
bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME;...
Hi,
I want to find Bluetooth address of the Central Device which is running Master Control Panel Application....
but after succeful connection, each time I try to find...
I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...
Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode.
the example i used is at this link . ( system-off-wakeup-on-gpio...