Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
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...