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...
SDK 15.0.0 nrf52810 Example: Eddystone Beconing mode - ble_app_eddystone SEGGER Embedded Studio for ARM v4.12
I am using ble_app_eddystone example to advertise data in eddystone...
My development enviorment: SDK 15.0.0 nrf52810 Example: examples\ble_peripheral\ble_app_template\pca10040 e SES IDE
I am running above mentioned example without any changes...
Hi
I have a requirement to be able to re-start advertising with new parameters when told to do so over a Slave SPI interface. From other posts, it appears that there is...
Hello, when I use NRF52840's SDk15.2, use the usbd_ble_uart_freertos routine, I create a new task named test_thread in it, after the interrupt is disabled, the delay will...
Hi!
After one smartphone bonded and reboot nRF52, I get this error. As I readed, this is due to incorrect mac address. Can I check which part of addres is incorrect and...
I have a list profiles,for which I need to check, whether they can be implemented in BLE 4.2 or not?
The following are the profiles:-
1)Audio/video control profile.
...
my production that t he name of broadcast is "smart" and then I change the name to "Ryon" in the application and download.they all right,but The name of broadcas t was wrong...
Hello, recently I tried to establish simple SPI communication between my S6E2CC board and nRF24L01 chip. What I do is I try to read 0x05 register and the answer should be...
Migrating SPI routine from SDK13 to SDK15. The following snippet worked in SDK13, but now I get an error "'nrf_drv_spi_t {aka const struct <anonymous>}' has no member named...
Hi there,
In our firmware we have a layer on top of FDS that handles higher level file system functionality. There is room for improvement in this layer that we created...
I am using nrf52832 with sdk 13.0.0.-alpha.I only want to boot the application and jump to blinky project address.For that i am using secure dfu example code.I am using IAR...
1. Are there any examples or recommendations how to realize ota dfu of ble central (device).
2. Can nrf52840 works like ble peripheral(UART service server) for smartphone...
Hi,
I would like to know how to program the code to connect the PC based on the ble_app_template.
The SDK version I used is V11 and the board I used is PCA2006, and I...
nrfjprog -f NRF52 --memrd 0x100000a4 --n 8
0x100000A4: ACAFE032 7AC54CAF
this is read by nrfjprog scipt as above and as below it is read by sd_ble_gap_addr_get.
0xCCAFACAFE032...