Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...
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...