Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hello, I am working with a Bluetooth Mesh network where a master node (antenna) is in charge of setting up and managing the network of nodes. This master node also deploys...
Hi,
I am working on a project with nrf52832 and LIS3DH for a beacon.
I have added the low power feature into my application to go to standby mode in case of inactivity...
Dear Nordic:
I used V2.8.0 SDK to build light bulb, and I have commissioned bulb A(node id: 11) and bulb B (node id: 11) successfully!
Then I used below command to add...
Hello, I am currently developing on a custom board based on the nRF7002 + nRF5340. The SDK version is v2.8.0, and the development is based on the BLE Provisioning example...
Hi,I am using NRF54L15 DK in which I need to transmit audio data over BLE where that data will be used for only plotting in application,I am using sampling rate of 16000 and...
Hello,
I am currently using CADENCE for schematic design and have used Nordic's nRF9151 and nRF54L15 chips. However, the reference materials downloaded from Nordic's official...
Hi,
I need to wait for a period of 7.5ms whilst my I2C sensor completes a measurement, I am currently using the nrf_delay_ms function however I am looking to optimise the...
Hi
I'm trying to explore the nRF52-DK kit.
I downloaded the demo : www.nordicsemi.com/.../heart_rate_demo.zip
Dragged and dropped the hex-file to the JLINK drive thats...
Hello,
I am utilizing an accelerometer sensor and communicating with it using TWI (I2C). I have both a development kit (NRF51-DK) and the Beacon (nRF51822-Beacon). I can...
Hi all:
Below is my source code for SPI master.
However, the handler is not triggered ...
Is any setting I missed?
Thanks...
void spi_event_handler(nrf_drv_spi_evt_t...
Hi,
I am using nRF51822 BLE nano with mbed IDE. I tried to set channel so that i can achieve the desired frequency for FCC testing i.e. 2402MHz,2441MHz and 2480MHz .I am...
I am looking at the ble_app_hrs_c example (with the s130 soft device on pca10028 dev board). I have set the m_scan_mode to BLE_WHITELIST_SCAN to enable whitelisting. In the...
I have implement the systick with the idea to use it for delay functions.
The systick is running normal if no BLE Events occur, but during a BLE event it seems to be stopped...
Do conditional breakpoints work in Keil uVision5? I open the Breakpoints window and see:
If I set count to any value, I application still breaks on the first pass. When...
Hi
I have problem make the examples in the SDK 11. I get at "No rule to make target"
C:\konskimo\NYII\Spec\nRF52832\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blink...
Hi,
when using timeslots I cannot turn off the external crystal that causes an higher consumption.
I already read this post and tried to turn off the timer0 (using STOP...
Dear Sir,
I merget (Software Device) + (DFU bootloader) + (Application firmware) into PE280_WS.hex
And use the script <<nrfjprog.exe --program PE280_WS.hex>>
it reported...
I'm having trouble building the ble_app_uart example in: SDK11/examples/ble_peripheral
My build environment is:
Ubuntu 15.04
SDK 11.0
GCC
S130
PCA10000
nRF51822_xxaa...
Hi,
I have a pretty hard time to get I2C/TWI running on my 52832 Dev-board (pca 10036).
My problem is, that i do not get any physical I2C signal out of the board's pins...
Hello, this might be a silly question, but i've seen various Nordic examples and i don't know whats the difference?
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500, UNIT_1_25_MS...