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...
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...
Hi
Using SD Version 6.1.1 and NRF Version 15.3.0.
Using the following advertising params I can set non-extended advertising
ble_gap_adv_params_t advertisingParameters;...
Hello Nordic support, For long term power profiling of nrf52 hardware, I am using the suggestion given here, that makes use of functions in python script ppk.py: https://devzone...
Hello Nordic Team,
I have an application in development where some bigger files (~20kb) can be downloaded into the device, so they get stored in with the FDS system.
Now...
Hi,
I am using BLE application in NRF52832 board and using NRFConnect app to send custom characteristic service from mobile app to nordic device. But if I am sending a data...
I updated Thingy:52 to firmware version 2.2.0 using the Thingy:52 Android app.
WIth the Thingy:52 running v2.2.0, the WebApp for Thingy:52 can pair with Thingy:52 but it...
Hello Sirs,
We implemented a joint bandwidth test (or speed test) for a radio channel by transmitting notifications.
Parameters set in SDK config:
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
I am following the instructions at infocenter.nordicsemi.com/.../nRF52840_PDK_User_Guide_v1.2.pdf to program a pre-compiled example (blinky).
I have two nRF52840-PDK (PC10056...
Hi, im designing a beacon based on nrf52832, but i have a question about RF section, i´m using 2450AT18B100E chip antenna, and to match it with the nrf52 i'm following the...
Hi,
Trying to investigate eddystone protocol. After compiling and uploading ble_app_eddystone example I see Eddystone BLE device in non-connectable mode.
But after pressing...
I am using NRF52840 DevKit on Ubuntu 18.04 (bionic). I have successfully compiled pc-ble-driver and hex connectivity/softdevice.
I have now download pc-ble-driver-py and...
Hi,
We develop a GPS tracking device.
Development kit shows two type antenna, an external antenna(With connector) and onboard antenna for GPS and LTE.
We won't use an...
Hi, I am using nRF52832 with sensor, nfc and Softdevice S132 v3.0.0 to advertising packets .The sensor is interfaced with nrf52832 using twi interface. I have referred examples...
Hi,
I'm using the NRF52832 QFN (DCDC) for a PCB. Regarding the antenna matching components (C3,L1) it is recommended everywhere that one must use the exact same layout as...
Hi,
We are using a logger module a lot in our projects to diagnose problems, or warn API users of misuse. Sometimes it would be handy to be able to have nrf_log macros take...