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 went through the process of migrating a custom app from SDK 14.2.0 to SDK 15.0.0 running on nRF52840 dev board, and I am having mixed results when pairing through nRF Connect...
Hello,
I am trying to move the
err_code = ble_advdata_set(&advdata, NULL);
return err_code;
Looking the documentation the new functions to update the advertisment...
nrf52810,sdkV15.0.0
err code:
nrf_gzll_init(NRF_GZLL_MODE_HOST) ; nrf_gzll_enable();
An hardware error occurred when I called the function nrf_gzll_enable()。
but:...
Hi,
I am trying to insert the fatfs code example into my custom project. I already added all the files e dependences and when I call the fatfs_example function from main...
I use SDK15 and ble_app_uart_c example.
static void db_disc_handler(ble_db_discovery_evt_t * p_evt) { ble_nus_c_on_db_disc_evt(&m_ble_nus_c, p_evt); ble_ser_c_on_db_disc_evt...
Hey,
we want to change our product-bluetooth-chip for new products.
In the example the 16 Bit UUID overrides the byte 12 and 13 in the 128 bit ID. Where I could change...
Hello,
I am having interface nRF51 with RF receiver. Output of RF receiver connected with GPIO pin of nRF51.
How can I detect interrupt on gpio pin?
Thanks & Regards...
Hi,
I'm using Secure_Bootloader example of SDK 15.0.0 and I can't get the Logger module to work. I set NRF_LOG_ENABLED to 1, increased memory regions in make file, so the...
Can the esb bugfix timer (currently TIMER_3) be set to another un-used timer without any side effects? I need to implement the async uart from SDK15 and it uses TIMER_3 and...
Is there a simple example which supports LESC Just Works for peripheral mode only? The lesc_multirole example seems a bit too much since that also supports central role. I...
I am sampling 3 sensors using the ADC peripheral, clocking it once every 15us to sample the 3 sensors (3us acquisition time + 2us processing = 5us per channel).
I use the...
hi,
How can i set Destination Address to a particular Mesh Node. so that all message reach that particular Node Only.Since provisioner can set address while provisioning...
how to use app of mesh to send message to node ?
I already got the source code from web: https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library .
1\ i have add three...
I would like to put a nrf51822 device into system sleep (not off) mode and wake it up (not reset) with a GPIO transition from high to low. I used SDK(nRF5_SDK_12.2.0_f012efa...