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 started off to test all the drivers before the actual development process kickstarts.I tried using the TWI sensor example for an i2c driver check.I used a DS1307 simple...
Hi,
I'm trying to add an interrupt triggered event to my code (which is based on the experimental LPN example from the Mesh SDK).
Looking through the development zone...
Hello , I come from taiwan.
I am using ble_app_hrs_c to connect my heart rate watch
I can set m_target_periph_name to search for devices with the same name and connect...
Hi, I'm developing a project on nRF52832 with LIS3DH accelerometer . Is there anyone here who has already done a similar project using the nordic SPI bus (not TWI)? Please...
Hello NordicSemi,
Actually we want to develop a product that can communicate with the iPhone over USB (lightening connector).
Basically want to implement iAP2 protocol...
Hello,
While i am debugging application in SES.I got the error like "stopped by vector catch"
How it relates to hardfault handler .Why it is happening
Kindly provide...
Hello everyone at Nordic!
The QFP version of the nRF52 has a reference PCB design layout, which is shown on the eval board. For example, if you look at the schematic for...
Hi,
I am using Segger Jlink with SWD interface
nrfjprog used to work perfectly fine for me but, suddenly, I cannot run any nrfjprog commands, I get the error JLinkARM...
I am trying to use nrfx_timer and nrf_drv_ppi in Light switch server demo example. But I face undefined reference error.
I have add c files path and include in CMakeLists...
I waas working with nrf52840dk sdk15.3.0 and pca10056 now I would like to migrate my code to nrf52840 dongle with pca10059 aht changes should I do ?
and how can I debug...
I'm writing my own BLE discovery routine for S140. I'm finding that after I call sd_ble_gattc_descriptors_discover(), BLE_GATTC_EVT_DESC_DISC_RSP is passing attributes that...
Hi,
I just wanted to report that there is an issue with the solution suggested in this thread . Even when you manually manage double buffers outside the ble_advertising...
Dear all, I started nRF52840 development. Using this module, I'm going to use BLE and USB connection.
I have nRF52832 module, which sends BLE data by 1.28Mbps. I'm going...
Hello all,
if we design a AoA receiver based on the nRF52811 and our own antenna array, will it be able to locate beacons using Bluetooth 5.0 communication?
Kind regards...
We intend to connect an A-D converter to GPIO lines in SPI mode. The ADC generates a done pulse that is positive 3.3V and 56ns to 64ns wide.
Looking at v1.1 datasheet...