Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf" "DTS_ROOT":"/home/user/test/nrf"...
I am facing one another problem basically i am sending some AT command from central to peripheral but after some time its hang and wait app_erroc. c (__disable_irq();->while...
Hello, I commissioned a factory to make a sample card reader for my company, they didn’t configure everything, because the SDK given to us allows the device to read-only NFC...
Hi
I have a setup with one device and one host, and I want to send data return to the device, but I'm not getting the nrf_gzll_host_rx_data_ready callback no the host. ...
HI
We have a running product that we want to improve by moving from ESB to Gazell.
it should be an easy task, because it is only a simple main file that needs to be replaced...
Hi Nordic,
I have added 20 client elements on a client node to control 20 server nodes(Light_Switch example). While sending an acknowledged message to all servers on a button...
We are using the nRF52840 with SDK 15.3 and we want to switch the regulators (DCDC or LDO) manually depending on the feature.
According to the Nordic document here ( https...
Hello,
I want to run a memory test whenever my device nrf52832 starts up to check for various faults like stuck at, transition and other faults in both flash and RAM. Does...
Hi All !
Hope doing well . I have a question regarding nrf52833 maximum power transfer @ 8dbm . I am using the "ble_beacon app" and using sdk 17.2.0 and soft device is S140...
Hi. I am working on the nrf9160. I want to use a unit test framework for my application code (which is a combination of C/C++14). I thought about using gtest/gmock or ztest...
I'm using NCS V1.5.0 and an nRF52840
The current draw with I2C enabled is around 200 micro amps
If I disable I2C using an overlay and recompile the current draw is around...
Hi all,
Please forgive the newbie question--I'm just getting started with Nordic.
I'm trying to build the hex files for the pc-ble-driver and the build keeps failing....
I am trying to add the nRF SDK 15.3.0 ILI9341 LCD driver code to my existing nRF52840 project.
Segger Embedded Studio 5.40a is being used as the IDE.
I have added all...
Hi,
I am new to Nordic chip sets, though I have firmware experience with STM and other boards. I have to wire an accelerometer to a nRF development board, and fix some existent...
Hello I am fairly new to Nordic. I am able to send and receive a character only but not able to send a string.
I am trying to send a character via RS232 to Tera Term using...