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 have a pretty simple problem but I can't get it right. This is what I want to do:
T=000, PIN_x = 0
T=004, PIN_x = 1
T=100, call a routine
T=543, Start over...
Hi,
In the BLE_UART example code posted here , I noticed a discrepancy with the SD 3.0 migration document, SDK12, and the example code.
In stock SDK 12.1.0, ble_stack_handler_types...
Hello everyone, i need some help and suggestions in understanding what is exactly happening. I have read a lot about bugs and workarounds in pstorage and now i actually don...
Hi, when reading radio transmitter peripheral example, I got stuck a bit on radio_configure(). I got stuck because I can only get some brief from the corresponding .h file...
i m using nrf51.... first i have call WFI(); and device goes to sleep mode...and when press any switch on gpio so, wack-up again...so, may i know that.. how many way for wack...
i m using gcc toochain setup in windows for pca10028 devlopment kit... and load BLE_UART code inside it... and now i m add onother rtc code inside it.. but it's not work....
main.c hello sir.. i m place rtc example code inside of ble_uart code .. and i m using gcc tool chain setup for pca10028 bord... code complile sucsessfully... code not work...
Hello all,
I want to use a single bank bootloader with the ISP1302 Module (nRF51822 Chip) and S110 (V8) Soft Device, SDK 10, for application update
Can I use the BLE...
when i use nrfjprog.exe download my application code,Change nrfjprog.exe --eraseall --program ble_module.hex --verify --reset to nrfjprog.exe --eraseall --program ble_module...
My apologies, but I just want someone to give me a quick brief on what are these things and how they work. AFAIK, the nrf51xxx series SoCs render limited, sporatic radio availability...
Hi,
I am Working on a BLE application in which I do not want to expose certain services until I am securely paired/bonded to a valid device. The problem is that during...
Hi,
I'm trying to use sd_ble_gattc_characteristics_discover to figure out which characteristics are in a service.
On the whole it seems pretty obvious (keep calling...
I'm using the nRF52 + SDK11.0.0 + s132 and the ble_hrs example. The function conn_params_init() is called to initialize the connection parameters that the peripheral will...
Is there a way to pause all peripherals when hitting a breakpoint? In particular, I would like to freeze the RTCs when I hit a breakpoint. My app wakes up once a second, and...
I`m trying to operate PWM and soft device at the same time.
I have to make 4 Mhz using PWM block so I checked the PWM driver. There is no problem when using peripheral/pwmdriver...