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...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hi
sir we have nrf9160-dk and planning to interface some sensors to it but the issue we are facing is that the gpios are at 1.8v where as we need 3.3v logics to interface...
Hello everyone,
I getting stocked now for 1,5 days to get the nRF-Connected SDK running
I am using macOSCatalina 10.15.7
segger 5.20
Nordic SDK Tag v1.4.0
using...
Hi Team,
I'm working on scanner and NCS/Zephyr bt_le_scan_start callback API
typedef void bt_le_scan_cb_t(const bt_addr_le_t *addr, int8_t rssi, uint8_t adv_type, struct...
Hi
I have implemented a custom DFU process, where NRF52840 sends another NRF52833 an image to program.
The NRF52833 receives the image and validates CRC, if all OK , I...
Hi,
I'm using a nrf52833 in may application.
I have 2 Identical units with bare nrf52833.
refer the unit as normal ad defective.
test a.
while flash a simple FW...
Hello ,
I am using NRF 52 DK 15.3.0 SDK and ble_free_rtos_hrs example , I want to have a feature to start and stop the advertisement ( by interrupt driven , task notify...
Hi Nordic..
currently we are going to implement serial bootloader dfu from other MCU (infineon chip).
We have create flasher from MCU to nrf52832 to do serial fw update...
Hi
I am using nrf52832 .i am trying to connect to a device using sd_ble_gap_connect but i am getting NRF_ERROR_INVALID_ADDR error.
i am modifying ble_app_cli to achieve...
Hello
I'm going to use J-link's virtual port to see the characters being printed.
I connected custom pcb to Vcc, Swdio, Swclk, Gnd pin and tx, rx pin of J-link.
And...
In our mesh application, we are trying to give all our devices the same network key. As we are planning to have in excess of 100,000 devices, the 2-byte unicast address is...
Hello,
I am developing thread network and i am building on top of mqttsn_sleepy_publisher example. But I have problem to enable RTT logging (UART not available) for thread...
Hi, We are using nRF52840 in our design. the pin p0.10 is marked as LOW-FREQUENCY I/O (up to 10Khz) according to your recommended usage. Our software is design to generate...