Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
is there a version of nrfutil that works on linux?
this one doesn't: github.com/.../pc-nrfutil
$ nrfutil dfu genpkg --application _build/nrf51822_xxac_s110.hex fota.zip...
Hello,
I have used ble_app_uart example and wants to transmit 12 bytes data over ble using this function ble_nus_string_send call.
In 1 second how many times ble_nus_string_send...
Hi,
At the moment I'm trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I'm not able to go into Idle- or even the...
Hi,currently i want to measure the current consumption of nrf52 DK. I followed the tutorial nRF51 current consumption guide ,and use the Power profiling application in the...
HI. currently, I have used the nrf52 board to test the power consumption of ble,I followed the tutorial nRF51 current consumption guide,loaded the Power profiling application...
I've got my UART (with fifo) functioning, and now I need to read in a string and determine whether to act upon it or not.
I'm using the s110 softdevice, and I found a BLE...
Hello,
i would like do Output over UART (printf) the UUID and the DeviceName.
I have the scanning data p_gap_evt->params.adv_report.data
When i would like to get...
I am using nRF52832 DK. I have connected our custom board using Debug out and loading code is successful for custom board. I loaded radio_test code.
Now I want to test the...
I use eclipse IDE as a builder. My toolchain is arm-none-eabi 5.2.0.
Compilation is for N52832 processor. I imported *.ld script files and startups from nRF sdk.
During...
Is there a plan to fix this errata limitation from errata limitations documented on softdevice?
If Radio Notifications are enabled, flash write and flash erase operations...
Hi all,
I'am using nfc url record from nRF5_SDK_11.0.0-2.alpha.
The example works fine on PCA10036 but not PCA10040.
No ITs are generated on µC.
I'am using Nexus 5X...
I am developing an code which requires use of multiple Timers.
I am using Sdk 11 here when i try to initialize timer there is no field for APP_TIMER_MAX_TIMERS in APP_TIMER_INIT...
Inorder to create a c++ wrapper in nordic SDK , i have to
change the Makefile so that it can compile both C++ and C.
in the example the makefile already has gcc added but...
I would like to have BLE using 51822 and audio using a separate BT classic chip on my device. Are there any products in the market that use separate BT chips for LE and classic...
Hello everyone,
I would like to ask that when my project will get the event(BSP_EVENT_SLEEP、BSP_EVENT_DISCONNECT and BSP_EVENT_WHITELIST_OFF)
With the example,in the...