Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...
Is this possible to change MTU Size in nrf51822 Board from 23 to 43?
is any changes is done android side app? the application is same copy of nrf Toolbox UART app.
please...
Hi, everyone,
I am developing the project on nRF518522 and I must use the flash memory to save the data. The data must be saved while the device is conncted via BT with...
hi,
When using the UART examples I found that as long as I opened the uart_init () program will not work, debug the discovery process will be executed
case APP_UART_COMMUNICATION_ERROR...
Hi,
I am trying to develop an application which recieves data over SPI and I want to send this data over ble, I am using NUS service. I am recieving 5 bytes over SPI at...
Hello,
I'm using 2 nRF58840 dev kit with SDK 14.2.0.
I'm trying to read the RSSI value of the second board from the first board using LE Coded PHY in both modules.
...
Hi every body , i have some issue if you don't mind. i rooted a board with NRF52832 SOC without PCA. i want to get a uart connection with pin 8 and 10 . It s possible to do...
Hi,
I am wondering if its possible to download a fds record on android device when connected ?
I want to save data and retrieve it when I get connected to it.
Th...
hi team, i want to edit my uuid, major and minor. i searching for the example. i am using nrf52840. i didnt get any example. but there is a example for nrf51 ble_app_beacon_bcs...
infocenter.nordicsemi.com/.../nwp_015.pdf
Above refered white paper says:
"refer to the Nordic Semiconductor white paper ‘nRF TX measurements’ for procedures on how to...
Is it possible to set two nRF52 as duplex MODEM?
The objective is to monitor a remote solar powered device from a PC. There would be one nRF52 device at each end (one at...
Does anyone know of any nRF52832 devices designed for use as a key fob?
The Thingy52 looks great but it's a little big and I don't need all of those sensors. Also, I'd...
Hello Everyone,
I am trying to run examples of BLE Pheripheral in my NRF51822 board but something is wrong. SoftDevice and algorithm are downloading well but bluetooth is...
I'm trying to port Thingy52 firmware project from Keil to SES.
I followed this guide Segger Embedded Studio - A Cross Platform IDE
I manage to build without any errors...