The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
When i open the Toolchain on my mac it loads and put upp a crash page. i have already: restarted my mac, reintstalled and restarted but i get the same crash
The System...
Hi, I currently have a project with an nRF52832 chip using SDK 14.2, I would like to upgrade the project and change the chip to nRF5340. Is there a way to migrate the project...
Are there any examples showing use of the MQTT library using Bluetooth as the Link Layer? I see this on Zephyr's repo zephyr/subsys/net/l2/bluetooth at main · zephyrproject...
Here is a warning I get linking an application that uses nRF DM library 5/14] Linking C static library app\libapp.a [6/14] Linking C executable zephyr\zephyr_pre0.elf c:/toolchains...
Hi,
Can any one list what are the reasons for sd_ble_gap_connect returns NRF_ERROR_DATA_SIZE?
In ble_gap.h NRF_ERROR_DATA_SIZE error code doesn't exist for sd_ble_gap_connect...
Hello,
We have already product with BLE 4 and now we are moving to BLE5. As per the example code we have updated our code to BLE 5 but we are not seeing advertisement...
Purpose: to develop a central device using nRF5340 and to enable both BLE Mesh and AoA features.
Questions:
1. nRF5 SDK supports nRF51 and nRF52 series but not for nRF5340...
Hello,
We were middle way during the development when we found out that we had a higher packet loss than what is acceptable.
So we start to analyze this issue.
Scenario...
Hi,
I reviewed the PCA10121 schematic for using SPI4 pins to connect to Semtech SX1262. Since SPI4 bus also connected to SD card and DSP. I checked to see if SPI0..3 pins...
In my application, we regularly transmit a stream of notifications from a Peripheral Server to a Central Client. The general strategy for this is to enqueue a packet, and...
Hello in my app I based it on the BLE UART example and have it pretty much up and running but I need to be able to send multiple messages from the Central to the Peripheral...
I am tring to update the DK bootloader by entering the maintenance mode by pressing the reset button while plugging in the DK, but the board does not show on my PC
any help...
Hi,
I do have Zephyr's logging configured using RTT for debugging messages and in general this works.
Sadly when reflashing (via SWD) the RTT stops working and I have...
Hello,
We are using nrf52832 and SDK15.3 in our product, which sends about 7.4K bytes data every second to an Android phone.
4 ble devices are connected to the phone and...