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...
Hi,we had finished application development on nrf52832 long ago, based on nrf52 sdk 14.0(with softdevice 5.0). But now we get feedback which is a bug has been fixed on sdk...
Hello guys,
I would like to know something more about the scheduler whose implementation can be found under SDK_ROOT/components/libraries/scheduler .
Our idea is to apply...
1. I don't want to call the fds function when enabling or disabling cccd: pdb_write_buf_store, so I did the following:
2. I am in nRF5_SDK_12.3.0_d7731ad in the sdk Routine...
Hi There - I'm very new to electronic design and need help making a key design decision. Specifically I want to know that the performance will not be a problem when writing...
Hi
On some devices we see in the production a shortcut between the BT antenna and the P0.18 pin on the 52811. The cause can be extremely warm weather at the production facility...
Hello,
We are tweaking the TLS connection between nrf91 and mosquitto.
What ciphers does the modem support? Is there a list available?
Best regards,
Vlad
I want to send a byte on Nrf connect app upon receiving an GPIO interrupt using BLE_APP_UART code. I have configured pin P0.10 for the GPIO interrupt. I am using SDK15.2.0...
Dear guys,
I am implementing a module that monitors the battery voltage for our tracker device using NRF9160.
I do not understand how to set up two parameters for the...
Hi:
The urgent problem we are facing now is:
debugging hci_usb on Linux, how to set MAC address and send/receive files ? hci_usb fw : \ncs\v1.3.0\zephyr\samples\bluetooth...
Hi, I have no found clear steps to create DFU zip packet for old one softdevice S132 SoftDevice v2.0.0.
I try to build with nrfutil pkg generate but seems its working only...
Hi,
We are currently trying the Long Range (Coded PHY) on our advertised message, but we can't see any improvement (range of about 50meters). The range can even be smaller...
Hello,
I'm using a NRF52832 with SoftDevice s132 v7.0. I also have freertos. I have an app which advertises and scans. The app is set up to trigger a break point on assertions...
I have some customers seeing an issue with advertising/connection after successful DFU. Everything was working before DFU. The changes in the new firmware have nothing to...
I am trying to port the examples/ble_central/ble_app_hrs_c project from the 52840/pca10056/s140 to a 52833/pca10100/s140 project.
Having trouble in the port from the nrf52840...