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,
I checked this thread https://devzone.nordicsemi.com/f/nordic-q-a/24611/how-to-change-the-name-of-bootloader-s-dfutarg which suggests to modify the macro but I would...
Hello
for my project at the university I have to implement a bluetooth mesh network using 4 nordic thingys:52 and one nRF52DK(only for programming purposes, not part of...
Hi All!
I use Example Project from SDK: "examples\peripheral\usbd\" as reference to implement my HID device simple protocol (EP1IN / EP1OUT 64bytes)
The Question is how...
I am working with the BL652 Module from Laird, and with Keil 5, using a ST Link SWD programmer clone.
I am using the ble_app_uart_timer_driven_scan_mode from the ADC examples...
Hi, I am developing an IoT sensor (peripheral device) using SDK v11.
On my sensor, I have defined an advertising packet that broadcasts the complete local name and a scan...
I'm in the process of porting my application from SoftDevice S132 v4.0.2 / SDK v13.0.0 to SoftDevice S132 v6.0.0 / SDK v15.0.0. I noticed that the define for BLE_GAP_TIMEOUT_SRC_ADVERTISING...
Hello,
I'm attempting to use a high-limit reached event from the SAADC to trigger the clearing of a GPIO. My wish is to disable this GPIO with the lowest possible latency...
I used SDK 13.x to create a custom profile with services for nRF52832 with BLE 4.2
If I go to a nrf52840 with BLE 5.x SDK, can I use the exact same code, or do I have to...
Hi, I'm currently trying to make a flash logger using the nRF51822_XXAB. I want to use as much space as possible in the flash storage for the logs. I will be logging a word...
Hey, there.
I'm trying to use the NVMC to give me some persistent memory. I call init first, reads seem to work fine, but writes just don't seem to work.
So to the best...
Hi team,
Today i received smart remote 3 kit.
one ready remote and other one is add on remote.
I can be able to update the firmware to using debugging pins to ready...
Hi
Let us say I wanted to integrate mesh capability into one of the existing GATT based sample apps - like say "ble_app_hts" so that I could publish the temperature over...
Hi, i have application with buttonless DFU and boot loader. I am able to upload distribute zip package to the board via nRF Connect and nRF Toolbox apps on Android . But the...