https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-5-serial-peripheral-interface-spi/topic/exercise-1-10/
spi frequency is 1000000 in DTS...
I am in the development phase of a Bluetooth based system design, which will be able to receive audio stream from any mobile device and play on the speaker, and also it would...
Is there a way to modify the distance measurement sample code to where it is intended for one transmitter and multiple receivers versus between just two devices? I am trying...
Hi all,
I'm unable to flash my nRF52840_XXAA using the nRF Connect extension in VS Code. My project uses the command:
west flash -d <BUILD-DIRECTORY> --dev-id 1050304532...
Hi, I am having trouble with the connection of my mesh nodes and my Smartphone over the nRF Mesh App. After flashing my boards ( nRF - 52833, 52840, and 7002), most of the...
Hello,
We are using the nRF52840 on our own board.
When I added up the current consumption at 3V, based on the datasheet, I get 14.3mA (CPU from RAM, Tx at 0dBm 1Mbps...
Hi,
Where can I find the nRF9151 CE/RED RF test results for the purpose of CE delta certification of a new product based on nRF9151? (i.e. leveraging existing nRF9151 certification...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...
Seeing the Log on wireshark for Central and peripheral communication after connection.
Here i am bit confused that when Connection update request is send by Slave after...
Hi, I try to access Generic Access to get device name.
So, I modified "ble_bas_c.c - ble_bas_c_init()" like this.
bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME;...
Hi,
I want to find Bluetooth address of the Central Device which is running Master Control Panel Application....
but after succeful connection, each time I try to find...
I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...
Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode.
the example i used is at this link . ( system-off-wakeup-on-gpio...
Hi
I'm very new and looking at the PTR5518 breakout board. The docs below specify some of the pins:
Are the pins EN , RX , TX , RTS etc. tied to P0.08, P0.09,...
Dear Sir/Madam,
I want to use the One channel of Timer 1 for PWM generation and other channel is used to measure the pulse width of input square wave.
For above i need...
When I try to step through my code, I get a wdt event firing. I have tried setting the behaviour to pause during debug and sleep
void wdt_init(void)
{
uint32_t operationStatus...
I would like to measure BER and PER on custom board by using sample project that is included SDK.
\examples\dtm\direct_test_mode\pca10028\s110
Could you please teach...
Hello,
I'm powering a Readbear BLE nano using a CR2450 coin cell battery. The firmware application is written using mbed. How can I measure the battery level of the CR2450...
hi,
can i use timer interrupt has more than 1ms period??
#define APP_TIMER_TICKS(MS, PRESCALER)
((uint32_t)ROUNDED_DIV((MS) * (uint64_t)APP_TIMER_CLOCK_FREQ, ((PRESCALER...