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 am using nRF5_SDK_15.3.0_59ac345 for nRF52840 DK. I am running the sdk example "nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_sensor" on nrf52840. When I am opened...
I'm currently trying to build and run the bluetooth mouse sample code on my nRF9160 DK, but I'm ecountering problems during the build process.
Shortly after hitting the...
I am having some trouble with sending messages using MQTT on nRF9160DK. What I ultimately want to to is read UART and send whatever I receive to an MQTT broker. When running...
I am trying to use sd_ble_gatts_hvx function to send custom data through BLE. I found out that for the data I am sending the function takes a lot of time to send data which...
My custom nRF52840 board uses the STmicro STM6601 push-button controller. To keep the nRF powered, the PSHOLD line must be kept high. I have a GPIO set as an output for that...
Hi there,
I am trying the test the robustness of a BLE use-case. This means that i have to create error scenarios and further observe and analyze how it's possible to recover...
Dear all i have a very funny situaton.
I can only send 1 byte in my service data when I increase it to two bytes it doesn't send. and says invalid parameters
When...
In the right process,like this:
but my program is :
i lost “Sent Read By Group Type Request, GATT Primary Service Declaration, Handles: 0x0001..0xffff” .
in the...
Please kindly help to push this emergent issue!!!
We detected CLK signal using oscilloscope as picture below:
We can see that clock frequency is set to...
I have been making good use of the Power Profiler Kit with some impressive results on my nRF52 project.
I would now like to extend the testing to view an application where...
Hi
I have some question about DFU for Mesh3.10.
1.How to update Softdevice or Bootloader?such as I'm going to update SD from version 6.0.0 to 6.1.0.
2.Because my firmware...
I am trying to port pc-ble-driver-py to soft device version 6.1. I have made changes to python code to take care of changed API signatures, new constants etc.
When testing...
Hi,
I am using nrf52832, in the ble_app_uart_c example, i want to use rc source as a lfclk,
i changed the following parameters in the sdk_config.h:
NRFX_CLOCK_CONFIG_LF_SRC...
Hello,
I have developed a custom PCB using nRF52832. It's meant to work as an ibeacon currently and consequently works in a non-connectable, advertising only mode. I will...