Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Thanks in advance for the help.
I connected my 9160DK (V1.0.1), loaded Asset Tracker V2, etc., and seem to be connected to nrfCloud fine.
I don't seem to ever receive...
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...