Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.
I was first setting:
FLASH_START=0x1B000
SRAM_START=0x20001EB0
Then tried...
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi,
My code always throws "NRF_ERROR_INVALID_STATE" error and reset in nrf_drv_gpiote_in_init.
I tried many pins all of them are free and not used:
#define BUTTONS_NUMBER...
Hello,
is there a way to check for NRF_ERROR_BUSY before issuing a new command?
The idea would be to create a timer to retry issuing a/the command if the NRF is not...
Hi,
After following all instructions on: gnuarmeclipse.github.io/.../
And after installing all Nordic Semi dependencies on eclipse.
I import on eclipse the UART_Loopback...
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
...