I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
I'm writing a firmware, with SD130, using mbed libraries.
Firmware used to run fine. I added a new object, and now, when connecting, it hardfaults.
I put a breakpoint...
Hi everyone on the community.
I've been struggling trying to upload the hex file created by arduino using redbear nrf arduino fork on a NRF51822 -v2 board that is being...
Hello,
last week I was trying to integrate a wake-on-motion-functionality for my hardware using some interrupt-handling. While that problem is solved, I came across some...
Hello,
I would like to stream sensor data from the Bosch IMU sensor over BLE at a maximum rate. I can collect data over I2C from the sensor but would like to know if there...
Hello to all nordic jedi masters out there!
I am using nRF SDK v11.0 with the nRF52832.
I am a little bit confused about the usage/meaning of the flag argument in the...
Hi all,
I am trying to send a large stream of bytes(60kb) to an NRF52823 using bbowl . BBowl exposes the uart through a TCP socket connection using noble .
I modified...
Hi,
In the schematic presented in the topic 17.1 (dc/dc converter, image below) of the nRF8001 datasheet it isn't shown that AVDD should be connect to a power supply as...
devzone.nordicsemi.com/.../
In this blog this is written:
"Opening and closing a connection event adds a lot of overhead"
how much is the overhead and where can i...
Hello,
I am currently developing a new bt-le-program and besides my own log-messages, I wanted to enable also the log-output that is happing in the files from the Nordic...
I'm building something based on ble_app_gls. However, I only want it to be pairable when I say so (user presses a button to put it into that mode). Is there a "correct" way...
Hi,
upon connection I get these messages via RTT:
nrf_ble_gatt:DEBUG:Peer on connection 0x0 requested an ATT MTU of 185 bytes.
nrf_ble_gatt:DEBUG:Updating ATT MTU to...
I would like to know how to dampen the effect of metal surface on BLE signal . Let me give you an instance, i am installing a wireless sensor inside a metal box and this sensor...
Hi,
I'm trying to make github.com/.../nrf52-spi-i2c-master-ssd1306 to compile with GCC (linux). So far I've managed to get it compiled, but linking fails:
mkdir _build...
Hi all,
I am using NRF51822 Bluetooth, which I am interfacing with the my microcontroller UART. when I dump the code into my Nordic NRF51822 BLE then it is only advertising...
Hi all, I have an Eclipse project in which I want to transfer packets of data bidirectionally between ESB and UART. The makefile includes both nrf_esb.c and app_timer.c (needed...