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...
in nRF51822 product specification a maximum absolute rating of 3.9 Volt is reported, while in electrical specification the maximum voltage is 3.6 Volt.
The question is :...
Hi,
I have tried with the nrfjprog tool and I get the following error:
Command:
nrfjprog.exe --eraseall --programs s110_nrf51822_7.1.0_softdevice.hex --program HILO_P_01...
Am trying to setup a module where I need to send the Serial port ( say from printer/peripheral COM)
to a BLE Peripheral/Central Module. Not sure which SOC or combination...
I have a board built which is a tracking device with a GPS and GSM modem. I'm beginning field testing and have been flashing it with a Segger then disconnecting the Segger...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
I have used the nrf8002 chip before and love it but now I am trying a different application that requires a bit more smarts. I am trying to design a system that can have an...
I have an nRF51822 board that is running fine for a while. At some point, it runs into an error and calls ble_debug_assert_handler() and goes into an infinite loop. At that...
Hi all,
I am new to nRF51822,now I want to used a simple ble application to send a data,and nRF51822 ble device read this data to control RC servo motor ,for example app...
We are using S130 v0.9 stack,
and when BLE device A is connected as peripheral of iphone
and central of BLE device B at the same time
iPhone --> A ---> B
Device...
Hello,
I am working with the nRF DK trying to read a sensor over I2C. I wrote some code in Keil uVision and I finally could read the sensor. The problem now is, for some...
I encountered a strange problem system reset. My application runs on iOS or android. My device was connected by iPhone 6 plus(128G) with iOS 8.1.2. ANCS was turned on. I have...
Hello Everyone
I want to implement TWI interface in my project.Presently I am using Keil UV5 IDE, PCA10028 Development board and s110 7.1.0 softdevice, along with that...
Hi,
So am new to all this BLE stuff, I have been using the nRF24L01 modules but want to move to the BLE variant, nRF51822.
I am these days figuring out the toolchain...
Hi,
I am developing on a nrf51822 based board using s110 softdevice v. 6.0.0.
In my program I need to change the bluetooth GAP device name in runtime
during connection...