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...
Internal fault[0xb3b91b:5060750] occured during linking when disable the log output by [#define NRF_LOG_ENABLED 1],
but no error occured when eanble the log output by [#define...
I know there are other (long!) threads about PDM mics and I've studied them all carefully. Unfortunately I'm still having an issue with our on-board mic. The difference is...
Hi,
Toolchain manager is failing to download SDKs.
I am using:
Windows 10 PC
3.7.0v nRF Connect Desktop application
0.9.3v Toolchain manager.
Downloading sometimes...
Where is the provisioning configuration data getting stored ?
1. EEPROM
2. Any other non volatile memory
Is it getting stored in external chip to nrf52833 or inside...
Hello there!
I'm quite new to the topic and just tried to dig into it a bit, so I'm sorry if I didn't get all things yet about the nRF5280 Dongle :) .
Right now, I'm following...
Hi all,
Using the thread CLI example (on a PCA10056 board) as a starting point I would like nodes to connect automatically to a thread mesh when booting. I then want to...
I use the following example source code to test NFC pairing.
Example source code for NFC: nRF5_SDK_17.0.2_d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\experimental...
Hi
thank you very much for your paying attention.
Yes the peripherial_uart sample seems to be a good choice for my project. But Uart 0 pins didn't come out on GPIO connector...
Hi,
We are trying to create a network using 20 movesense sensors and BWG840 Fanstel gateway acting as the central. The gateway is running a modified ble app uart multilink...
I'm a beginner in BLE applications, and I'm having trouble with connecting nRF toolbox application
I wanted to use UART function provided in nRF toolbox.
But, an e rror...
Hi,
I wish to run an existing project in Segger embedded studio for its debug capabilities (Currently the project runs in VS code).
I'm using the nrf52832, running a bare...
I'm trying to add the unity test integration to our project, but failing to build, since the project has a dependency on nrf_oberon
For the sake of completeness, the project...
I'm having trouble connecting Thingy:91 to cloud.
I've installed both the modem and HEX image in the board successfully.
I've added the SIM card successfully to the...
I've had intermittent issues with the nrf9160 modem using mfw 1.3.0 with an iBASIS SIM getting stuck in "searching" state when first powering on. The symptoms are similar...
I am using a nrf_drv_twi_tx() and nrf_drv_twi_rx() for a simple I2C transaction but I'm noticing a strange behavior.
If I don't use APP_ERROR_CHECK(err_code); right after...