I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Hello, i would like to test usb_msc example on a custom board, and i have few questions:
- will this QSPI flash chip work with nRF52840 QSPI interface, and is it sufficient...
Hello,
I'm doing some clean up in my code and i wanted to use only nrfx library as it advised to do. Regarding the watchdog i have set in my app_config.g file (used by my...
Hi,
Right now i am working on mesh sdk 3.0.0 on segger embedded studio and board i am using nrf52832. In my application i am trying to implement the watchdog timer but it...
Hi,
I want to use the nRF52832 on a recording system for sending the data to computer using BLE. I want to receive data after a while that the system is put in its position...
Here is my function to generate random numbers of desired length.
After generating a few(5 to 6) random numbers the function hangs at .
I am using RIOT OS on nrf52832...
Hi.
Hope you are well.
I intend to use the nRF52832 for a wireless neural recording system and I need the nrf to do some works for me, such as:
1. putting the system...
i am using nRF52832 with Mesh3.0.0, i want to build a network like a chain,Client1 to Server2 to Server3 and Server4 with interval about 40 meters, however i tested with light...
Hello,
Our team are evaluating the nRF52833 vs the nRF52840 and would like to understand the following
1. The nRF52840 clearly state that its RNG hardware is NIST SP800...
Windows 10, Segger V4.52c, S132, SDK 15.2.0, nRF52832
I'm trying to add Peer Manger to the UART template. I included all the C files from a tutorial I found and enabled...
Hello.
I am using nrf52-dk with 52832 (PCA10040).
To check the current consumption, I made a simple test.
I need to wake up every 5 seconds, do what is needed and fall...
I am currently working on custom firmware hosted by the nrf52832 SoC on a custom PCB. The project is built with a makefile and armgcc, using the "nRF5_SDK_15.0.0_a53641a"...
1. The use of the sdk is: ncs v1.2.
2. The routine used is: asset_tracker.
3. Test failure code see annex: 4_asset_tracker_ram.
4. Applying 100KB of memory on the 10_hello_world_ram...
Hi, I'm just getting started with Nordic SoC. I have two nrf52833 DK and would like to test the long range (125K and 500K) from the examples provided (precompiled hex). After...
Hi all,
I'm trying to build the hex files for the pc-ble-driver and am running into build issues.
My Setup
I'm running a Linux (Ubuntu 18.04) VM that I also currently...
Hi Everyone We are using nrfx_uarte library to implement the uart functionality , Everything seems to work fine with the uart , but the problem comes when we want to have...