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...
As a master device with a whitelist there is a limitation on how many slave devices can be connected. If i am correct, other than whitelist there is no restriction to the...
Hi,
How do I receive data from host (computer) on my BLE device(Nordic board)? I want to use a simple open source HID API to send data to Nordic board and glow an led or...
Hello, we have finished all prototyping with BLE modile from Taiyu Tuden, this module: https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E...
Good day, I am new to this forum so I am having some problems posting my question. Sorry for any inconveniences. I am having serious problems flashing my custom NRF5282 board...
I want to connect nRF52832 with PC. The objective is using nRF52832(I am using BT832 Module) I have to scan all Blue Tooth deceives details and send to PC. Please help with...
Hi,
I am using a custom board with the nrf52832 with SDK 13 and I have a bootloader and an application that both configure and feed the WDT.
However, upon restart (power...
Is there any straight forward way to detect jamming using any technique on this Nordic device? I'm using SDK 15.2, Soft-Device 6.1 Would this be possible by the new SD 6 function...
I have been using SMD modules with NRF24L01+ fitted.
The first batch I used worked fine for months.
Then I purchased another batch and found the tx_ds_active or max_rt_active...
Hi,
1. I went through the document. I'm trying the example applications Light-Switch on PCA10040 DK and NRF5 SDK for Mesh V2.2.0. So it is like the Client will be provisioned...
Good afternoon,
Following up my previous case, to which I got no reply, how can I use a queued write characteristic to write less than 20 bytes of data?
I'm using it...
I'm trying out Zephyr on the nRF52 DK, specifically I want to test the ADC drivers. Since things are moving quite fast in the Zephyr development world, there may be some information...
Hello, I'm working on Mesh SDK 2.1.1 and I'm trying to send a Relay Set message through Configuration Client. I have changed the code of models_init_cb() function inside the...
The nrfx_spim driver has an issue when chip select pin of the driver is not used.
When nrfx_spim_init is called with a nrfx_spim_config_t whose ss_pin is set to NRFX_SPIM_PIN_NOT_USED...
Dear Nordic
I have custom board(nRF52840) its not detecting through Jlink (from nRF52 DK).
I tried to connect nRF52840 dongle(using J2 in dongle) with same setup its detected...