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...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi all,
Please refer to the SDK version : nRF5_SDK_15.2.0_9412b96.
We need to use two uarts simultaneously for module & device respectively.
For example :
UARTE0 ...
We, I am using nRF 5 SDK v 14.2.0.
Power-off has occurred during program development. I can not identify the location, Functions that are not memory leak, buffer overflow...
Hi,
Now, I am using the nRF52840 to develop and do signal test. Can you share me some tool that can make the board enter the test mode?
Best regards
Simon
Hi:
PREJECT: nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hrs_freertos\pca10040\s132\arm5_no_packs
When TWI0 and GPIOTE are turned on at the same time, the...
I'm trying to get the AT commands sent in the asset_tracker example written out together with the other printk statements. I have tried adding this to the prj.conf: CONFIG_LOG...
I used the nrf52840 as the central device, use SDK15.0, scan then connect the peripheral toys.
sometimes i found the central can scanned some ble peripheral but can't connected...
Is there a way to have 6 different GPIOs act in unison off one event/action? I need all 6 to go ON and OFF at EXACTLY the same time based of an event or action.
I'm trying to program a thingy:52 device, via the nRF52 DK, with the .hex files from this repository:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
I would like to see if I can get 5V switched from the DK. Is this possible?
I see the 5V rail on the diagram but I didn't find the documentation to describe it.
I can...
Hello there,
I am currently trying to read the leftover WS2812b LED strip data which was sent using a single channel I2S. The data sent from the board (through I2S) looks...
nrfx/nrf52840_bitfields.h not define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV6-2.
But nrf52_bitfields.h is defined this.
nrf52840's datasheet is written,MCKFREQ 32MDIV2-32MDIV125...
hi, I have developed the product using 802.15.4 (custom zigbee packet) and bluetooth application.
version.
nRFSDK: v15.2.0
nRF-IEEE-802.15.4-radio-driver: nrf_802154_1...
I am currently using the nRF51422 device with SDK 11. I was wondering how to implement the battery life service and characteristic in my program. I have successfully advertised...
Hello DevZone team,
Currently, I want to design a wireless sensor system which can cover around 100 meter range.
It can be in any kind of topology: mesh, star, ... as...