I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi,
I saw in the infocenter that the SAADC can measure the VDD directly. So in my case I want to check the voltage of a 3.3v coin cell regularly, I could do this without...
Hi Everyone,
The On Semi 7150SL reference design incorporates a dongle that can stream stereo music to two hearing aids which are equipped with the Ezairo 7150 module....
Dear sir,
Can we use NRF51822 OR NRF52832 as a slave device .As our controller is STM32F407ZET6 and we did not want to change any firmware from our previous version except...
I am using Keil to compile code and program into nRF51822 chip. SoftDevice s130 is used. There are various types of nRF51822 chips - nRF51822_xxAA, nRF51822_xxAB and nRF51822_xxAC...
Hi,
I need to measure the frequency of a PWM signal with 50% duty cycle through one of the GPIO pins. The frequency of input PWM signal ranges between 100Hz to 1000Hz....
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hello.
I use nRF52 , PCA10040 , S132 & SDK 11.
I want to send data what get through UART to nRF52 from a peripheral, to PC by UART.
Due to, I made this program from example...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
Hi,
is it possible to configure the nRF51822 Beacon (RCA20006), that it could be used as a wifi access nfc device.
So that the device (Beacon) sends the Wifi SSID and...
Where can I find a working application that has an observer callback function (not a beacon) .
this application must have also the broadcaster callback function.
OS: Ubuntu 14.04
IDE: Eclipse, installed as per tutorial.
Board: pca10040
When trying to debug esb prx and esb low power trx I get the following error:
No source...
So I'm only use to programing PICs with mplabX
I've designed my board and am ready to dive into programing the Nrf51822
I'm a little overwhelmed by the different information...
Hello,
I have build a gatt server device and my application is setup following the tutorials, which are really helpful by the way.
Now I want to check if the notifications...