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...
Hi,
I am trying to setup a ble sniffer to make sure another one of my devices is sending the correct data to the central. But the nRF sniffer does not seem to be picking...
We are using a custom board with an nRf9160, and have tested it with several sim cards. The board has been tested with a spectrum analyzer and it is able to transmit RF, however...
I'm having trouble with PDM on SDK15.2 with nRF52840.
The raw data buffers are only half full. The last half are zero's, therefore recorded voice has a robotic sound to...
Hi!
I am trying to use my own repo like described in the tutorial https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect...
I want make connection secure between mobile app and thingy52. What are the types for secure connection. Currently anyone can connect thingy without any permission.
I have setup zephyr development in an ubuntu 18.04 virtual machine. everything is working fine. but can't see the vcp. i disabled and enabled it in the jlink configurator...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...
I’m looking at this example:
https://github.com/NordicPlayground/nrf5-calendar-example
which uses standard C function localtime(), but can not find neither in the example...
Hi devzone,
I learnt DFU through USB by performing the following steps:
1. build and run "secure bootloader usb" project with segger through J-link port J2.
2. flash...
I'm setting up a new project (solution?) for the nRF52-DK, using SEGGER, based on one of the examples in the SDK, and would like to put it under version control (Github, etc...
Hello , I m working on project to commande sim868 by serial (send AT Commands), so for the fisrt i would like to test the serial connection with an arduino to see what it...
We have developed our application on a custom prototype board with a nrf52832 (laird BL652) and it works great. We got in our production boards and all the IOs on the processor...