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...
I am working with a ublox NINA-B1 based board. NINA-B1 uses the nRF52832. IDE is Segger. I followed the ublox instructions to create a custom board matching NINA based on...
What are the steps to be carried out for setting mesh network
I have flashed client hex file in one nRF52840 dongle and server hex file on other dongle. The example I am...
Hi!
I may have asked about this earlier in a lengthy question:
https://devzone.nordicsemi.com/f/nordic-q-a/35576/low-power-remote-control
But I'd like to be sure about...
(note - my core problem is that I'm trying to compile a file that's larger than 32KB, so I can't use uVision - if there is an easier way to circumvent this then I don't really...
I inherited a Nordic Semi firmware project. It was developed using s132_nrf52_4.0.2softdevice.hex and SDK 13.1.0.
How can I download these versions? I would like to start...
I installed the nRF5_SDK_15.1.0 compiled and ran the ble_app_att_mtu-throughput example.
The first run was using the default settings all went as expected. For the second...
Hello Nordic team,
I am working on ble_peripheral example. Initially application binary file size is 100 KB but after adding support of FDS application size increased to...
Hello,
I have read through all the posts I can find on this subject, but none has solved my problem.
- nRF5_SDK_15.1.0
- Example: Segger Embedded Studio Project: twi_master_with_twis_slave_pca10040...
I want to fully understand the use of RTOS in conjunction with the stack. As an example, I took an example ble_app_hrs_freertos (SDK v15.0).
Add a service, for example...
I need to count the pluse number use 51822, the frequency about this pluse is about 0.01Hz to 1Hz and is not fixed, I know use Time1 can achieve this funtion, but the problem...
I wriing softdevice ,aplication and bootloader by nrfprog tool.
But,the device works with the bootloader, not the application.
After writing, it is reset and flag is set...
Hi
I am using fatfs of nRF5_SDK_15.0.0_a53641a. Iam writing a program with keil.
I am trying to save data using SD card now.
By using fatfs example it was possible...
Hello all,
I wanna ask smth related to the use of the nRF52 as a HID keyboard (USB host).
I have already played around with the SDK example ble_app_hids_keyboard and tried...
Hi,
I'm developing a product with the NRF52832.
I have one Blue LED (APA2107LVBC) which is driven directly by a GPIO as shown below :
With a typical Vf of 2.65V, the...