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...
We made a version of bootloader_secure for our own purposes. The problem is now that application must be uploaded twice into the device (nRF52) before it really gets updated...
Hi,
I am working on bootloader_secure example on SDK_12.1.0 and set APP_ADV_TIMEOUT_IN_SECONDS to 180 to stop the advertising after 3 mins.
All looks fine and device...
In tihs video , and others this guy has done, the transmission speed of the nRF24L01 2.4G module only achieves a speed of, at best, about 300 packets per second (where a packet...
We are using nrf51822ab, s130, pca10028. After dumping the soft device the free space left is 20kB, my code size is 48kB. I am able to dump the code into device but its not...
I am following ble_peripheral example of nrf51822 SDK 8.0. I have found ble_gatts_char_md_t , ble_gatts_attr_md_t and ble_gatts_attr_t confusing. I want to know the difference...
Hi,
I'm currently using an application that needs a very speed detection of GPIO and need to use NMI on GPIOTE.
I tryed to find how can I connect my NMI to GPIOTE but...
nrf_drv_usbd_init() calls nrf_drv_clock_hfclk_request(NULL)
however nrf_drv_usbd_uninit() calls nrf_drv_clock_lfclk_release();
Is this correct?? If so why?
Hi, I have the opportunity to bid for some research funding for my project, and I'm thinking of speccing a workstation for processing video in realtime, and sensor data in...
I am trying to add the heart_rate_meas function to the ble_app_uart project.
Is this plan possible?
However, it does not go well.
Why are you concerned with this method...
Hey Guys,
im working on some sort of application transport layer for ble and have some questions to better plan what i need and what is kind of redundant.
Is it correct...
Hello everyone,
I am using nrf52832 with SDK version 11.0 for an IoT application. I am communicating with Atmel ATWINC 1500 module through SPI in order to connect to Wifi...
I'm using nrf52 with SDK version 12.0.0. I'm trying to use the FDS for my application. I used one of the existing fds example from link fds_example .
With this example...
Hello,
I am a bit lost, after concluding the application part of my project I try to approach the ble part.
I read the "Getting started with bluetooth low energy " and...