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'm currently testing the bootloader with nrf52832 DK on SDK16.0.0 with Segger Embedded Studio. I followed the guide provided in this link https://devzone.nordicsemi...
Hi,
My project is based on SDK15.3 with NRF52840. I have referred to the "writable_ndef_msg" example to read/write the emulated NFC tag successfully. And I can get back...
Hai ,
In my application i should connect parallel connection and peripheral and central part connections simultaneously.
for this i developed from hrs_relay example .in...
Hello,
I'm trying to program a nRF52840 Dongle with the thread MTD client example by using nRF Connect but I get an error saying I need to add a SoftDevice. I thought...
Hello, I am new to NRF52. I have setup a project under Embitz ide. I can compile GPIO toggle code and program the the code. However when I try an transmit example github.com...
I have 100 samples of string data (Ex: AABBCCDDEEFF:1592636399:1592636399 ) . I am using the flash_fds module. Also, I want to read the read all the samples at once. I am...
Hi,
I am developing the 'buttonless dfu' to the 'hrs freertos' using the SDK v15.3.0.
However, after I compiled the modified code and loaded to the target broad, I got...
Hi
In ble_stack_init(), err_code = softdevice_enable(&ble_enable_params); err_code = sd_ble_enable(p_ble_enable_params, &app_ram_base); err_code is 4.
I use nrf51822 in...
Hi,
I got a nrf5340 pdk, and I download demo Peripheral_Heart_Rate into board, load peripheral_hr.hex into app_core and load hci_open_amp.hex into net_core. it running ok...
Hello. I have one multirole device (device A) and three peripherals (devices B, C, D). Device A connects to devices B, C, and D as a central role, and connects to the phone...
Hi,
I am developing a product using nRF52833 . (S113, SDK 16, IAR8)
I am developing based on the usbd_ble_uart sample.
I use ble, spi, twi, ppi, saadc.
and, I use...
Hi,
On page 420 of the nRF52811 datasheet (v1.0) it states that pin 14 (P0.18) can be either 1) Digital I/O or 2) Single wire output (SWO). The SWO is not mentioned on any...
Hello, In our project the nRF52 resets randomly
we use the NRF52832 with softdevice S332. On the application space we run a FreeRTOS application with 2 tasks. We want to...
Hi,
I am trying to determine whether or not to use a watchdog timer in our firmware. The device is and IoT device, making sensor readings and entering sleep mode for a while...