Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
I am migrating my project to C++. Everything in the SDK works so far except NRF_BLE_GATT_DEF(). This returns the error C++ requires a type specifier for all declarations....
I'm using FDS on SDK16.0.0 to store some value, consisting of 12 int32_t values. They are stored correctly, except the first byte. Here is my code used to store :
It prints...
Hello,
is there any way to connect additional sensors using SPI or I2C to the thingy:91?
From the schematics I see test points on the PCB that allow access to the SPI...
Hi, we have a costumer who wants be able to do a firmware update over BLE. We have a running application that takes about 260k of FLASH. This fits in the NRF52832 (512k FLASH...
Hi All,
i have implemented peripheral_cts_client example
but i want to read value once from nrf_connect_app(cts server) then cts has to maintain the time and update it...
Hello sir, I'm now working on the nrf52840 and am having trouble with the sdk config. Initially, I indicated that I was working with spim3 and that it was functioning OK;...
Hi Everyone,
I've just started to work with zephyr, I installed west, the lastest version of the NCS and all the plugins/extensions in Visual Studio, but when I connect...
Hi,
This question is about 5340. I would like to use SPIM4 instance at fastest 32M speed. According to datasheet this instance needs to use dedicated pin assignments, and...
after building the pc-ble-driver-py and creating v5 lib, we need to build v6.
using WIN 7, python 3.8.
I changed file CMakeLists.txt row 40 to 'set(SD_API_VERS "2; 6 ...
In our Android app, we want to throttle back MTU size when the error rates get too high. However, the app is crashing with NRF_ERROR_INVALID_STATE when we try to send the...
Hello everyone,
I am using the SDK 17.1 with the NRF52832 chip. My current project is created based on the multirole example. My first step was to implement writing and...
Hi Nordic team,
Our requirement is creating two TLS server with same IP and different port no, but when I try to bind two servers only one server is getting bind to the...
Hi,
I have set up the PWM to trigger the ADC via PPI. It works but now i want to verify the exact behaviour by setting a GPIO when the ADC starts a conversion and when it...
Hi Nordic
I want to confirm whether this function pm_peer_id_get will return PM_PEER_ID_INVALID if nrf52833 has never been bound to a mobile phone when obtaining the peer...
I want to speed up the ble transfer, use the ble_app_uart example, but the speed is too low , sniffer show that the notify pack moredata is true , but the follow pack is not...