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'm working on the nrf52832 development board and SDK 16.0. I want to use the Power supply supervisory functionality to detect any type of power failure.
I'm using...
Hi,
The example is currently printing the device address
on_adv_report(ble_gap_evt_adv_report_t const * p_adv_report) { ... NRF_LOG_INFO("Connecting to target %02x%02x...
I am going to find out an ideal throughput of NRF52832. And my environment is NRF52832/S332/MTU 247/connect interval 20ms.
Finally, i got a maximum value about 23Kb/s. I...
I have a nRF52840-PCA10059 dongle.
I have a PCA10040 dev boeard on which I programmed the ble_app_hrs_freertos_pca10040_s132 example after I modified HEART_RATE_MEAS_INTERVAL...
Hi,
I have some code which is based on the ble_app_gatts_c example sdk 15. I am using a Nordic NRF52840-dk pca10056 s140. Coding in Segger.
I want to each second change...
Hi,
I want to set the unused pins to low Level, however without using Software to do so, i.e. this has to be done before the chip is turned on.
How can I do that? Is...
Hello all, I have a little problem.
I`m trying to do an gateway communication using my NRF9160. The routine I`m trying to accomplish is next : -- Send message over serial...
Hi... i am getting the data through the RX,TX which is externally connected to the nRF52832 development kit , now i want to store the continous incoming data to the variable...
Hello, I am using nrf52840 board and SDK 16.0.0.
I am trying to merge this calendar example ( https://github.com/NordicPlayground/nrf5-calendar-example ) into ble_app_template...
1. I am trying to test the QSPI flash performance in nrf52840_DK ,but the QSPI init failed because of the event ready check,can i turn off the event check process?
2. I...
The recommended circuit in the v0.5 nRF5340 product spec differs a little from the nRF5340-PDK and I'm trying to understand the minimum requirements for an antenna. The spec...
Hi everyone, I am a beginner with the nRF52840 and I am looking at the example spi_pca10056 on SDK 16.0.0. What I've noticed is that at sdk_config.h file the pin configuration...
I have a question about what functionality is handled in the modem firmware vs. the application firmware.
I see from the nRF Connect SDK that the nRF9160 application communicates...
I'm using segger IDE for EVK-NINA-B1. I've downloaded nRF5_SDK_16.0.0 and trying yo run one of its example but getting error like stray '#' in program. I've attached 2 pictures...