I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
I am trying to run the multilink central gcc example with s120 v2.1 on a nRF51822 CEAAD20 device. Unfortunately, SOFTDEVICE_HANDLER_INIT call causes a hard fault. The linker...
I'm trying to pass a string longer than 15 characters to NRFJPROG_rtt_write (it's 17 characters, including null-termination), but the data_written parameter is set to 15 after...
Hello everyone,
I am wondering that, can i find auto-connect feature on nrf chips? Firstly, i should match chip & device i know but after that can they match?
Second...
FWLog (1)_formattedByTC.txt Hi,
I am sending data to one of the characteristics from nRF51 to the App(the problem happens in both iOS and Android).
This is what I am observing...
Is there any documentation on the advertising state machine ? This post :
devzone.nordicsemi.com/.../
mentions the state machine and how it progresses from fast, to...
Hi all,
I want to update my connection parameter as follow:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //400 /**< Minimum acceptable connection interval...
Hi,
I'm doing a project using the Evalution kit.
I don't know why, but I can't go under 350 uA current comsumption in system on.
I did clear all pins,i did NRF_SPI0-...
HI:
i use SPI is ok when i set frequency = NRF_DRV_SPI_FREQ_1M,but SPI will work abnormal when i set frequency = NRF_DRV_SPI_FREQ_500K/NRF_DRV_SPI_FREQ_250K/NRF_DRV_SPI_FREQ_125K...
I am evaluating chips for a new project.
I am looking for a chip that can connect with Sony PS3, PS4 controller and most modern/recent cellular phones.
I am confused...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...
What development kit should I buy? Is this the right one?
www.mouser.hk/.../
What software IDE to use?
Does Keil offer free version for limited code size? What...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...