I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hello:
I'm new on nrF52832 development. I did some tests using nRF51 and so far so good. However I received a few samples of E104-BT5032 from eByte http://ebyte.com/product...
Hi,
I have 2 SES projects that both require softdevice plus application.
One of the projects combines application and softdevice into the .hex file that is generated...
HI
I am Programming in Keil IDE and I am using ST link v2 like debugger, but in Keil shows this problem "internal command error"
what is the problem? I was thinking...
I'm trying to build support for uart async api by adding:
CONFIG_SERIAL =y
CONFIG_UART_ASYNC_API =y
to my prj.conf. Without CONFIG_UART_ASYNC_API the app compiles...
The nRF Connect Extension for Visual Studio Code was recently updated to v2021.10.103 but, unfortunately, a problem mentioned in this post still exists: "Unknown board" issues...
Hi,
In the documentation for the nPM1100, in the section " Charging indication (CHG) and charging error indication (ERR) ", there is a schematic for connecting ERR/CHG...
HI.
is my first time to using Nordic devices, and I'm going to program nRF52840 to medical product,(oximeter, gyroscope, etc.), I am using a dev, module basic, only to test...
Hi By mistake I closed below but the issue not resolved yet.
https://devzone.nordicsemi.com/f/nordic-q-a/81276/agps-example-question-related-to-psm-command-disablement ...
I want to set an external LED on and off with the coap server example, but It doesn't work. I tried two different methods. The uncommented one is more like a normal blinky...
Hello,guys
I build nrf9160-dk modem_shell demo as cmd '$ west build -b nrf9160dk_nrf9160ns ' and then '$ west flash ', after the system running up, I try to ping baidu website...
Hi,
I have a question about the TID field in Generic OnOff set message. I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. I have enabled...
I am currently working on a project with strict size constraints. I am therefore interested in running the SoftDevice without the MBR (if that is possible). The project consists...
Hello,
I am building a Central app based on the UART example central to replace an existing BLE soc that is no longer available.
The Sensors are custom with fixed characteristics...
Hi, As subject.
I can read right ADC value after calibration. but I change channel from 1 to 2. The value of each channel will rise or fall with other channels. Why?
I...