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...
I am working on an mbed nrf51-DK powered Bluetooth Low Energy project. I have been developing various GATT services, however, I have now found my project has got "stuck" on...
Hi,
I'm using 3rd Generation of the nRF51822 with SoftDevice 8.0.0 and SDK 10.0.
There is an example in the SDK installation folder which shows how to use the TWI transaction...
Hello,
I have PCA10004 rev 2.2.0 evaluation kit and have tested S110 applications with SDK9.0 and softdevice 8.0.
Now I am working on S130 stack, softdevice v 1.0.0 and...
Hello,
I am working on S130 stack with version 1.0.0 and SDK 9.0 . I am testing the example of ble_app_hrs_rscs_relay_s1 project and it is working as a peripheral but the...
Hi nRF team,
I read somewhere that the sensitivity of the nRF52 is degraded when the internal DCDC is enabled. Can you confirm or dismiss this? If true, what is the sensitivity...
Hi,
I want to use nRF52832 for our new development.
So I have to get examples source code like nRF51822's Keil Pack Installer.
Where Can I get example source code for...
I saw the video of csr mesh network. I want to try something like that using nrf51822. I have read the documentation provided in the link link
. But I only got a rough idea...
Hi,
I am looking for an wearable solution which should be able to full duplex audio transfer over Bluetooth. Is this possible with BLE 4.1/4.2. As here battery life is...
Greetings. Could you provide more information on the issues with GPIO located near the radio in the nRF52 (PS 18.2.1)? Specifically, what is considered "high frequency digital...
I've created a BLE Peripheral project to test maximum possible throughput for the Notify of a single characteristic. I've also created a Central based on the new BLE Central...
Hi: I want use all eight ADC channel, But I don't know how to get different channel conversion result.
I write my code as follow:
void adc_config(void)
{
const...
Hi,
I'm using the 3rd generation of nRF51822 with S110 v8.0.0 and the SDK 10.0.
In my application i'm using the uart core to communicate with the external device.
I'm...
I'm not sure why I didn't notice this sooner.
When trying to do a bonded DFU with a Nexus 6P and Master Control Panel it seems to get stuck in a loop reconnecting.
I...
Hi I trying to connect Altimeter ( mpl 3115a2) to the nrf52 development kit. Can someone guide me how to do it (pin connection). I have followed the example given in the sdk...