Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
If the softdevice is not used, As follows:
static void gpio_init(void)
{
nrf_gpio_cfg_input(Record, NRF_GPIO_PIN_PULLUP);
nrf_gpio_cfg_input(Play, NRF_GPIO_PIN_PULLUP...
There is an input clock signal with frequency of 3MHz-5MHz, but the exact frequency is unknown. I want to use nRF51822 to detect the clock signal's frequency, the accuracy...
Hi, I was using LG's HBS750 (Bluetooth Headset).
This device , after it is connected to an iOS device, shows the headset's battery level.
(Device Spec : Bluetooth 3...
Hi,
When running the multi-role-conn-observer-advertiser example on nrf51822 Soc with S110v7, I never be able to get the MAC address, and even the RSSI is always 0x1.I...
Hi all,
I am trying to implement a scanner (for reading RSSI and MAC address of the advertisor) , and I am based on S120\multilink_central example.
I understood from here...
I am trying to port the SDK 7.2 DFU example to support the S310 stack and compile using GCC. I have made the necessary changes as suggested in this post and I am testing on...
I'm using SDK 7.1, PCA10028 & PCA10003, SD310 2.0.1
My understanding is that the NFR51422 chip on the *28 board has twice the RAM, but otherwise is the same as the NRF51...
I'm using the nRF51 DK (pca10028) with the S130 0.9.0-1 ALPHA release and the experimental_ble_app_s130 example from Keil 5 doesn't work out of the box. Also I'm running 7...
This is Rajesh.C working for Sienna ECAD-Bangalore, India. We are using nRF51822 BLE in our design. I would like to know how many I2C and SPI device can be connected to the...
Hi,
I just receive a nrf51822 QFAC.
I'm using SDK 7.2 with Softdevice S110 7.1.0 with gcc.
If I compile using .ld from xxaa, It works (but using 16k RAM).
The same...
Hi, We have an nRF51244 and are using a single ADC in 10bit mode with a 1.8V supply (smooth regulated from battery) wired in LDO mode. The problem is our readings are all...
how many nrf 51 iot sdk devices can connect simultaneously to raspberry pi in your example setup...?
currently your device supports node role....when you will come up with...
Having just seen a couple of questions relating to DMA, which I was not aware existed on the nRF51822, I did a bit of digging, and it seems there must be newer silicon versions...
Hi all,
Please can anyone explain when the device_manager_event_handler() is triggred ?
And also, what difference between on_ble_evt() and on_sys_evt() and when they are...
Hi all,
I am using nrf51822, on pca10005 board, and debuging the s120/ble_app_hrs exple. I charged s120 v2.0 in memory.
The problem that I have is when ble_stack_init()...