I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I have basically all my code disabled, all I do in main() is get a pointer to the "zephyr_console", suspend it and return.
This gives me an average power consumption of...
Hello,
I try to dfu with mcumgr but I feel like the download speed is a little slow. So I want to increase download speed. I think that mcumgr has the command to set boudrate...
Hello,
We are designing a board with a nrf5340 with a VDD of 1.8V.
The board is very small and it's complex to fit all the components on it.
We are thinking of removing...
Hello,
I was wondering if there is away to perform DFU using SPI without smp protocol or mcumgr from one nRF52840 to another? What I am trying to do is to send a firmware...
Hi,
We are trying to attain power optimization in our project, which uses the nRF5340 board. In our code we have implimented RTOS, BLE for data transfer and are using i2c...
Hi,
I encountered an issue since i upgraded nrfjrpog
My previous version was 10.13.0
And now is 10.24.2.
I have a batch file to program my device and until the upgrade...
We need very fast Wi-Fi transfer rates at times. I have been able to tune the code and Wi-Fi driver settings to get up to 30-35 Mbps which is great. But if I don't throttle...
Hi,
Added a function to the coap_client sample code that executes otInstanceFactoryReset by pressing a button and sets it to factory shipping mode. However, it appears that...
I'm developing a system where I want to connect simultaneously to different BLE and ANT+ sensors. I'm using the nRF5340 DK and I would like to be able to select which sensors...
I have a project that I'm pulling in code from multiple_adv_sets using v2.7.0 and sysbuild.
talks about the opcodes and status being in the spec? https://www.bluetooth...
Hello,
We are designing a board with a npm1300 and a nRF5340. A button is connected to npm1300 SHPHLD.
On short-press, we want the npm1300 to send an interrupt to the...
Hi team,
We tested the nRF7002 with the nRF5340 as the host. Now, our application needs to connect the nRF7002 Wi-Fi module with a custom microcontroller other than Nordic...
Hello,
I am trying to establish communication between the nRF9160 SoC and the nRF52840 on the Thingy:91. I have two arrays: one of 774 bytes and another of 8 bytes. Currently...
In the Wi-Fi Fundamentals Course, Lesson 2, Exercise 2 (step 7.2) I found that it is necessary to clear the bssid parameter in the wifi_connect_req_params structure. If it...