The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
Hi guys.
I'm working with a nRF52832 custom board.
In my case my board communicates with the LIS3DH through i2c protocol. In the other hand based on LIS3DH datasheet the...
Sir
about the
while(1)
{
sd_app_event_wait(); //stay here until a interrupt or connection occurs...
}
During the time that there is not a interrupt and no connections...
Hi,
I've recently switched some prototype code from using MQTT to a custom UDP-based protocol. What I noticed is that if I have the unit sleep for longer periods of time...
Is it allowed and possible to change the configuration of one pin from input to output chararacteristic (and back) during the normal work flow. I need this possibility for...
Howdy,
To achieve the lowest possible power consumption on the nrf9160, it is noted that it is necessary to disable the UARTs that are not used, when in sleep mode. However...
I'm unable to write a softdevice to my nrf52840, can someone please point me in the right direction?
I was able to program the board just fine using nRFGo Studio, but I...
Hi, I am using Adafruit BLE sniffer with nRF51822 v2 firmware and I am sniffing BLE packets in Wireshark. I can see my devices advertisement data when my device is in the...
Hello,
We are using the nrf connect Android app in order to scan and connect to ble peripherals.
The scan procedure is executed perfectly as we can identify and connect...
Hi In v5 one can advertise in le_coded and then a central can connect off the resulting AUX packet.
For the AUX_CONNECT packet the inter-packet delay is T_MAFS which is...
When I read Objective Product Specification v0.7.1, it seems external pull-up resistors are required.
However, when I use TWIM without them, it works out.
Do I need...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 on a custom chip.
Recently i included DFU support to our application. It turns out that secure bootloader...
Hi, I'm new to nRF52480 and Nordic SDK. It is first time for me when SDK has one big config file sdk_config.h. I started playing with examples (LEDs, serial I2C) and get it...
I am developing a PCB that contains this schematic, I can run the sw code on the nrf52832 and use the pinout, but I can't connect to nrf52832 via ble communication. I think...
Hi. My product uses nRF52840 as a beacon transmitting every 3 seconds at max power of +8dBm fed to an antenna of gain 2dBi. Is SAR testing needed for my product? Product is...
Hi,
In our application Csense driver is used.As it can be implemented using COMP and SAADC,due to mentioned limitations for COMP we opted to use SAADC.Only AIN7 is used...