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,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
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...
I'm working on a 2.4GHz wireless microphone (2T1R) project now. I'm wondering can I use nRF24L01+ as the core of transmitter and receiver? Also can it be configured into 2T1R...
So the question would be if I would need to pair each time the device comes out of reset or are there information stored to return to direct communication without pairing...
The chip uses nRF 52832. MDK keil μVision V 5.22.0.0 is used as the development environment.
The SDK version uses 13.0.0_04a 0 bfd.It is based on template_project.
1drv...
hi,
i have two nrf51822 beacons in which one would send data to other over ble.how can i make nrf51822 as central.what are the modifications should i do to make it central...