SlideShare a Scribd company logo
INDEX
0. INTRODUCTION
1. ARDUINO
2. DRIVERS
3. FIRMWARE
4. RFID
5. PHISYCAL OBJECTS
6. SCRATCH
CONFIGURATION
CUSTOMIZATION
DEMOSTRATION
0. INTRODUCTION
OBJECTIVES:
DIGITAL INCLUSION
INCLUSIÓN
DIGITAL
DIGITAL
INCLUSION
INCLUSIÓN DIGITAL
APLICACIÓN MULTIMÉDIA ACCESIBLE
ACCESSIBLE MULTIMEDIA APPLICATION
e-Inclusion
APLICACIÓN MULTIMÉDIA ACCESIBLE
LINK
WE ATTEMPT TO INTEGRATE BLIND AND
VISUALLY IMPAIRED PEOPLE IN ...
...HOBBIES AND LEISURE ACTIVITIES SO THEY CAN PARTICIPATE
ON EQUAL TERMS WITH THE COMMUNITY MEMBERS
1. HARDWARE: ARDUINO + RFID
PLACA/BOARD
ARDUINO UNO
SONADOR/BUZZER
Necesario para personas con ceguera o baja visión.
Confirma que el lector RFID ha recibido información
Required for people with blindness or low vision.
Confirms that the RFID reader has received information
LECTOR/READER RDIF
PACK
PACK
Otras versiones de Hardware/Other versions of Hardware
Arduino + Xbee + RFID reader
2. ARDUINO + COMPUTER (DRIVERS)
ARDUINO ENVIRONMENT
WWW.ARDUINO.CC link
SOFTWARE
ARDUINO ENVIRONMENT
ARBUINO BOARD + DRIVERS
3. ARDUINO + SCRATCH (FIRMWARE )
LINK FIRMWARE ARDUINO
CITILAB HA DESARROLLADO S4A
NOSOTROS HEMOS MODIFICADO SU FIRWARE
S4A DEVELOPED BY CITILAB
WE HAVE MODIFIED YOUR FIRWARE
LINK FIRMWARE ARDUINO SACOSTA.ORG
ARDUINO.EXE > FIRMWARE > ARDUINO BOARD
ARDUINO.EXE
OPEN FIRMWARE
OPEN FIRMWARE
// Basado en ArduinoBoard de Rai and Mike McKenzie modificado por Francesc Galbany
//============================================================================
//#include <Wire.h>
char rfid[12];
int pos=0;
void ScratchBoardSensorReport(int sensor, int value)
{
Serial.write( B10000000
| ((sensor & B1111)<<3)
| ((value>>7) & B111));
Serial.write( value & B1111111);
}
void setup()
{
Serial.begin(9600);
pinMode(4, INPUT);
}
int map3a1(char a, char b, char c){
int val = 255*hexVal(a) + hexVal(b)*16 + hexVal(c);
return map(val, 0, 4095, 0, 1023); // Passem de 4k a 1k perdent precisi´
}
int hexVal(char c){
char ret = 0;
if((c >= '0') && (c <= '9')){
ret = c - '0';
}else if((c >= 'A') && (c <= 'F')){
ret = c - 'A' + 10;
}
return ret;
}
void loop()
{
//Si hi ha dades RFID...
if(Serial.available())
{
while(Serial.available()){
delay(10);
char c = (char)Serial.read();
if( ((int)c >= 48) && ((int)c <=70)){
rfid[pos]=c;
pos++;
}
if(pos == 12){
break;
}
}
//Cal comprovar que i==12
if(pos == 12){
pos = 0;
Serial.end();
Serial.begin(38400);
ScratchBoardSensorReport(0, map3a1(rfid[0],rfid[1],rfid[2]));
ScratchBoardSensorReport(1, map3a1(rfid[3],rfid[4],rfid[5]));
ScratchBoardSensorReport(2, map3a1(rfid[6],rfid[7],rfid[8]));
ScratchBoardSensorReport(3, map3a1(rfid[9],rfid[10],rfid[11]));
ScratchBoardSensorReport(4, 0);
ScratchBoardSensorReport(5, 0);
ScratchBoardSensorReport(6, 0);
ScratchBoardSensorReport(7, digitalRead(4)?1023:0);
tone(11,4000,200);
delay(1000);
ScratchBoardSensorReport(0, 0);
ScratchBoardSensorReport(1, 0);
ScratchBoardSensorReport(2, 0);
ScratchBoardSensorReport(3, 0);
delay(30);
Serial.end();
Serial.begin(9600);
}
}
// Let Scratch catch up with us
delay(30);
}
Radio-frequency identification (RFID)
is the wireless non-contact use of
radio-frequency electromagnetic
fields to transfer data, for the
purposes of automatically identifying
and tracking tags attached to objects.
4. RFID
RFID
RFID
Tags RFID
RFID
Tags RFID
ÚNICA / UNIQUE
RFID
Tags RFID
RFID
Tags RFID
PERROS
DOGS
RFID
Tags RFID
ADHESIVO
STICKER
RFID
Tags RFID
ROPA
CLOTHING
RFID
Tags RFID
ALMACÉN
STORE
5. PHISYCAL OBJECTS
MATERIALES/MATERIALS
TACTO, TEXTURA, SEGURIDAD, MEDIDA/FEEL, TEXTURE, SIZE, SAFETY
6. SCRATCH
PORT COM
SCRATCH BOARD
SENSING > SENSOR VALUE
SCRATCHBOARD
SCRATCHBOARD WATCHER
SEARCH PORT COM
CONTROL PANEL SYSTEM
DECIVE MANAGER
COM
SELECT USB PORT
SELECT USB PORT
RIGHT BUTTOM + SHIFT:
REPORT RAW DATA
VARIABLES
EASY CUSTOMIZATION
PHISYCAL OBJECT + TAG RFID
SCRATCHBOARD WATCHER
PHISYCAL OBJECT + TAG RFID
SCRATCHBOARD WATCHER
RELATIONSHIP BETWEEN
OBJECTS AND VARIABLES
RELATIONSHIP BETWEEN
OBJECTS AND VARIABLES
SCRATCH.MIT.EDU
LINK
CUSTOMIZATION EXAMPLE
GEOMETRIA
COMPARTIDA
SHARED
GEOMETRY
ACTIVITIES: BASIC SHAPES
ACTIVITIES: TRIANGLES
ACTIVITIES: QUADRILATERALS
ACTIVITIES: REGULARS POLYGONS
ACTIVITIES: DIFFICULTY LEVELS
ISOSCELES TRAPEZOID?
ACTIVITIES: DIFFICULTY LEVELS
HEPTAGON?
OTHERS KINDS OF INTERACTION
STICKERS ON KEYBOARD
TAGS WITH BRAILLE CODE
TAGS CARD
BRAILLE CODE
TAGS + BRAILLE CODE
INFORMATION ALWAYS IN AUDIO
COLORS
3 COLORS
GREEN RIGHT
RED ERROR
ORANGE INFORMATION
OK ERROR INFO
OK
ERROR MESAGE
ERROR MESAGE
INFORMATION
FORMAS GRANDES, COLORES CONTRASTADOS
LARGE SHAPES, CONTRASTING COLORS
WORDS / TEXTOS
TYPOGRAPHY ARIAL, SIZE LARGE, CAPITALS
TIPOGRAFIA ARIAL, MEDIDA GRANDE, MAYÚSCULAS
MENÚ / MENU
OPTIONS: PRESENTATION, IDENTIFY AND POINT
OPCIONES: IDENTIFICAR, SEÑALAR Y RECONOCER
MENÚ / MENU
OPTIONS: PRESENTATION, IDENTIFY AND POINT
OPCIONES: IDENTIFICAR, SEÑALAR Y RECONOCER
APLICATION / LEVEL 1 / BASIC SHAPES PRESENTATION
TRIANGLE SQUARE CIRCLE STAR
APLICATION / LEVEL 2 / INDENTIFY
+
=TRIANGLE
APLICATION / LEVEL 3 / PONT TO SHAPES
TRIANGLE ?
+
= OK
WEB
WWW.SACOSTA.ORG/RFID
www.sacosta.org/rfid (català)
www.rfid.org/rfid_castellano
Imatges i fotos: Jesús Arbués, Bea Cascante,
Banco Imágenes y Sonidos del ITE
GRACIAS
THANK YOU
DEMO

More Related Content

Viewers also liked

Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticasRealidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
Jesús Arbués García del Moral
 
Jornada Realidad Aumentada 2016 Presentación Taller Realidad Virtual Octubr...
Jornada Realidad Aumentada 2016  Presentación Taller Realidad Virtual  Octubr...Jornada Realidad Aumentada 2016  Presentación Taller Realidad Virtual  Octubr...
Jornada Realidad Aumentada 2016 Presentación Taller Realidad Virtual Octubr...
Jesús Arbués García del Moral
 
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y VirtualPonencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
Jesús Arbués García del Moral
 
AUMENTAME EDU 2016: Proyecto VIRTUSMAT
AUMENTAME EDU 2016: Proyecto VIRTUSMATAUMENTAME EDU 2016: Proyecto VIRTUSMAT
AUMENTAME EDU 2016: Proyecto VIRTUSMAT
G. Ibán de la Horra Villacé
 
Workshop Arduino + Scratch
Workshop Arduino + ScratchWorkshop Arduino + Scratch
Workshop Arduino + Scratch
Ana Carneirinho
 
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
Maria Garcia
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
Ahmed Sakr
 

Viewers also liked (7)

Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticasRealidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
Realidad Aumentada (RA) desde la Secundaria: Aplicaciones didácticas
 
Jornada Realidad Aumentada 2016 Presentación Taller Realidad Virtual Octubr...
Jornada Realidad Aumentada 2016  Presentación Taller Realidad Virtual  Octubr...Jornada Realidad Aumentada 2016  Presentación Taller Realidad Virtual  Octubr...
Jornada Realidad Aumentada 2016 Presentación Taller Realidad Virtual Octubr...
 
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y VirtualPonencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
Ponencia Realidades desde la Secundaria. Jornada Realidad Aumentada y Virtual
 
AUMENTAME EDU 2016: Proyecto VIRTUSMAT
AUMENTAME EDU 2016: Proyecto VIRTUSMATAUMENTAME EDU 2016: Proyecto VIRTUSMAT
AUMENTAME EDU 2016: Proyecto VIRTUSMAT
 
Workshop Arduino + Scratch
Workshop Arduino + ScratchWorkshop Arduino + Scratch
Workshop Arduino + Scratch
 
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
VISIBILIZACIÓN DE LOS OBJETOS DE LA ETNIA ZENÚ A TRAVÉS DE REALIDAD AUMENTADA
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 

Similar to SHARED GEOMETRY TANGIBLE DIGITAL ENVIRONMENT

Attendance system using MYSQL with Raspberry pi and RFID-RC522
Attendance system using MYSQL with Raspberry pi and RFID-RC522Attendance system using MYSQL with Raspberry pi and RFID-RC522
Attendance system using MYSQL with Raspberry pi and RFID-RC522
Sanjay Kumar
 
IoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3BIoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3B
Jingfeng Liu
 
Attendance System using ESP8266(Wi-Fi) with MySQL
Attendance System using ESP8266(Wi-Fi) with MySQLAttendance System using ESP8266(Wi-Fi) with MySQL
Attendance System using ESP8266(Wi-Fi) with MySQL
Sanjay Kumar
 
RFID Reader 125KHz USB Serial
RFID Reader 125KHz USB SerialRFID Reader 125KHz USB Serial
RFID Reader 125KHz USB Serial
Raghav Shetty
 
ARDUINO MOTION SENSOR
ARDUINO  MOTION SENSOR ARDUINO  MOTION SENSOR
ARDUINO MOTION SENSOR
AhamdReshadAmirbaeg
 
Walk in store simulation
Walk in store  simulationWalk in store  simulation
Walk in store simulation
Aditya Negi
 
A Novel RFID Readers Employee Management System
A Novel RFID Readers Employee Management SystemA Novel RFID Readers Employee Management System
A Novel RFID Readers Employee Management System
IJMTST Journal
 
Dolphin rfid laptop tracking with secure gate app latest
Dolphin rfid   laptop tracking with secure gate app latestDolphin rfid   laptop tracking with secure gate app latest
Dolphin rfid laptop tracking with secure gate app latest
nipunmalhotra1971
 
Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016
Svet Ivantchev
 
Gvm project report g95
Gvm project report g95Gvm project report g95
Gvm project report g95
G0VIND G0URAV
 
Project ACRN expose and pass through platform hidden PCIe devices to SOS
Project ACRN expose and pass through platform hidden PCIe devices to SOSProject ACRN expose and pass through platform hidden PCIe devices to SOS
Project ACRN expose and pass through platform hidden PCIe devices to SOS
Project ACRN
 
Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)
raviteja srinivasula
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing system
laharipothula
 
Bare metal Javascript & GPIO programming in Linux
Bare metal Javascript & GPIO programming in LinuxBare metal Javascript & GPIO programming in Linux
Bare metal Javascript & GPIO programming in Linux
Alexander Vanwynsberghe
 
VLSI Implementation of CORDIC Based Robot Navigation Processor
VLSI Implementation of CORDIC Based Robot Navigation ProcessorVLSI Implementation of CORDIC Based Robot Navigation Processor
VLSI Implementation of CORDIC Based Robot Navigation Processor
IRJET Journal
 
Near Field Communication on Raspberry Pi
Near Field Communication on Raspberry PiNear Field Communication on Raspberry Pi
Near Field Communication on Raspberry Pi
IRJET Journal
 
FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
 FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
FIWARE
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningRoad to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine Learning
Andri Yadi
 
Pentest iot - SDR
Pentest iot - SDRPentest iot - SDR
Pentest iot - SDR
Aries Syamsuddin
 
Radio Frequency Identification (RFID)
Radio Frequency Identification (RFID)Radio Frequency Identification (RFID)
Radio Frequency Identification (RFID)
Liz Sims
 

Similar to SHARED GEOMETRY TANGIBLE DIGITAL ENVIRONMENT (20)

Attendance system using MYSQL with Raspberry pi and RFID-RC522
Attendance system using MYSQL with Raspberry pi and RFID-RC522Attendance system using MYSQL with Raspberry pi and RFID-RC522
Attendance system using MYSQL with Raspberry pi and RFID-RC522
 
IoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3BIoT with openHAB on pcDuino3B
IoT with openHAB on pcDuino3B
 
Attendance System using ESP8266(Wi-Fi) with MySQL
Attendance System using ESP8266(Wi-Fi) with MySQLAttendance System using ESP8266(Wi-Fi) with MySQL
Attendance System using ESP8266(Wi-Fi) with MySQL
 
RFID Reader 125KHz USB Serial
RFID Reader 125KHz USB SerialRFID Reader 125KHz USB Serial
RFID Reader 125KHz USB Serial
 
ARDUINO MOTION SENSOR
ARDUINO  MOTION SENSOR ARDUINO  MOTION SENSOR
ARDUINO MOTION SENSOR
 
Walk in store simulation
Walk in store  simulationWalk in store  simulation
Walk in store simulation
 
A Novel RFID Readers Employee Management System
A Novel RFID Readers Employee Management SystemA Novel RFID Readers Employee Management System
A Novel RFID Readers Employee Management System
 
Dolphin rfid laptop tracking with secure gate app latest
Dolphin rfid   laptop tracking with secure gate app latestDolphin rfid   laptop tracking with secure gate app latest
Dolphin rfid laptop tracking with secure gate app latest
 
Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016
 
Gvm project report g95
Gvm project report g95Gvm project report g95
Gvm project report g95
 
Project ACRN expose and pass through platform hidden PCIe devices to SOS
Project ACRN expose and pass through platform hidden PCIe devices to SOSProject ACRN expose and pass through platform hidden PCIe devices to SOS
Project ACRN expose and pass through platform hidden PCIe devices to SOS
 
Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing system
 
Bare metal Javascript & GPIO programming in Linux
Bare metal Javascript & GPIO programming in LinuxBare metal Javascript & GPIO programming in Linux
Bare metal Javascript & GPIO programming in Linux
 
VLSI Implementation of CORDIC Based Robot Navigation Processor
VLSI Implementation of CORDIC Based Robot Navigation ProcessorVLSI Implementation of CORDIC Based Robot Navigation Processor
VLSI Implementation of CORDIC Based Robot Navigation Processor
 
Near Field Communication on Raspberry Pi
Near Field Communication on Raspberry PiNear Field Communication on Raspberry Pi
Near Field Communication on Raspberry Pi
 
FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
 FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
FIWARE Developers Week_FIWARE IoT: Beginner's tutorial_conference
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningRoad to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine Learning
 
Pentest iot - SDR
Pentest iot - SDRPentest iot - SDR
Pentest iot - SDR
 
Radio Frequency Identification (RFID)
Radio Frequency Identification (RFID)Radio Frequency Identification (RFID)
Radio Frequency Identification (RFID)
 

Recently uploaded

Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
ZK on Polkadot zero knowledge proofs - sub0.pptx
ZK on Polkadot zero knowledge proofs - sub0.pptxZK on Polkadot zero knowledge proofs - sub0.pptx
ZK on Polkadot zero knowledge proofs - sub0.pptx
dot55audits
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
S. Raj Kumar
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
BoudhayanBhattachari
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
ssuser13ffe4
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 

Recently uploaded (20)

Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
ZK on Polkadot zero knowledge proofs - sub0.pptx
ZK on Polkadot zero knowledge proofs - sub0.pptxZK on Polkadot zero knowledge proofs - sub0.pptx
ZK on Polkadot zero knowledge proofs - sub0.pptx
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 

SHARED GEOMETRY TANGIBLE DIGITAL ENVIRONMENT