I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi,
I am measuring die temperature of the nRF51822 using sd_temp_get() at the timeout handler of the RTC1 timer every 2 seconds.
I am using the battery service for a...
Hi,
just for understanding what soft device do i have to use when i want to build an application wich use observer role and broadcaster role at same time?
Can i use S110...
In our application, we need to save a group of data objects,
how many data objects in a group is dynamic.
also each data object has different sizes,
a few bytes up to 100...
Hi,
I am using nrf51822 custom board.
I'm trying to make intterrupt when a pin is 0 (or 1) and do some calculations while it remains 0.
However I could not manage...
Hello,
I am trying to use SPI on a mbed nRF51822 and am following the documentation suggestion. We've deleted all code except the minimum to try and track down the problem...
Hi,
i want to build an applicaiton with gcc and eclipse setup and S130. I use OSX.
if i don't use the softdevice and run it with the blank linkerscript my blinky code...
Hello,
We are trying to update to Keil uvision 5.11 and unfortunately breaking our teeth on the pack Installer. The Nordic SDK 5.2.0 is installed on the machine but when...
Hi,
I have installed nRF Master Control Panel app on custom board running Android kitkat 4.4.2(ASOP).
But when I run MCP app it gives prompt that 'Device doesn't support...
Hi all,
I develop a central application, which manages multiple peripheral connections. The application often has to stop and start scanning again. In rare cases the function...
Hi,
I'm trying to get the bootloader from SDK v6 running with SoftDevice v7.
I managed to compile it under Eclipse (gcc). I've just removed buttons and LEDs from the code...
I would like someone from Nordic to confirm that the new softdevice release s110_nrf51822_7.0.0 is not suitable for the 128kb versions of the chip (in my case nRF51822 QFABB0...
Hi!
How is the functionality choosen, the nRF51822 has to offer?
Is the SoftDevice (e.g. SD120) an API in C where a specific functionality (e.g. central role listening to...