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...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hello,
to reduce ernergy consumption i use the sd_app_evt_wait() function while the twi is sending or receiving data.
i set nrf_twi->address and nrf_twi->txd and set...
Hello,
I have troubles using spi_master_example.
I want to control by spi a slave device from the nRF, I am sending sequences as expected and my slave device answers me...
The S130 SDS 0.5 documents a CODE_R1_BASE of 0x00020000, but I can't get it to work with code at this location. Any SoftDevice API call ends up in the application's SVC_Handler...
Hi,
i use the library app_gpiote to setup interrupts on a toggling external pin(this pin generates a signal which changes from high to low).The external interrupt signal...
Links: ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works.The ble device call disconnection,but ble android phone respones it more then 5s...
Hi, I'm a student at Oregon State University using the nRF51 Development Kit for a project. I can't seem to find any functions for sending and recieving Bluetooth signals...
HI ALL!
I got a question about establishing my own service.
Currently, I can just send my data through the 'hrs' service(by replacing the heart_rate value with my own...
Hi,
I just downloaded the Utility app for the ble apps(nRF518 SDK) checking on my i5 at iOS 7.1.2. I have tried to connect the apps(hr, proximity) of Utility, but there is...
I changed the dfu start address to 0x00 and application start address to 0x8000.
The application use the RTC0 IRQ to count the timer,
but the RTC0 IRQ did not work correct...
I've been successfully using IAR and I-jet with the 51822 and S110. I can build, download and run under the debugger with no problems.
I recently switched to the 51422...
Has anyone has any success flashing a nRF24LU+ dongle NOT using the official dev kit ? I'm attempting to flash using another microcontroller programmed as an SPI Master so...
I will be happy if someone points out this is a newbie problem and not something weirder...
Running on Win7, 64 bit BTW...
I recently received the nRF51 eval kit. I...
Hi,
I am trying to connect my msp430f1611 microcontroller with the nrf8001 bluetooth chip. I read this thread ( devzone.nordicsemi.com/.../) and it seems very helpful....
I have been trying to implement a SPI Master on the nRF51822 Eval board in order to read data from an Analog Devices ADXL345 3-axis Accelerometer. I chose to start with the...
Hello,
Firstly, the nRF5122 Product Specification v1.3 Section 4.2 says that TIMER0 is 32 bits wide.
However, other product specs seem to mention 16/24 bit timers, and...