When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hello!
NRF52832 is used as a central for connecting with phones as peripheral. NUS service is used. Lesc is used too.
SDK 17 SoftDevice S132 V7.0.1
On android phones...
when I use usb to transfer, i fine many datas are lost.Is it because the DMA size is too small?Where can i see the dma size?(In nrf52833/examples/peripheral/usb_cdc_acm )...
I am trying to connect a SPI device to the external connector pins on the nRF9160dk board. I believe I know the name of the SPI device and the pin connections from the device...
Hello
I'm trying to print out several sounds with one buzzer. To do that, I need to be able to change the frequency.
PWM was initialized and reset using code. An attempt...
OS: Linux Ubuntu 18.04
Compiler: Gnu ARM embedded
HW: 2 nrf52840dk boards
NRF SDK: 16.0.0
I am trying to send data using L2CAP CoC. I have looked at the ots example...
Hello,
I am trying to get familiar with the DeviceTree macros and started experimenting ...
So, in the light controller example main.c I replaced this macro
#define...
Hi Nordic,
I bought an nRF9160 DK for use in the UK on o2's network, but the signal in my home office is poor resulting in me having to go to the window to get connectivity...
Hey,
I am using ibasis simcard which comes with nordic thingy 91. Now i used 10MB which comes free for testing.
Now due to this, i am not able to send data to nordic cloud...
Hi,
I'm working on a project with nRF51822QFAA on nRF5_SDK_12.3.0.
I'd like to ask if the app_button library uses all four GPIOTE channels?
In my project there are...
Below is the output from a 'bluetoothctl' session for one of my thingy:52's
This is running on a raspberry pi 4 using Ubuntu Mate 20.xx
The output below is using command...
In beacon example code the RSSI value is 0xc3 while converting to decimal it giving 195 and in comment line it is mentioned as dbm.when converting this 195dbm to milliwatts...
hi,
The Fanstel BT832 has a nRF52832. It has TX on P11, RX on P12 for standard uart. I need however rs485 and so need to add a DIR (output) pin. P11 and P12 are not on...
In the mRF24L01+:
Unlike MultiCeiver mode, I have one TRX and multiple PRX units sending back ACK payloads.
In the PRX, what is the purpose of the PPP field in the W_ACK_PAYLOAD...
Hello,
As I understand it, Apple is working on a new product called Airtags. This will be similar to the Tile for finding items like your keys or wallet. The catch is that...
I'm using standard ble_bas from sdk12.3. I set up a timer at 60s interval to use saadc to read battery voltage. Below is my code in saadc event handler for battery level update...