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...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
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...
I'm using the with SDK version 13.1.0 along with S140 SoftDevice v 5.0.0-3.alpha and trying to utilize the Bluetooth 5 Extended Advertising feature.
The function ble_advdata_set...
I'm periodically polling a TWI sensor with a blocking call, as in
ret_code_t err_code;
m_xfer_done = false;
err_code = nrf_drv_twi_tx(&i2c, address, subAddress, 1,...
My external application processor UART, every 5 ms @ 19.2 KBPS transmits a byte to UART RCV of NRF8001, which needs to convert this to BLE and then transmit to a cell phone...
Hello All,
I am working on nrf52832 and i designing the custom board for the same for my application , which all pins i need to select as programming pins to dump the code...
I'm trying to figure out why "some" (as in not all of them) Android Devices drop my Bluetooth Low Energy connection (to an NRF52 which I don't think is the problem) after...
I'm trying the example border router using 2 x nRF52840 boards one with CLI and the other with NCP connected to a PI. I can get ipv6 addresses and get them to ping each other...
Hi, I am trying to control an Omnivision Camera module using the nRF51822 EK. The module uses their proprietary SCCB protocol, which is very similar to I2C. However, there...
I am now using 52832 to do a project, need to send a BLE broadcast package first, and then start scan, what examples can I refer to?
Attachment is my TX/RX process,and...
Hello,
I always observe 4.0xxV from the li-po battery attached after when thingy52 stopped charging.
I think this problem maybe because of output current from the battery...
On our project we're using a Raspberry Pi 3 compute module with custom hardware and 2x nRF51 SoC running HCI from Zephyr.
We'll be delivering more than 150 of those devices...
Hello! Can I use one of the gpio pin as power source directly for other MC on my board (hx711 - ADC with current consumption in normal mode 1.5ma (from datasheet)). I understand...
Hello, long story short:
You now must use write request instead of write to write the CCCD descriptor.
Allegedly (according to a nordic employee) both types...
Hello,
We are currently designing the hardware for a production run of our product using the nrf52832 chip and would still like to have debugging capabilities with breakpoints...
I'm using an NRF51822 with soft device s110 version 7.1.0 and I'm having timer-related issues.
I create 1 periodic timer and 6 non-periodic (single shot) timers with app_timer_create...