Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
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...
Hi all,
Is it possible to connect an external antenna with better gain to nRF52840 dongle (pca10059) in order to improve the range?
Thank you,
- Manuel Montenegro.
On SDK 15.2, all example have issues with all IDE on all NRF_LOG_INFO or NRF_LOG_DEBUG statements. Its an Eclipse issue as everything still compiles fine. But I can't track...
HI
I used the sniffer to get the packes of the connect, but I have some problem. As the Fingure indicats, The master set the Interval to 10ms, but the Packet Says the Interval...
Hello,
I have 2 nRF52840 Dongles. I am trying to use one to transmit 2.4GHz wireless signal and the other to recieve wireless signal and read the connection strength ...
When I call APP_UART_FIFO_INIT(), receive and transmit some data, then call app_uart_close(), I have 3.7µA sleep current. If I don't call the uart init and close function...
Hyvää päivää,
I'm moving from Eclipse to SES which on the face of it seems smoother and cleaner. My problem is figuring out how to setup my projects. If what I want can...
I am integrating app_timer with no softdevice..
Code compiles and runs correctly at the begining but it only executes the timeout_handler function once after the app_timer_start...
I'm using nRF52, nRF52832, PCA10040 with SDK 15.2.0, nRFGo Studio v1.21.2.10. Is it possible to place all 3 of the following separately on the device using the Studio?
...
The nrfutil documentation/application is used to create a .zip file to dfu update. This package may contain a combination of application/bootloader/soft device along with...
I have looked at secure_dfu_test_images\ble\ for nrf52832 and would like to create a blinky_application_s132.zip (corresponding to hrs_application_s132.zip) to do some testing...
Team,
For asset tracking I am using nRF52840 Beacons as tags in asserts and Raspberry Pi B+ for scanning Beacon's MAC, UID, Major, Minor, Tx, and RSSI values.
To calculate...
I want to send data from nRF52840 Dongle to Raspberry Pi B+, Assume nRF52840 Dongle placed in USB drive of Raspberry Pi B+. Please help with coding sample.
The code assumes that check_rollovers_and_update_eid(...) is called every second, and that m_security_slot [slot_no] .timing increases monotonically with 1. If this is not...
Hi
I have tried to run DFU example from SDK 15.0.0_a53641a.
I also use nRF Connect v2.5.0 to update firmware.
I flashed Soft device and secure_bootloader( examples/dfu...