Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hello
I am working with nRF5340 and made the project according to "the first step to build". I want to add some libraries to my project but I can not. The libraries I want...
Hello, I am using MX25R1635FZUIL0 with nrf52 and my device is working with freertos. I have three different tasks using/accessing the flash functions but when i read back...
I use nRF52840 to creat a project. IDE select SEGGER. before everything is normal. when I update the SEGGER TO 5.42 version. i build the same project. there is one error.Please...
Hello, according to the latest nrf5 SDK documentation, the nrfx_gpiote_init function takes no argument, but if I call nrfx_gpiote_init() in a zephyr application, I get the...
To reproduce this problemm Ive added a device to the I2C that does not respond to a read command. The `i2c_read` call first returns `-EOI` (-5) and for every other i2c funcion...
The device nRF52832 cannot connect over SWD and generates the following error.
- Connecting via USB to J-Link device 0 - J-Link firmware: J-Link EDU Mini V1 compiled Apr...
After configuring the options for an nRF project, segger studio cannot create the project by warning me the error: "create_nordic_project.py failed"
The problem seems to...
I'm trying to make MQTT publisher example work using a BMD-340 evaluation board and nRF5 SDK for Thread and Zigbee 4.1.0 . I'm using a Raspberry Pi 3B with a Raspberry Pi...
Hi,
We have been using the MQTT sample code with a few iBasis SIM cards for some time without issue. This week we made a test where the mqtt_disconnect function in the sample...
I got the BLE mesh SDK from: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
I want to develop a mesh gateway to connect...
Dear friends,
We plan to develop a mesh gateway, however, i found the SDK only offered a mesh serial example which based on python, but our platform can't support python...
I have an nrf52832 DK, which when on, constantly obtains and sends accelerometer data from an IMU to whatever BT device it is connected to. I also have an nrf52840 Bluetooth...
Hi,
I just want to add SPI to my BLE project to read some data from my gyro , but after spi's addition, the code doesn't work normally anymore. I print a log in the cycle...
Hello
i'm use nrf52840 and I want write external qspi flash over BLE DFU but cannot be use
how can i solve this problem?
DFU log
modified nrf_fstorage_sd...