Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I am using SDK v14.1 for nRF52840.
The secure_dfu_usb debug example works well when the J-link RTT Viewer is connected.
But when the RTT Viewer is disconnected the...
Hi everyone,
I would like to know if it is possible to establish a serial communication to a PCA10028 card using Adafruit Bluefruilt LE friend knowing that there is no...
Hello everyone,
I am using nrf51822 chip that has functionality to flash bl, sd or app using mobile app application. I want to reuse this functionality in order to have...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
I am using the ble_app_uart example as my base on a 52832 with sdk 12. My project runs off line power and needs to remain available for connection 24/7. I have commented out...
I am communicating with a temperature sensor (MLX90614), which has flag register. However, in order to read this register, I must send a read sequence without issuing the...
Hi,
As has been mentioned many times, the DIF on both the nRF51 and nRF52 consumes quite a bit of current. In the past, on the nRF51, I've relied on power cycling both chipsets...
Hello,
I would like to make changes in ble_app_uart_c example for connecting to a custom peripheral.
Service Uuid of my peripheral is as follows : 99aa0001-d0e3-44ce-a306...
Our homeowners association has a gate which opens when a transmitter in the car is pushed. I would like to add a BLE device to the gate which would trigger the gate to open...
Hello all,
So.... i'm quite green to the Nordic and Bluetooth protocol.
i want to program NRF51422.
what i have now it the Nordic test board and a spi-canbus print. this...
With custom hardware and softdevice flashed on board (using BDM_350) when I try to debug I get and error: with () at 0xfffffff9
It appears to come from address 0x3a2
...
I currently have a Braveridge device which uses an advertising rate of 50 Hz (connection interval is 20ms)
CONNECTABLE_ADV_INTERVAL is set to 0x0020
sd_ble_gap_adv_start...
Hi, I am trying to determine if there is an error in the generated code or if I am not performing the actions correctly. I am trying to Update Characteristic User Description...
Hello,
when a bootloader wants to update the softdevice, I think it has to first store the SD binary somewhere in flash memory and then to use sd_mbr_command to ask the...
I'm trying to debug the Experimental IEEE 802.15.4 example on a nRF52840-Preview DK Board PC10056 with IAR Embedded Workbench ARM 7.70. Compiling and linking the project is...