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...
Hello,
I have a question regarding the correct way/good practice of programming with the use of SPI. I am using SDK 15.0.0.
I've written some code in a source file peripheral...
hi.........
i am using nrf52832 and segger 15.2
i am merging the two programs in order to send the data through ble to phone(uart app)
i am getting the error
undefined...
hi !
I have start to program the SPI example to communicate with the BMP280 from Bosch and i have seen good results so i'm tried to implement the code over ble_app_uart...
hi..........
i want to put my peripheral device in sleep mode ? how to do that?
i tried this one , its shows error
err_code= sd_power_system_off();
APP_ERROR_CHECK...
Dear Nordic Team,
Thanks for supporting.
Currently i am trying to work with multilink central in NUS_C example based on ble_app_multilink_central. The edited code was...
Hi
I installed nRFConnect v2.6 and command line v9.8.1 and want to use PPK to measure current.
When first connect, it will update FW into PPK and works well to measure...
Hi. I have been going through the mesh examples. Now i need to know how to send pings between any two nodes in the mesh. My aim is to first be able to successfully ping a...
I am trying to broadcast a non-connectable advertisement (such as a beacon) while I am connected to a device that I am transferring data via TX. I am working with a nRF52840...
Good morning everyone,
I am struggling since a few days to understand how the SPI communication is supposed to work in the SDK 15.0.0....
So far, I am having some issues...
Hi Nordic,
I am using the example in SDK15, ble_central_and_peripheral -> ble_app_interactive. After being connected to a device, and after pairing. I am trying to make...
hi......
i want to sense the temperature and send data to the uart app via ble ... so i want to merge two programs uart and twi sensor
i have tried but it shows error...