Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello to everyonel.
I am working with the Light_switch example of Mesh 3.1 on nRF52832 (PCA10040). At this moment, I am trying to understand how I can send a message from...
Hello!
I want meashure pulse time via input capture.
I configured NRF_P0, NRF_GPIOTE, NRF_PPI and NRF_TIMER1.
It work fine, but in datasheet I found next text: ...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello,
I've got an nRF52832 embedded in a module (Telit RE866). As such, I can't see the markings on the chip and have to resort to reading the FICR registers to identify...
I'm working on a project where two devices are trying to get an estimate of the channel between them by taking RSSI measurements over a period of time. I am having a problem...
Hello,
I have custom board with nRF52840. Most of the time It works on USB power, but it also has a battery. It has some peripherals that powered via USB too (LED w2812b...
I've been trying to add UART support from the uart example to the ble_app_template example. I've enabled all the required drivers and options in sdk_config.h and included...
Hi Nordic,
I am trying to encrypt the advertising data(UUID,Major,Minor,etc.,) of nrf52832 through ECB-AES electronic codebook mode encryption in ctr mode
i had added...
Hello
I am trying to read a multiplexed button matrix, using the BSP button interrupt example. I am doing this on a custom made PCB with an NRF52840 on-board. This is...
Does anyone know how to get real GPS data on the nRF9160 DK (PCA10090) evaluation board? In the file "autoconf.h" changing CONFIG_GPS_USE_SIM to 0 did not work. Is there another...
When trying to write a long buffer to external flash via SPIM0, I found the TXD.MAXCNT is limited to 255.
I'm directly manipulation the registers. When I wrote 256 into...