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...
Once GPIO is pressed (shorted to ground), I want to change the value of UUID or Major/Minor number
If not, the device will continue to advertise the previous values
Hello,
I am working on a custom project with nRF52832 using SDK14.2 and s132_nrf52_5.1.0.
Now I am trying to configure and use RTC2, and face the problem that ble_stack_init...
Hello everyone,
after hours of python module installation, I was able to run the PPK with PCA10056. I have cut the SB40 and used an external pwoer source with 2,5 V. I have...
Hi I have two problemes, I do not know where to start, so if someone has an example, I would like to see it. The first thing is if someone has an example about using pwm to...
When registering a base UUID with the SoftDevice via "sd_ble_uuid_vs_add", a uint8_t is returned which (per the ble_app_pwr_profiling example) is intended to be the "type...
SDK 14.2
I try to use the watchdog using this code
static void nrf_wdt_event_handler(void) { NRF_LOG_INFO(">>> nrf_wdt_event_handler") }
int main(void) {
...
nrf_drv_wdt_config_t...
Hello , I am working on the development kit nrf52, i want to know how i canget the value of the RTC overflw and then how i can reset the RTC to zero.
thank you in advance...
We are developing a React Native mobile application for iOS and Android, making use of the react-native-ble-plx library to interface with the BLE UART service from the examples...
I'm running various example programs, and would like to find documentation for the functions I see them calling, for example nrf_drv_saadc_init...
Where can I find documentation...
Hi,
I have connected my custom pcb to the development kit at pin 19. When i use jlink commander, the board is detected properly. I use nrfjprog to dump the softdevice(Using...
I'm trying the get the development kit of the nRF52832 (PCA10040) displaying a floating point value. I read several postings of this problem, but non of the suggested solutions...
Hi, I'm having an I2C read lock-up issue similar to those described here , here , and here .
I'm using SES, SDK14.1, and an nRF52382. The only other component on the I2C...
Hi,
I have a custom board with nRF52832 SOC and temperature sensor in it.Interface Between the nRF52832 and Temperature sensor is I2C.i have to see the data through the...
Hello
We are currently making STN1170 based OBD II scanners with the nRF52810 for communications. The product is stable and available for commercial deployment, however...