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, We are working on a product that uses EYSHCNZXZ, nRF52832 based module from Taiyo Yuden. The module is qualified as Component at 'PHY layer only'. The QDID of this module...
Hi, is there a tutorial or more documentation available for explaining the purpose and how to use rd_auth and wr_auth flags? E.g., i f I set rd_auth = 1 do I still have to...
Hi there~
I'm working on nRF52840 DK board.
I want to change nrf_log max number of arguments.
After I finished the modification, and print log with more than 8 arguments...
Hello,
I have a device that advertises as `BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED`. When a device connects, it restarts its advertising as `BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Hi,
i have developed a Windows based App in Qt that using BLE.
My problem is upgrading a remote device Firmware using BLE.
Did exists any type of C++ class automator...
Hi Nordic!
I faced a problem when I want wake the MCU up from SystemOFF.
When my nRF51822 is in SystemOFF mode, a watchdog chip wakes up the MCU. After sending the...
Hi.
I think i just fried my NRF52840 dongle. VDD out is only about 0.5V :| I'm currently powering it from the usb port (VBUS is correctly +5v). Could it be that Ii only...
Hi,
I"ve designed a custom board with the MDBT50Q module (part of the schematic below). When writing my program to Flash 0 and Ram Memory 2000 0000, the program won't load...
I have been experimenting with the example of the MQTT Client Subscriber/Publisher from de nRF SDK. I use:
SDK v15.3.0 (also nRF5 SDK v15.2.0).
Raspberry Pi 3 (as a...
Are there any working projects that integrate TWI and MPU6050 sensor. That are edited by KIELu5 and follow the SDK 15.3v ? I tried modifying the 'twi_sensor' project but I...
Good day
Im trying to switch off an LED when my relay/hopper is not advertising. I switch the LED on successfully when transmission starts but I'm struggling to do the sd_ble_gap_adv_stop...
Hi, everyone,
now I'm test " \ncs\nrf\samples\nrf9160\gps\build_nrf9160_pca10090 ",
it's error about" nrf_socket.h: No such file or directory"
I'm find the file at ...
So this is a small continuation of this ticket https://devzone.nordicsemi.com/f/nordic-q-a/50656/using-pdm-mic-on-nrf9160dk .
The problem I'm having now is that when I run...