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...
I am struggling to find a starting point to be able to program the beacons. I'm completely new to this but want to be able to change the tx power so that they are only visible...
In my application, a static passkey is given to the user(I have implemented static pass key in my application and it is working).
Suppose the Nordic device is advertising...
In "ble_app_hrs_freertos" project, I try to change NRF_SDH_BLE_GAP_EVENT_LENGTH to 320 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247.
And when I try to connect to the nrf52832...
Hi ,
I evaluate the I2c communication of your chip nrf52832.
I have few problem.
Write fonction
Is use your Tx fonction,
uint8_t reg[2] = {CCS811_REG_MODE...
Hello,
I used translation software.
I enter system on mode from the power_manage of the function.
But I do not understand system on mode.
In the system on mode is...
Hi,
After using comand line --rbp, recover fail,the nrfjprog error log as below:
--------------------------------------------------------------------------------
nrfjprog...
Recently I have been learning ble_app_uart routine, here is a question
When receiving the message sent by the client, nus_data_handler this function will be softdevice...
Hello,
I succeeded to port s110 & sdk9 to s140 & sdk14 which was a problem before.
What we need to do now is to compare the performance of BLE devices with s110 & sdk9...
Hi, I am a beginner programmer and I have the next problem.
I am working with nRF52832 SDK 12.2 trying to send AT commands to an ESP8266. I send the AT commands byte by...
Hi all
According to errata 146 of the nRF52832 Rev 1 errata sheet V1.5, the LFRC oscillator has a frequency tolerance of 500ppm instead of 250ppm.
What are the consequences...
I have a bootloader compiled from SDK 14.0, and when I try to upgrade to 14.1, the new linker script (secure_dfu_ble_gcc_nrf52.ld) does not contain the UICR_BOOTLOADER memory...
Hi,
I'm using the nrf51822 and I want to merge Server and Client roles in one Peripheral device. I am already able to send a history of temperature and humidity measurements...
Sometimes when the method RequestData is called after receiving a notify on the characteristic, the Master Emulator seems to hang for a set amount of time before throwing...