What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
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...