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...
Hello!
We're using SDK 12.3 on our application, and we're aware that the SDK is targeted to be event driven, meaning that our code should be the one keeping track of the...
I am using SDK15 , nRF52832 custom board , keil uVISION 5 , ble_app_beacon example.
I am adding timer to the example.
In below code, when I comment out update_vbatt()...
Good afternoon,
I am facing the following issue:
a client application writes to several characteristics (write with no response) I set in my chip, which trigger the execution...
Hello,
We are porting legacy application to the nrf52840. We are using Keil uVision 5.
The legacy code is using some gcc ideas and extensions so we are forced to use...
Hi , All
I am using nrf52832 SDK12.3.
When the host runs to the discovery service but has not yet discovered the service,the slave power off. The host can no longer connect...
Hi there.
I Tested Example (secure_dfu_ble_s132_pca10040). Fine work.
but I could not find the example code to transfer the firmware.
I need the code to receive...
Hello,
I'm a little bit confused about max datalength that can be read/written in a characteristic.
See attached, a MTU of 64 bytes is negotiated thus 61 bytes available...
hello there! I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller nRF51822 for connection and data exchange...
I uploaded a sample code into an external nrf51822 module using nrf51-dk as explained by this blog www.instructables.com/.../ . power supply for the external module was from...
Hi
The following ticket explains when I configure pin21 as RESET it will be hardware configured to pull-up internally. https://devzone.nordicsemi.com/f/nordic-q-a/8342/nrf52832...
Hi all,s
I have a couple of nrf52840 boards and i was testing the ble mesh light application. The application works fine, but i changed it so it will periodically set...
Hi, I have tested thingy52-mesh-provisioning-demo in NordicPlaygound on github. It works fine by using a precompiled hex file (via nRFgo Studio) but It doesn't work (light...
Hi, I'm working on enumerating the 52840PDK as a CDC ACM device and I'm running into an issue where it's fully enumerating 80% of the time.
After doing some checking I've...
I'm working with TI's TAS2555 DAC as an audio output driven by the NRF52 via I2S. This DAC requires that the I2S clocks (MCK, SCK, and LRCK) are enabled prior to any data...
I understand that the next version of the mesh SDK will have the GATT proxy implemented. Even after reading the mesh profile specification the following is unclear:
- Is...