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...
Hi,
I'm developing an Android application that uses Android DFU Library and I want to set the number of packets that are sent every notification interval to 1. I couldn...
On the BMD200 evaluation kit ( www.rigado.com/.../) using the nrf58001:
--> UART TX (pin P0.09) works - confirmed with logic analyzer and Serial Port Terminal on the PC...
We are operating on nRF51822 QFAC with S130 SD. We have a functionality where the device switches between scanning and advertising. Strangely we have observed that after few...
Hi,
When i read the ble_peripheral sample of the SDK, i have a question below.
If my peripheral is connecting a central, then i use function sd_ble_gap_disconnect() to disconnect...
Hi,
The established time tick source for FreeRTOS is RTC1 via the APP_TIMER module. I am trying to shift the basis of the APP_TIMER from RTC1 to TIMER2, so that I can use...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Hi,
I have an nRF52 dev board (PCA10040). I have been using this board for measuring current. I am using the Keil tools.
Yesterday I made a change to main.c in the ...
Hello,
I am working on S120 v2.1.0 and SDK 9.0 for central and I am able to connect to my iPad. Now I need the central to delete the bonding information stored using pstorage...
Hi All,
I am wondering if I could upgrade from S110 to S130 over the air.
What I see in the S110 and S130 hex file is that the MBR is different. Not many bytes but it...
I see that there is a 1.2 Volt VBG reference available for the ADC but that reference doesn't seem to be available for the low power comparator. Is there any undocumented...
I'm developing a central providing NUS client services to multiple concurrent peripherals. I had code working reliably under SDK 9.0.0 based on the NUS client example in github...
Hi, we looked at your BOM for matching components in your file:
www.nordicsemi.com/.../15787782
for QFAC variant of the IC. You use LQP15MN27NG02D as 27nH inductor which...
Hello guys,
I am using this repo to update my device's firmware but after the update is complete, the iPhone cannot find the correct devices services anymore.
To detail...
We're using the NRF51822 and the S130 with V9.0 SDK, and we're using most of the features of the SDK for our Firmware; but I'm running into a problem flashing the device on...
I'm rolling my own very simple PWM implementation (I'm not using the PWM example code). My code is below:
#define GPIOTE_CHANNEL_NUMBER 0
#define PCLK16M 16000000
#define...