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...
Hi, I think the idea of limiting the behavior of a model to states is very wise, but due to my limited understanding in this matter, I find it puzzling as to what happens...
Is it possible to use the NRF52832 UART in half-duplex single-wire mode, by assigning TXD and RXD to the same GPIO, setting the GPIO drive to disconnect '1' and using a pull...
I am running the example under peripheral\pwm_driver on PCA10040, and SDK 12.2.0. Using a scope, I measured the period (from rising edge to rising edge) on one of the LEDs...
In my project, the softdevice I used was S110
I hope that some of the data can still be retained after OTA updates,
in the Bootloader program code:
#define DFU_APP_DATA_RESERVED...
Hey togehter,
has anyone succeeded setting up a connection between ST-Link and nRF52832?
I connected the pins (GND, SWDIO, SWCLK and second try with GND, SWDIO, SWCLK...
Hi,
Please let me what is the beacon layout of nRF58122 for scanning beacons in region by using following method:
BeaconManager.getBeaconParsers().add(new BeaconParser...
I'm using and NRF52 with S132 and SDK13.0. I'm using Keil as my IDE.
My application acts as a central for smart phones to connect to and also acts as a peripheral to conect...
Hi, I'm a mechanical engineer, an industrial engineer and have a master's degree in control of the dynamics systems. I never get the change to work with ARM architecture before...
Help, what UART output pins that gather all information from the various sensors in the NRF52832 thingy52, to integrate with Raspberry or Arduino, thank you
Hello Community,
I am trying to implement a whitelist in my central device but when I type ble_gap_whitelist_t I had an error of compilation becuase ble_gap_whitelist_t...
Hi,
My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the...
Hi everyone,
I am writing a program in Keil whereby I have to send a large amount of data through BLE notification in real time. The program works by having two timers...
I want nRF52832 to be a central device which will take an input from nRF51822 (peripheral device). Also, Is it possible to make two nRF51822 talk to each other?
Hi,
I having an nrf52832 board and using gnu arm, nrfjprog to program the device. i reading data from two different sensors using spi and TWI in two different codes. now...