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...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hello,
I am trying to send data obtained from a SAADC port via BLE using the ble_nus_data_send function. This must happen periodically at frequencies within the Gigahertz...
As we know, NRF9160 supports NB network and has an IMEI number itself. Now I want to know whether I can manage this IMEI number, such as reading, writing or modifying. In...
HI all,I am looking for a help.how to start SPIM RX task immediately delay less than 2us?
I have a SPIM test on 52832 DK board(QFAAE0) with SDK16.0, the MISO pin has connected...
Hello
I have a question about the Bluetooth multipairing function using nrf52832. How do I use this feature? And up to how many connections can I make?
Thank you!
I am going to store some informations into UICR.
In case, wrong data wrote have to correct we need to rewrite it.
I have been searched the forum and the answer shows ...
Hello,
It looks like several people are having issues updating the firmware of the Thingy:91 modem with a simple USB cable.
I personally tried on Windows 10, 8 and 7....
Hello There,
I have problems with the installation of the nRF9160. Started the installation earlier and nRF9160 was detected in nRF Connect/Programmer and I could see memory...
Hi, For my application I was using ESB without softdevice and just recently I wanted to add dfu so I had to add softdevice as well. After adding softdevice I found out that...
I want to convert APP_TIMER_TICKS ms to us.
So i'm using this function.
And, the value of APP_TIMER_CONFIG_RTC_FREQUENCY is
Also this is main code.
And, I...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
Is there a modified radio test firmware available? I am hoping for something that can be connected to via BLE, command it to turn on a tone, and then reboot the processor...
Hello,
I'm trying to send and receive data between the nRF52832 chip and a phone by following this tutorial:
https://github.com/bjornspockeli/custom_ble_service_example...
Hello!!
We are carrying out a project using nRF52832 , in which we must send a data to a phone every 1 second for 10 hours. The data sent is a sequence of numbers from 1...