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,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi, All!
I am using nRF51822QFAA with 16KB ram, and S130(sdk 11) for the dual bank bootloader, reference to the s130 releasenote, I config the ram memory start at 0x200013d0...
Hi,
I have tested several BLE examples in SDK12.30 and they would not compile, what's the problem?
for example here is the output of ble_app_uart example.
*** Using...
Hi,
Using this doc it says the SPI supports 16 bit frames. Is this true for the nrF51822 BLE Nano? I found that the mbed API does not support 16 bit frames doc . Can I...
Hello,
I tryed to find in Q&A something that can help me understand how it is possible to measure battery voltage with nRF52, but i am not sure i found the exact explanations...
The v3 reference manual of the nrf51 mentions:
"[The powerfail comparator] also provides hardware protection of data stored in program memory by preventing write instructions...
If I use the interrupt handler to set Flag, and read sensors and write data to SD card in the main loop as in the following code then everything works well.
#include <Wire...
What hidden settings am I missing this time in the awful Segger studio ?
I get an error :
unknown type name class
When I compile with this new class called...
hello i am new to spi, i am doing project on 3 wire spi interface. I am using 3 wire interface as Sclk,ssn,MOSI pins only , I am not using MISO pin .I am tested spi example...
hello, I am working on nRF52 DK spi protocal.I am using AD9837 as slave.Here i am using 3 wire interfacing.I am connecting Sclk,ssn,MOSI pins olny & I am not connecting MISo...
what's the maximum data rate of nrf24l01+ (with ACK and without ACK) using 2 nrfs?
if i use 4 nrf24l01 two in tx side and two in rx side.what would be the maximum data...
Reading the migration doc at:
<SDK>/components/softdevice/s130/doc/s13x_nrf5x_2.0.0_migration_document.pdf
I see there's a new fault handler type and an implementation...
Hello all,
I need to program nRF52 via the SWD pins. I cannot use the nrfjprog or J-link or Segger etc. I have connected 3 wires to the nRF52 - SWCLK, SWDIO and GND.
...
Hello to all
I'm working in an application that needs to be completely power optimized. In this program the device works as a scanner that if it finds an specific device...