This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello all,
I am trying to on implement a custom 802.15.4 implementation (not thread nor zigbee) from the nrfxlib 802.15.4 radio driver in NCS. The goal is to run it in...
Hi, I have this weird issue with the USB behaviour of some of our pre-production units.
2 boards with USB came out of the oven and their USB was working fine. I was able...
HI Devzone
currently my customer would like to get SRAM execution permission in their porject.
we found a config marco to set the SRAM permission " CONFIG_SRAM _REGION_PERMISSIONS...
HI,
i using 52840DK SDK17.2 s140 10056 test NFC pairing.
ble_central\experimental\ble_nfc_pairing_reference_c 10056 s140 ble_peripheral\experimental\ble_nfc_pairing_reference...
I am using
MF V1.3
NCS V1.6.0
nRF9160Dk V0.15.0
Project: AGPS Sample
If i set the Interval in the gps_config structure to any number under 240 and run the sample...
Hi,
We are working on nrf52840 in that we have some doubt how to test the radio tx and rx in datasheet you have mentioned
Active mode Tx Current - 4.8mA and 0dbm ...
Upgraded from v16.0.0 to v17.1.0 and have a truncation issue. It only occurs after the first send. Reverted back to v16.0.0 and all ok.
No other code change other than the...
I've searched around, but i couldn't find anything about how to use DMA with SPI master on a nRF5340 (and zephyr doesn't support DMA on nRF5340 right?). Can someone point...
Hi,
I'm using ble_app_uart to test AT.
When I sending a buffer
reset_buff[10]="AT+RESET\r\n";
RTT log showing an error
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at...
Hi all,
I'm currently trying to interface an nRF52832 with an external Flash chip via SPI
I have tried with both NAND and NOR types, specifically the MT29F2G01 from Micron...
I am trying to develop CAN communication using nRF52 dev kit based on nRF52832 (PCA10040) and a MIKROE CAN SPI click 3.3V board . This board has an mcp2515 stand alone CAN...
Hello,
I had RTT configured as the logging backend and it was working fine. When I enabled the SHELL on RTT, the log output stopped. Maybe more specifically, printk() output...
Hello there,
I'm trying to downgrade nRF Programmer from v2.0.0 to v1.4.11 as it is not possible anymore to select a Segger debugger as target device in the newer version...
Im trying to make a simpel project reading the sensor BME280 over SPI. I can´t get any activity on the SPI pins when i check with my logic analyzer.
I´m using nrf9160-DK...