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...
I'm new to use nordic. I am using thingy 52. I would like to add a new custom feature that communicate text via BLE from app, store the text as userid in the thingy and check...
i use 52840, nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd_msc this example, and change the log level to debug
but i still can not see the DEBUG output information, this...
Hello.
I developing drone by nrf52832.
Developed based on nrf52-quadcopter .
physical web & drone is service uuid as below.
#define BLE_UUID_NUS_TX_CHARACTERISTIC...
Hello, I'd like to connect the nRF52840 to four I2C sensors. These sesnors may or may not have the same address and they will all be at the end of their own 2 meter long cables...
Recently, the side-channel attack "Screaming Channel" was described in a paper ( http://s3.eurecom.fr/tools/screaming_channels/ ).
The authors demonstrate a remote, passive...
Hello Nordic team
I am working on nRF52832 DK and SDKv-11. Can we increase MTU size to send more than 20 bytes in one packet? If yes then any example code do that?
Is...
i use SDK11.0 in 51822, I just need use BSP_BUTTON_1 interrupt, don't need BSP_BUTTON_0 interrupt, but i must initial BSP_BUTTON_0 interrupt, otherwise the current will be...
Recently, the side-channel attack "Screaming Channel" was described in a paper ( http://s3.eurecom.fr/tools/screaming_channels/ ). The authors demonstrate a remote, passive...
Is it possible to setup a mesh network over BLE and use 6LowPan to enable the use of the IPV6 address space?
The goal is to setup a network without using a star topology...
In order to change the bitrate of the nRF52840 I tried to change the following code on advertiser.c :
static inline void set_default_broadcast_configuration(broadcast_t...
I programmed a PCA10001 with the HID Keyboard example and changed the preprocessor code from NRF6310 to PCA10001. The functions were tested according to the online HID Keyboard...
In the main function, this works.
Works ..
Not works , I got NRF_DRV_TWI_EVT_DATA_NACK error..
and I cannot call "nrf_drv_twi_tx" in the timer event handler...
Hi everyone, I am testing out the qspi flash on pca10056. While the read speed is decent around 650 KBs, the write speed is too slow ~ 35 KBs. It could be our own usb/caching...
There is an example in the SDK v15 folder. " ble_app_buttonless_dfu "
I write a custom firmware which has ble interface sending temperature data.
I want to add ble bootloader...