Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I have an ongoing issue with using the Keil compiler and the supplied examples.
There has been some email correspondence which is detailed below:-
Hi David,
I have...
Hi
I am reading the sensor data (Irms and Vrms) via I2C protocol and multiplying the read data with 0.000030517578125 to get correct result but i am getting the result as...
Hi:
I use nRF5_SDK_16.0.0_98a08e2\examples\peripheral\usbd_ble_uart_freertos.Error:Unknown USB device (device descriptor request failed).
I use nRF5_SDK_15.2.0_9412b96...
I'm trying to add a SPI driver to the ble_app_uart_c example. For now, I'm just trying to make this driver shoot out a SPI transaction every time I click a button on the dev...
Hi,
I am trying the freertos on my project with nrf52840, sdk14.00, s140_nrf52840_5.0.0-2.alpha_softdevice.
As i can see, there were no example codes for 52840 in the...
hi
I`m debugging the nrf52840 on the pcb I made and have some problem
I know Reset pin is P0.18 of nrf52840 but 3.3V was not measured. So the reset pin does not work....
As mentioned in this article are these vulnerabilities addressed in Nordic Semiconductor's products?
https://thehackernews.com/2020/02/hacking-bluetooth-vulnerabilities...
Hi everyone,
I am using the nRF52840 and SDK 16. Following THIS tutorial was able to create my BLE custom service and see my service with the custom UUID.
The problem...
Need to design a simle RSSI based tracker using nrF52810. Due to current global issue, cannot order hardware at the moment.
So meantime I am planning to learn all software...
Hello,
Originally, the Zigbee light_control examples ships with a bulb that can call the zb_bdb_finding_binding_target() function , and a light switch that calls zb_bdb_finding_binding_initiator...
I searched in this forum about softdevice_fault_handler errors, but could not find the cause of my problem. I need to obtain more information for a softdevice_fault_handler...
Hi,
Can you please let know a way to run two processes two process simultaneously on the two cores of nRF5340 board. An example project would be of great help !
Thanks...
Hi teams
After I follow this post.
https://devzone.nordicsemi.com/f/nordic-q-a/53909/sending-multiple-packets-at-every-interrupt-interval
And I modify my source code...