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...
int main(void) { initialize(); execution_start(start);
for (;;) { (void)sd_app_evt_wait(); } }
can you explain me the execution of code flow in the main with these APIs...
Hi to all,
I am new i ble tech, i read some where that notification charactristic dose not need acknowledgement but indication need, now i want know that this acknowledgement...
Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
p m_device_identities_list_set...
Hi,
We are working with SDK 15 with the HRS freeRTOS example. we did some modification to the advertising modes so that we advertise on fast mode for 1 minute and after...
Hi,
I'm using nRf52832 with SoftDevice S132 V3.0.
I found that I can exclude a bluetooth channel from the map by function sd_ble_opt_set .
But how can I tell that a...
When I compile the project (nrf5_SDK_for_Mesh_V2.0.1) exemple: Light_Switch....... there is an error that appears
#include "boards.h" --> (no such file or directory) Why...
I'm using SDK mesh v1.0.1 and nrf51822 S130 for mesh application. Light switch example is working fine. Now I want to add a twi sensor in server side. My doubt is in mesh...
Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set...
Where could i get the apk of thingy 52? it's hard for me to log on the Google play to install it because my phone didn't have GoogleServicesFramework, could anybody send me...
I am working on RTLS project. In beacon i am advertising battery life and temperature along with minor number and RSSI . I am merging battery strength and temperature in major...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have implemented the...
Hello I'm using a macbookPro 2016 which only has usb-c and I can only connect the dk through a usb hub.
I have already installed the nrf5x-Command Line Tools for OSX but...
Hello everyone, i'm currently doing a project with nrf52832 and i just came across a problem. I configured 3 pins as output, then i set 2 pins to high and 1 pin to low. But...
I would like to implement UARTE.
· Nrf 52 · SDK15 · S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received. In nrf 51, "app_uart_get...