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...
I'm trying to use sine function such as: S = sin(0.8)
But variable S come to zero after this code. Go to Debug mode and add a break point to view the change of variable...
Hi,
can we do the mathematical operations (like math.sqrt ) using nRF51822 ? Since, our project requires many simple mathematical operations, we need to decide whether...
Hi,
During the initialization of the SIM I have this message:
There was an error submitting your user information. This SIM cannot be activated. I am from Israel. What...
Hi All,
I have the strange issue with scanning. I have the project losely based on examples where I created peripheral adevrtising with 1s interval. This sends the custom...
Hi there, I'm using nrfutil ( nrfutil version 6.0.1 ) to dfu via ble (dongle),
Mac (10.15.2), windows (10), linux (raspbian) have been tried out to update the firmware none...
I am using the '840 to construct a small network using the ESB stack. In this design, a master (dongle) transmits to each slave and receives an ACK w/payload response. The...
I changed the way to get the upgrade program in the bootloader program and wrote a function to write the accepted bin file to the bank0 area. However, I found that it took...
Hi,
I am using BMD300 rigado board having nrf52. In my application i am tracking the ADXL362 accelerometer's motion.For this, I am combining SPI, UART(for displaying data...
Good evening,
after a very long research I couldn't find any answer.
Is (and if, how) it possible to connect an Arduino (or ESP32) via SPI, I2C etc. with the nrf52840...
Hi,Nordic Team
I tried to set 0,1,2 modes respectively in GNSS option, and the test current is as the attachment .
0 1 2
/**@defgroup nrf_gnss_psm_modes Values indicating...
Hi,
I am using nRF52832 with s112 BLE stack and SDK v16.0. I am wondering what is the most proper way for the "idle_state_handle()" method in the main loop.
Currently...
Hello,
I need to have connection status at the application level (IOS).
I'm working with the example "light switch server proxy" where the heartbeat profile is working...
Hello, I modified the instance in usbd_hid_generic to simulate it as keyboard. I checked the code of NRF52840 on github about the keyboard. It USES the function app_usbd_hid_generic_in_report_set...