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 have followed all the instructions required for performing the build and debugging, but still unable to do step wise debugging. Please find the log for the output console...
hi, i am going to make a simple timer with SDK 6.0.0, nrf51822 and softdevice.
first, i use ble_app_uart example as a base code, because i need to BLE communication with...
Hi,
Im trying to use the NRF51DK evaluation board as a data channel between another MCU
and the PCA_10031 bluetooth dongle. Im not using softdevice.
My implementation...
A week ago, I asked about this warning in the product specification:
"If the antenna is exposed to a strong NFC field, current may flow in the opposite direction on the...
I'm working on a project that requires my device to be able to identify when a phone connects that has been previously bonded and placed in the white list. I need to be able...
Hi,
I have developed two different application on nRF51822 with two different location. One is start from 0x1D000 with max size of 16 KB and another start from 0x21000...
When i am trying to transfer data over air using sd_ble_gatts_hvx() function every time i am getting err_code 12 ( NRF_ERROR_DATA_SIZE ) error.
Here i can send data from...
I'm working with ble_app_uart_s130.
Compilation is fine and it works as expected in hardware.
I'm going to add application timer and scheduler.
To do that I have to set...
I want to use ADC / PWM / I2S / UART / SPI / I2C / at a time.
So, Can I use all GPIO pin assign any function?
If I can't use some function at a time, I want to know the...
Launch an example for UART (BLE PERIPHERAL) on the board PCA10040. When try to set the parameter APP_ADV_TIMEOUT_IN_SECONDS = 0 (no timeout) get returned NRF_ERROR_INVALID_PARAM...
Hello,
I have a question regarding AVDD pin.
I am using nRF51822 CEAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between VDD and GND...
Hi everyone
I'm facing a weird problem in my design and FreeRTOS. Apparently, my system was working fine, but along I'm adding more tasks, i've detected the system stops...
I'm using RS485 driver on NRF51822 uart. I started software developing with ble_uart exapmle.
RS485 as always has direction control inputs.
Before data transfer to uart...
In my app I have the following:
s110
20 ms min connection interval
100 ms max connection interval
4000 ms con_sup_timeout
I'd like to set the slave_latency...