Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
Board: nRF52833
SoftDevice: s140
SDK version: 17.0.2
I am trying to implement OTA buttonless DFU feature in my custom device (USB Device) which is a central device....
Hello,
I'm having some issues troubleshooting, my knowledge is limited on how to trace down where the error occurs.
Se logs below ->
Any tips on how to find...
Hi,
I start to work on the NRF52840 and I would like to read register of BMA400 in burst mode (I mean possibility to read further register in one sequence)
I am novice...
Dear Nordic,
when moveing the project to v.1.9.1 stack we've faced with a lot of
"fatal error: tinycrypt/constants.h: No such file or directory"
What is it related...
Hi folks,
SAADC peripheral gives me good results in acquiring & converting a DC signal related to current consumption.
I am using the 12-bits configuration over the internal...
I’d like to be able to read some environmental sensors and control some low power outdoor devices using the nRF52832. While I am aware that the nRF52 can operate for a long...
Hello,
NCS1.9.0 or NCS1.9.1 , Windows10 X64,VS Code,periodic_adv.default codes
with nRF52840-DK work fine.
but nRF5340-DK got error,as folow logs
"Failed to create...
Hi there,
I have just started the NCS Fundamental Course and I am stuck on Exercise 2. There are two problems that I am facing.
1) I have an nrf9160dk board. so if I compile...
Hello, I am trying to read data from the sensor using I2C, I have the nrf9160 on an Icarus board https://www.actinius.com/icarus .
I tried following this guide: https:/...
Hi Nordic Team,
I see that I am supposed to GND 2 of the SPI lines and drive the CSN high to use it in GPIO control only mode. We wanted to TP out the SPI bus for the FEM...
I am trying to send value 0x75 using I2c but when i check the value using logical analyzer i found it 0x74. and when i tried to send 0x77 i found it equal to 0x76. any help...
I am currently working on a project in which I want to transmit audio wirelessly from one nRF chip to another. Currently I am using the nRF Dongle to act as the transmitter...
Hello Everyone,
I am using NRF52833 in my project and I have implemented one service named borrower. The code details are in the attached in the files. When I open nrfconnect...
Hi Nordic,
I have 2 nrf52840 hosts running gazell HOST mode, and 1 device running gazell DEVICE mode. My question is, when device sends data to host, will both 2 hosts receive...