Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
What is the Characteristic UUID 0x2AA6
It shows up as the 4th Charateristic under the Generic Access Service, in the nrf5-ble-tutorial-characteristic-CompletedCode ported...
Hi all. i am using hid device keyboard example for nrf5. But when I try to call
sd_ble_gatts_hvx(p_hids->conn_handle, &hvx_params), this function returns error code 0x00003401...
Hi,
I am using the S120 stack and wish to connect and control as quickly as possible to the peripheral. The central and peripheral devices are both embedded devices and are...
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
I am using blenano with mbed compiler and a 24LC256 eeprom.
the output o screen I get is the no. of total chars, i.e, 65355. below is the code.
#include "mbed.h"
#include...
Hi guys,
I'm on Win7 and I'm writing data from libusb to nrf51 board, my code is
usb_bulk_write(dev_handle, 0x04, data, WRITE_SIZE, 1000);
When the nrf51 receives...
Hello:
I tried to find this in the documentation but could not. Regarding the external trigger to the PPK (TRIG IN pin). Does this require a high-to-low transition, a low...
Do I need a custom 128-bit UUID if I delete one or more Characteristic from an Adopted Service
I do not modify the remaining Characteristics
For instance: Sniffing with...
I'm trying to program Sparkfun nRF52832 board using SWD (via nRF52 DK). I've erased original bootloader/softdevice/app and programmed S132 and my app. The app works, but only...
Hello,
I'm beginner for NRF51822. I have tried ble_app_hids_keyboard example on NRF51822 with s130 softdevice.
It is discoverable in smartphone as Nordic_Keyboard. Smartphone...
We have been using the DFU that came with the sdk 12.1 with a modification (essentially removing the button from the DFU code). We currently send an application command that...
Hardware:
I have an nRF52 device running the S132 running as a Central.
I have 6 iOS/Android devices running as peripherals.
Background:
I am attempting to have my central...
Hello,
is there any good example available, with whom I can simulate, that there are two devices are already connected and the host is scanning for some other devices?...
I am trying to use the function or any function with my BLE UART application. I have a timer that expires to kickoff reading of some sensors and then when I try to read my...
Hi all,
i m connect a sensor with Nrf51822 beacon and get the data.
so i want to transfer those data to Nrf51 dk kit continuously.
where i want to change or put my data...