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...
Hi.
i am using 5340 + ncs 2.0.2. and gpiote nrfx drvier.
i used gpiote for count encoder
encoder clock speed is about 2.5k and input pint is 2 gpiote pin.
gpiote polarity...
Hello there, I am having problems publishing a message to the server I set up on emqx. Here are the changes I made to the kconfig file (I have not changed the main.c code...
nRF52832にてボタンレスDFUサンプルにEEPROMを実装させたいのですが、
必要なライブラリファイルnrf_cli.cやnrf_queue.cをプロジェクトに追加したところ、 nrf_cli.hやnrf_queue.hが「no such file or directory」となり、
ビルドが失敗します。
components...
I've been using the LPUART for comms between the 52840 and 9160 in a Thingy91; this was going well until I changed the nRF Connect version from 1.9.1 to 2.1.2, to resolve...
When I call nrf_pwr_mgmt_run() in my project to put the device into sleep mode, after a short period of time I get the error message:
ERROR 3735928559 [Unknown error code...
Hello all
I am having a problem with nRF Connect SDK where whenever I try to read from a sensor while bluetooth is enables, the software crashes. If I disable bluetooth...
According to the Kconfig documentation, https://nrfconnect.github.io/vscode-nrf-connect/kconfig/install.html , the active board is displayed on the Status Bar when editing...
Running a Thingy:91 now for 4 weeks from batter with one message exchange per hour, it stopped working (NB-IoT mode).
The client (Thingy:91) uses "sendto" and that function...
Was using SDK 1.9.1 up till now, but I migrated to SDK 2.0.0 and I changed my overlay file to add the pin control stuff. I have a nrf5340 and use the app_ns board config....
According the data written to NVM, is there a difference between "%XFSSYNC" and "+CFUN=0" ?
Reading the documentation, I see mainly user configuration be written.
I may...
Hello,
I am trying to add SDCard management, over SPI bus, into my project with nRF5340. When I try to compile, the error is always the same. I am trying the code over the...
Hello,
I have a problem that looks a bit like
devzone.nordicsemi.com/.../nrf52840-custom-board-won-t-boot-without-debugger-reset
For me, to be more precise:
nRF52840...
I just upgraded my environment from nRF Connect SDK v1.9.1 to v2.1.0. This process raised one critical bug, as well as some very important questions:
My projects make very...
The setup : nrf 52840 , NCS 1.9.1 , The SAADC is configured in advanced mode with 1 single end channel and double buffered with size of 16 (32bytes). RTC is configured to...