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 have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Trying to get the BMD-200 board up and running and the blinky_pca10028.hex seems to work just fine but compiling it from source (blinky/pca10028/blank/armgcc)does not. There...
Hi I am using gcc based environment for flashing the nrf52840 SDK with BLE applications. I tried to modify one of the applications to send SPI data received from non-nordic...
I am using sdk12.3 with NRF51822 and the original ANCS project. It can successfully bond with iPhone ,but the bonding only takes place at the first time after the firmware...
Hi, I am currently trying to receive a characteristic notification using an Android device which is connected to a ble beacon with the nRF52832 microcontroller. It works fine...
I am trying to pass data to a central device by updating a characteristic. I am calling the function sd_ble_gatts_hvx(m_bcs->conn_handle, &hvx_params) after passing a hvx_params...
NRF52 DK - SDK13.0 - ARMGCC - Eclipse
I am trying to add a custom service to the example ble_app_hrs.
I add all the part per the tutorial and end up getting error 7...
Hi.
I am working on a project which is using SPI and BLE together.
I wrote SPI code before without soft device. It has simple update function which is sending SPI data...
Hi
I did a bunch of boards for a product, and in the latest version I used a BQ25121 PMIC which also has a reset output which I tied to the nRF52 input. On the previous...
Hi all,
There are lots of posts on the devzone about adding DFU service to a custom application and they have been very helpful in getting to this point.
At this point...
I was looking into changing the S130 attribute table size, which is by default set to BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, and noticed that this default seems to be set to zero...
Hi,
I have programmed my nRF52 DK using the ble_app_beacon example from SDK 14 along with S132 V5. I have set NON_CONNECTABLE_ADV_INTERVAL to 3000. I was expecting to see...
Greetings,
I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.
For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,
I have...