logo

Crowdly

2024-2025 TECNOLOGIES PER A LES XARXES DE SENSORS, LA INTERNET DE LES COSES I LES CIUTATS INTEL·LIGENTS (17244121, 17244224, 17254121, 17924121)

Looking for 2024-2025 TECNOLOGIES PER A LES XARXES DE SENSORS, LA INTERNET DE LES COSES I LES CIUTATS INTEL·LIGENTS (17244121, 17244224, 17254121, 17924121) test answers and solutions? Browse our comprehensive collection of verified answers for 2024-2025 TECNOLOGIES PER A LES XARXES DE SENSORS, LA INTERNET DE LES COSES I LES CIUTATS INTEL·LIGENTS (17244121, 17244224, 17254121, 17924121) at campusvirtual.urv.cat.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

El terme SoC fa referència a:

0%
0%
0%
0%
View this question

Quina tecnologia

és la més adequada per connectar un sensor de glucosa adherit al cos amb un

smartphone?

0%
0%
0%
0%
View this question

El següent codi multiplataforma escrit en C està dissenyat per enviar la lectura d'un sensor a un node específic dins d'una xarxa. Per fer-ho, s'utilitza la funció sendData() que pertany a una llibreria pensada per enviar la informació entre els nodes de la xarxa. Aquesta funció té per arguments l'ID del node al qual van adreçades les dades, un punter a les dades i la seva longitud en bytes.

//Method to send the measurement of a sensor given the raw read value and the calibration constant.

// Arguments

//  sensor_measure: value of raw sensor measurment.

//  calibration_constant: value of a calibration constant

//  nodeID: network node to send the data

void sendSensorMeasurement(int32_t sensor_measure, int32_t calibration_constant, uint8_t nodeID )

{

    int32_t data = sensor_measure * calibration_constant;

    if (!sendData(nodeID, (uint8_t*) &data, sizeof(data))) // Send data method from some cross-platform library used to send data over a network

    {

        printf("Error, node is not reachable\n");

    }

}

Tenint en compte que es vol executar aquest tant en el processador AVR  de l'Arduino UNO com en ARM tria la resposta correcta:

0%
0%
0%
0%
View this question

El terme "ZigBee Cluster" fa referència a:

0%
0%
0%
0%
View this question

Per tal de llegir un sensor i enviar el seu valor de forma periòdica en una xarxa ZigBee podem recórrer a la programació basada en events de la plataforma EFR32 que consisteix en:

0%
0%
0%
0%
View this question

Podem considerar el chip que conté un Arduino (AVR) un SoC?

0%
0%
0%
0%
View this question

Què fa el següent codi d'Arduino?

int analogOutPin =

11;

byte outputValue =

0;        

void loop() {

 

 analogWrite(analogOutPin, outputValue);

 

 delay(10);

 

 outputValue++;

   }

0%
0%
0%
0%
View this question

Quin

és l'error de quantificació màxim si utilitzem un ADC de 10 bits, i tensió de

referència de 5V?

0%
0%
0%
0%
View this question

 Volem adquirir amb l’ADC de l’Arduino  un senyal d’amplitud molt dèbil. Per millorar

la relació senyal a soroll de quantificació, podem fer:

0%
0%
0%
0%
View this question

La tecnologia Sigfox...

0%
0%
0%
0%
View this question

Want instant access to all verified answers on campusvirtual.urv.cat?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!