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...
Hi,
I'm trying to get started with the nRF51-DK with the ble_app_template. I want to get it working in the Rowley CrossWorks IDE. (From what I understand this is the same...
I am having trouble running softdevice_enable. Here is what happens:
After main(void) starts the code is:
log_init(); // WORKS
clock_init(); // WORKS
buttons_leds_init...
Hello,
I'm using a nRF51822 to send data to the iPhone using the NUS service. I'm using the oldest SDK4.x and v5.x S110 soft device. I know that the least connection interval...
Good day.
I`m very new to nordic chips.
I`m try to use NRF52832 as TWI master with OLED display based on SSD1306 with I2C.
And got this.
Yellow is SCL, Blue...
Hi,
I am trying to use the FDS for saving some variables and displaying them again later. I have downloaded the NRF52-fds-master sample code posted on github. However,...
i am working with mpu xx example given in nordic website. it seems code is working fine i.e. compiling and dumping into nrf52 DK, But not showing any output values.
i was...
I am using an Nrf51822 for a project. I looked in the datasheet and it said that there is a built in WDT for the chip. It also says that clocks can't be used while in systems...
I want to use in my project tft 1.8 display with st7735 controller. I'd like to use some based code but can find nothing except on infocenter nordic
As I understand there...
Hi,
I am writing a boot loader which does not need to use the soft device as the image is being transferred over an SPI interface.
I have merged the softdevice and my...
Hi
I suppose that Multiple connection to centrals is available from BT4.1.
Is it possible to realize bu S110?
If it is so, which version is available the specification...
Hello, I made some boards on nrf52832 and I was testing the PCB.
The test program is ..\nRF5_SDK_12.0.0_12f24da\examples\ble_peripheral\ble_app_hrs.
(I have downloaded...
Hello! Just got a few NRF51822's.. looking to just brodcast a few basic URL's.. if someone can point me in the right direction or maybe let me know where I can hire someone...
I work with ble_app_uart example and want to move uart init and event handler into separate file( e.g uart.c).
I just copy uart_init, uart_event_handler functions with some...
I am writing code that runs on a NRF51822 (to be less specific it runs on a Red Bear Lab BLE Nano). The board has a 32.768khz crystal on it that I want to use to wake up the...
Now I am sending data at 250 ms.
I'd like to send data at 80 ms.
Is this possible?
also,how much can it extend the advertisement interval to the maximum?
thank you in...