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...
thanks for the answer on the previous post.
What I came to know from our firmware engineer was that your initial version of the Android app could not support
1. multiple...
I want to know 2 things about the nRF Mesh app:
1) Is it possible for the Mesh app to provision non-proxy nodes via the proxy nodes?
2) I think it's possible to subscribe...
I have a project using FreeRTOS with Tickless idle enabled, SDK 11.0.0 alpha and the S132 soft device. Currently the project is consuming ~6.5mA average, ~5.2mA if advertising...
Hi There,
I very new to Nordic BLE application and was looking for method to combine ble_app_beacon and ble_app_blinky togather and having both switching and running at...
Hi:
In the datasheet, there have a description
Input range = (+- 0.6 V or +-VDD/4)/Gain
for a example, if Gain = 2, reference = 0.6V,
input range = 0.6 / 2 = 0...
In the SDK12.3.0 example ble_app_hrs_rscs_relay I want to add a uart to this example I added the uart_init part and the nus part, referring to ble_app_uart. However, when...
Hello,
What are the maximum number of node our nrf52832 and 52840 can support for
Zigbee?
BLE?
Thread - 1000?
Would this number be dependent on the memory size?...
Hi, I am using nrf24L01 for my application. I have to question:
- Is it possible to bypass SB protocol (I take into account possible error in exchanged packets without preamble...
Hello All,
I am following this tutorial.
https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial
I have modified "nRF5_SDK_15...
Hi.
I refer to this document. Stopped at Step.B1 now.
If you go to that path using CMD and then type "make", you will see the following problem.
'make' is not an internal...
Hello,
In my project (nRF52, SDK14.2) I have spi data flash connected to the MCU.
I'm trying to use SPI transaction manager library (nrf_spi_mngr) and face few questions...
I don't know how to use nrf52840 dongle as a sniffer. I look at the official routine. It looks like it really doesn't function as a sniffer. Is this what it is. If not, how...
Hello, we are trying to get a new laptop compiling and debugging with an older project. The old project uses SDK5.2 and SoftDevice 6.2.1. When we open it we get the error...
Hi Everyone,
I have problem about debugging program which for my nRF52810 custom board. I am using SEGGER IDE. I changed ses_nrf52810_Vectors.s and system_nrf52810.c files...
Hi!
We'd like to include a battery-powered remote control in our Bluetooth mesh network, i.e. we'll have a need for low power consumption.
In our mesh, devices may opt...