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...
Dear Nordic
I am using nRF5 SDK 16.0.0_98a08e2 , and studying the example ble_central\ble_app_uart_c.
I found that in function
BLE_GAP_EVT_ADV_REPORT disappeared, while...
Hi,
I can't find any ses project files for PCA10031 (dongle) in nRF5 SDK V16.0 when examining the [.../examples/ble_peripheral/ble_app_hrs] folder. Additionally, there doesn...
Hi,
I've been skimming through the NRF9160 FOTA samples and related libraries(1.1 and master) and having hard time to understand some of the basics.
My assumptions...
HI,
I want to power the system using a external regulated 5V source. Then nRF5340 must be used in High Voltage Mode. When operating in High Voltage Mode, the nRF5340 is...
Hi Nordic Pros,
I have a nrf52840 board, and I tried to connect it to my pc. It dosen't show up as "JLink" or "BOOTLOADER".
Inside Segger Embedded Studio, I tried to connect...
Hi, anyone call tell What is the acceptance rate of nrf52 series scanning
I'm used zephyr ble mesh example, One node sends, one node accepts, and the broadcast packet sent...
Hello,
When i build a project to the nRF9160 DK, the terminal shows output of the program. Everything works.
When downloading the merged.hex file to thingy91, then...
Hello everyone,
We are 4 students, who are developing a BLE mesh network to send data from a CANNBUS-simulator to a desktop. We have chosen to use the nrf52840 chip to set...
Hello,
I am using nrf52832 with SDK 16, I want to change advertising packet flags from BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE(0x05) to 0x04 during run time how can...
Hi, Im developing an ac dimmer with zero crossing on mesh, but it flickers at low dimming levels, I even used the scheduler for the ble stack but it didnt help, what would...
hi, i am using nrf 52840 dongle , is there any support of AT commands to communicate with dongle .i want to communicate without using ui only by sending commands. if not any...
Hey Nordic Team!
My requirement:-
Sensor data----------------------------->nrf52832------------------------------>Raspberry pi 3 (via blue tooth)
Is it possible...
We are working on external RTC MCP7940(i2c) interfaced with nrf52840. Please check if drivers of the same for nrf52/51 are available or any implementation of CLOCK using MCP7940...
Hi,
I tried to add 3 characteristics and 1 gatt service to my NRF52810 using with development board with 10040e (I am using gcc compiler). Then I got a error which is saying...