Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
Hello team,
I got a DEV KIT NRF52
And I'd like to get all my LOG : NRF_LOG_* ( NRF_LOG_INFO… ) From my USB interface Serial:
/dev/tty.usbmodem1421
I made sure...
i read devzone.nordicsemi.com/.../ that simple multiple saadc-s is not so easy.
I also looked at github.com/.../ble_app_uart__saadc_timer_driven__scan_mode to use multiple...
When I keep this function :
static void vMain_iInitDeviceManager_Exe(bool erase_bonds)
{
uint32_t err_code;
dm_init_param_t init_param = {.clear_persistent_data =...
Hi, everyone.
I've developed a custom board using nrf52832. I tested it and found that CPU core, GPIO and other peripherals work well, but BLE doesn't work at all.
I ran...
Hi,
Raspberry (SPI Master) -> NRF52832 (SPI Slave)
The code below execute event_handler of SPI with NRF_DRV_SPIS_XFER_DONE type. But RX buffer is empty. All bytes are...
Greetings,
I'm in the process of choosing a nRF52 module. I know of this link for the various modules www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules.
I...
Hello, I've been trying to get directed advertising and auto-connection working on an NRF51822 peripheral.
I'm using SDK V11.0 with SD130 v2.0.1
This is the scenario...
Hi,
I used the code ble_app_uart_c on board 10028 as a base for my custom board.
My board is nrf51822 QFAA based so I changed all occurances of nrf51422 to nrf51822...
Hello,
We are trying to communicate to this board ( www.adafruit.com/.../1697 ) that has nRF8001 at its core.
Unfortunately, our TX is only able to output BLE 4.2
...
I'm running on nRF51822, SDK 8 (not totally sure, I inherited the project), SD130 and mbed.
I've tried and failed with my own code to use pstorage.
I'm now trying a...
Hi. I'm using nRF51822AC, SDK12.2.0, S130.
The size of "s130_nrf51_2.0.1_softdevice.hex" in SDK is almost 300KB.
But chip's flash mem size is just 256KB. It's bigger than...
How is it used? And why to use it?
static nrf_saadc_value_t m_buffer_pool[2][SAMPLES_IN_BUFFER];
instead of
static nrf_saadc_value_t m_buffer[SAMPLES_IN_BUFFER];
Hi team,
we are doing project called indoor navigation using beacons.To get the good RSSI signal strength,in which position should i need to place the beacon. Can any one...