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 would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello, I am developing a Python script (Windows 10, Python 2.7.16, pc-ble-driver-py 0.12.0) to use a NRF52840 board to simulate the BLE part of an application running on a...
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...