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...
We recently purchased a few Thingy 52s, and we're very impressed with the simplicity!
After playing with the Thingy 52,and upgrading the FW to 2.2.0, I noticed that the...
I linked to an external lib library and called several of its functions,Then compile and report errors;It seems like the compiler could not find the definitions of “__aeabi_memclr4...
hi Support team,
Our customer is using usb cdc asm as one additional UART port to communicate with PC, one question about this : is there any reference code for our customer...
I want to repeat that everything worked great in 1.2.0.
------------------------------------------------------------------- --------------------------------------------...
Hello,
I'm using the OpenThread from v4.0.0 of the Thread/Zigbee library and the TEMP driver to read nRF52840 temperature via a nrfx_temp_data_handler_t. I noticed the handler...
Hi,
I am trying to perform Buttonless DFU on a nrf52832 chip. I am using SES on Windows. I do DFU with nrfToolbox on my iPhone.
The way I do it is by packaging the DFU...
Hi,
I am trying to setup L2CAP channel in ble_app_uart. I referred the object transfer example and did the initialization of L2CAP parameters during ble_stack_init() both...
For certification purposes to qualify for the QDID defined by Nordic , are there any characteristics that are required to be present in the Device information Service (System...
Dear nordic team,
I'm developing a sensor based on nrf52840 and I want to make use of CMSIS NN. I have already integrated CMSIS in my eclipse project and can already use...
Hi,
Here i am reading the temperature data via i2c protocol , where the temperature sensor is connected to the nrf52832 .(15.2 version sdk) Now i want to publish the temperature...
I'm using nrf52840 with nRF5_SDK_17.0.0_9d13099 and usbd_audio loopback example. The example works fine with the given hex file but when i compile it myself, the signal seems...
Hi :) ,
My project continues quiet well, and now come the time to create final assembli of all my small block.
I'm using nrf52833, with s113.
I want my device...
hi guys,
now i have 2 pieces 52832 boards; A(PERIPHERAL) and B(CENTRAL); both run the nus service.
B( CENTRAL)--->A(PERIPHERAL) Through ble_nus_c_string_send();
and...