Hi,
I have a couple of questions regarding reading the nRF5340 Temperature Sensor. This is a follow-up to the following DevZone ticket: https://devzone.nordicsemi.com/f...
Hi.
I wonder if you could help me:
I'm using a thingy91x and would like to work with the npm1300. In the case of this hardware, the PMIC npm1300's i2c bus is connected...
RTT log output issue
Hello, I am using SDK v3.0.2 and toolchain v3.0.2. After building and flashing my firmware, no logs are being output to RTT Viewer. What should I do...
We tested the USB performance on the v3.1.0-preview4 and main it looks like it got even worse.
All tests were done on the attached test project: TestProject
main (6855b38ca69d2a70d0a088d9964e606e9981cb14...
Hi all!
I have the NRF54H20 D and somehow the RTT viewer doesn’t work, the board doesn’t work. I am using the most simple zephyr hello world project. It says it is compatible...
Hi there,
We are using for BLE communication a nRF52832 chip with random static address configuration (shown in the UART). Can we be sure that the address of a chip will...
I am building an application for the nRF52840 on Linux just using west . I have been struggling with this issue for some time now. The linker can't find any mbedtls_ccm functions...
Hi,
nRF905 is still manufactured, right? I didnot see anything on Nordicsemi, but I've seen on Farnell's web page "No Longer Manufactured" and on digikey it was not available...
Hi!
I'm using nrf8001 to send twenty 20-byte packets to a phone application. The connection interval I use is 30ms. However, I takes 5 seconds to send the data to the phone...
Hi, I want to advertise each 3times every 5seconds as sometimes beacon scanner can't read it so I need 3times in series advertising.
in main() I added 3times advertising...
Hi there, I am working on NRF52 DK, SDK15.2 with SD 6.1.0, The issue I am facing is that the DFU service is appearing on Android device and I can update apps using NRF toolkit...
I am trying to connect nrf52832 with custom android app, after connection established beacon sends message. Sometimes I can establish the connection after 8 tries, sometimes...
Hi,
I'm working on a project which uses two nRF51822 (SD130 and SDK v11.0) on mobile devices. Device A is continously advertising and device B scans for a fixed interval...
I'm looking to sync an ADC reading with the PWM output. I'm using PPI for this but fails to make it synchronise properly with the PWM.
I'm getting interrupts and sampled...
Hello,i am using nrfsdk with softdevice 6.0.0 in my application and by using it i am trying to connect my mobile uart application with my BLE .but i am facing some issues...
Hallo all
I have an appliation using the LOG for TX output to uart,
I want to maintain this code but to add RX based on the app_fifo_init,
how can they coexist ?
thanks...
Hi,
I would like to use the nrf52 as my bluetooth end device, which inturn has to communicate with the Bluetooth IOT gateway like Rigado module or Nordic gateway APP(which...
Hi
I am using SDK 14.0.0 and soft device S130.
I am planning to add SPI functionality to BLE's sample code.
However, when moving to the next instruction after SPI data...
I am developing a beacon using nrf52810. This beacon will advertise iBeacon as well as Eddystone packets. And user should be able to configure some of the beacon paramters...
Hi Nordic,
I am using the example nrf_app_interactive with nrf52 DK. I am using it as a central while connecting to a peripheral. This peripheral has a lot custom services...
Hi,
I need implement a single Byte transaction on SPIM.
I implemented a stop as documented in
setup_workaround_for_ftpan_58 function
It works only for the first...