But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
In the below picture, it says Thingy 91 is certified for the bands given below.
Can you please confirm if this board is certified for AT&T , Verizon?
Regards ...
Hi, am I able to communicate over mesh with long range (coded phy) and simultaneously communicate over GATT (say to Android phone) using 1M phy? If so, could you point me...
Hi,
We are switching from vanilla zephyr to NCS and would like some directions about support for zephyr LTS2. Can we expect Nordic to keep patches to NCS 1.8.x tracking...
I had described my problem in my previous question .
In short, after a long time of a bunch of central BLE devices regularly connecting and disconnecting to my nRF52840...
I've did my homework and googling but got more confused than ever.
Basically I'm trying to printf to the debug (printf) viwer window to help me demonstrate certain information...
Hi Everyone,
Hope you all are doing well.
I'm using nrfConnect sdk v1.7.0 and vscode for development.
controller : nrf52833
Here I tried to build image with bluetooth...
Hi. I have been using this document to work on the Fanstel USB840F device. USB840F_User_Manual (squarespace.com) After erasing the device, I could'nt run this below command...
Hello, I am developing a custom board using the nRF52810 WLCSP package. I realized I made an error in the board layout after placing my order, the error being that I placed...
I made a DFU Bootloader for my nrf51822 that waits for two seconds before starting the application, so I have time to connect and flash.
That process was working with the...
If I set two separate UUID scan filters as below:
Is it possible to discern which event triggered the filter match?
At the moment on the scan_filter_match callback,...
Hello,
it's a nice concept to include sensors via the device tree and simply enable them in the project file. But I feel like I'm losing control of the sensor a bit. I don...
Hello nordic. I've been using the PPK2 to measure the current draw of the nRF9160DK. However, spi peripherals are not included in these measurements. I was told that if you...
Hi
I´am pretty new with the nRF connect sdk. I want to check the features from BLE long range /coded phy.
In the past I have allready worked with the ble_att_mtu_throughput...
hello Sirs
How can I put nrf5340-sdk in to extended mode to transfer 250 bytes of data over BLE radio?
the sample code I am using is Peripheral-uart example code.