Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hello,
I've been looking a bit into the nRF52 product specification and I was just wondering how powerful EasyDMA is under extreme conditions.
Let's assume the following...
I am currently working on a device using a nRF905. We want to use the device in Region 2 (USA).
This means that we need to use frequency hopping between 902 and 928 Mhz....
Hi,
I'm implementing a simple bootloader which will not use BLE.
Application will transfer the data from mobile devices using BLE and this data will be stored to...
I'm looking for a smart solution to connect my application to different ANT+ sensors and transmit a logfile to a mobilephone via BT (and receive notifications from mobile...
Hi~ Sir:
I test S120 connect with S110 have problem ,test methods are as follows
S120 connect with S110 ,function ok.
S110 Power Off and On, the interval time about...
Hello everybody,
I've been digging through the forum and the documentation for hours now. But to be honest I don't understand the whole timer thing.
I need a simple...
Hello,
while implementing a BLE link layer, I’ve stumbled over a race condition, where I have a problem to find the cause. Maybe someone of you have an idea, on how to...
I am reading data over the duration of 3 seconds on SPI, but while I'm doing that, I need to send that data over RF using microESB library.
I need to make sure the read...
I use the chip nrf51822, However, SDK8.1.0 example ble_app_uart is base on nrf51422, what I need to do? just replace bsp.c ? and which bsp.c file corresponds to the nrf51822...
I'm tring to build a FOTA broadcaster machine using a raspberry-pi with bluez. or any other Linux small linux embedded system.
The idea is that after testing the board...
I cannot program an external nRF51822 module(program old softdevice S110 6.0.0) with nRF51-DK p20 (SWD), it give message "invalid parameter error".
and i program the 51422DK...
Hi all,
I want accive this situation. My peripheral connecting a central with a service for example hrs, then i stop the conect with the function sd_ble_gap_disconnect(m_conn_handle_peripheral...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
I am using nrf51822 qfaa IC (pca10004 board) with softdevice v8 and sdk9. Now I am trying to do the dfu example. I uploaded the softdevice with the help of nrf gostudio. But...
Hi,
Please correct me if I'm wrong.
Consider an application that will read 6 bytes of data from I2C at 200Hz (each 5mSec) and will stop after 2000 reads. This will be...