データシートサーチシステム
  Japanese  ▼
ALLDATASHEET.JP

X  

SI7013EVB-UDP-F960 データシート(PDF) 6 Page - Silicon Laboratories

部品番号 SI7013EVB-UDP-F960
部品情報  Si7013EVB-UDP/Si7013EVB-UDP-F960 Users Guide
Download  24 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
メーカー  SILABS [Silicon Laboratories]
ホームページ  http://www.silabs.com
Logo SILABS - Silicon Laboratories

SI7013EVB-UDP-F960 データシート(HTML) 6 Page - Silicon Laboratories

Back Button SI7013EVB-UDP-F960 Datasheet HTML 2Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 3Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 4Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 5Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 6Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 7Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 8Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 9Page - Silicon Laboratories SI7013EVB-UDP-F960 Datasheet HTML 10Page - Silicon Laboratories Next Button
Zoom Inzoom in Zoom Outzoom out
 6 / 24 page
background image
Si7013EVB-UDP Si7013EVB-UDP-F960
6
Rev. 0.2
6. Double-click on the “Install_Si70xx.bat” file in the project folder. This opens a command window and
downloads the pre-built image file (UDP_Demo_Si70xx.hex) to the MCU card.
7. If the command window says “Could not connect with the board. Unknown device.,” then the MCU may be
in sleep mode. The flash utility cannot talk to the MCU while it is sleeping. You must pause the MCU before
running the batch file. Turn off the MCU board (VBAT SEL to UDP), press and hold SW4, and then turn on
the MCU board (VBAT SEL to VREG). The LCD displays “PAUSED”. While continuing to hold SW4,
double-click on the “Install_Si70xx.bat” file. When the command window says “Press any key to continue”,
then release SW4.
8. The download is complete when the command window says “Press any key to continue”. Press any key to
close the command window.
The demo software displays temperature and humidity on the LCD. The LCD is updated twice a second with new
temperature and humidity readings. If you prefer the temperature to be displayed in Fahrenheit, then press the
SW1 button.
The demo software is now installed on the MCU card and the USB Debug Adapter is no longer needed. Disconnect
the USB Debug Adapter from the debug connector on the MCU card.
3.1.2. Source Code for the Demo Software
The source code for the demo software consists of eight components:
Main
Sensor
Power Management
Real Time Clock
Tick Counter
Port Match
LCD Driver
I2C Driver
3.1.2.1. Main
The Main component is the entry point for the demo software and it calls routines in the other components to
implement the application.
The Main component is implemented in a single file:
Main.c
The demo software is written to have the longest battery life possible. The demo software uses the internal
low-power oscillator and it puts the MCU into the lowest power mode (sleep) between sensor reads.
The main() routine begins by initializing the MCU and the other components. It then configures a real time clock
(RTC) alarm to wake up the MCU twice a second. The Power Manager is configured to wake up when an RTC
alarm occurs or when a port match occurs.
The main() routine then enters an infinite loop where it alternates between sleeping the MCU, and reading and
displaying the temperature and humidity.
3.1.2.2. Sensor
The Sensor component provides routines for reading temperature and humidity from an Si7013 device and is
implemented in a single file: Sensor_Si70xx.c
The Sensor component provides the following routines: Sensor_ReadTemperature(), Sensor_ReadThermistor(),
and Sensor_ReadHumidity(). These routines call the Sensor_Measure() routine to take a measurement and return
the value from the Si7013’s data register. The Sensor_ReadTemperature() and Sensor_ReadThermistor() routines
convert the returned value to deci-degrees Celsius. The Sensor_ReadHumidity() routine converts the returned
value to deci-percent relative humidity.
The Sensor component also provides the Sensor_Sleep() and Sensor_WakeUp() routines. These routines are not
needed by the Si7013 because the Si7013 automatically sleeps between commands.
The demo software does not use floating point numbers because the floating point library is large and slow. The


同様の部品番号 - SI7013EVB-UDP-F960

メーカー部品番号データシート部品情報
logo
Silicon Laboratories
SI7013EVB-UDP-M3L1 SILABS-SI7013EVB-UDP-M3L1 Datasheet
1Mb / 26P
   Si7013EVB-UDP-M3L1 Users Guide
More results

同様の説明 - SI7013EVB-UDP-F960

メーカー部品番号データシート部品情報
logo
Silicon Laboratories
SI7013EVB-UDP-M3L1 SILABS-SI7013EVB-UDP-M3L1 Datasheet
1Mb / 26P
   Si7013EVB-UDP-M3L1 Users Guide
C8051F850-DK-UG SILABS-C8051F850-DK-UG_14 Datasheet
1Mb / 40P
   UDP C8051F850 MCU CARD USER
C8051F850-DK-UG SILABS-C8051F850-DK-UG Datasheet
1Mb / 36P
   UDP C8051F850 MCU CARD USER?셎 GUIDE FOR C8051F85X/86X MCUS
UPIO-M3U1XX SILABS-UPIO-M3U1XX Datasheet
768Kb / 28P
   The Unified Development Platform (UDP) provides a development
C8051F850DK-QS SILABS-C8051F850DK-QS Datasheet
775Kb / 2P
   C8051F85X/86X MCU DEVELOPMENT KIT QUICK-START GUIDE FEATURING THE UNIFIED DEVELOPMENT PLATFORM (UDP)
logo
M/A-COM Technology Solu...
28960-SWG-001-A MA-COM-28960-SWG-001-A Datasheet
866Kb / 105P
   Software Users Guide
logo
Texas Instruments
DRV411EVM TI1-DRV411EVM Datasheet
574Kb / 13P
[Old version datasheet]   DRV411EVM Users Guide
RF430FRL152HEVM TI-RF430FRL152HEVM Datasheet
2Mb / 40P
[Old version datasheet]   RF430FRL152HEVM Users Guide
Revised July 2018
logo
M/A-COM Technology Solu...
28960-SWG-001-A MA-COM-28960-SWG-001-A_15 Datasheet
866Kb / 105P
   Software Users Guide
logo
Texas Instruments
LM60440AQEVM TI-LM60440AQEVM Datasheet
1Mb / 14P
[Old version datasheet]   LM60440AQEVM Users Guide
February 2020
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


データシート ダウンロード

Go To PDF Page


リンク URL




プライバシーポリシー
ALLDATASHEET.JP
ALLDATASHEETはお客様のビジネスに役立ちますか?  [ DONATE ] 

Alldatasheetは   |   広告   |   お問い合わせ   |   プライバシーポリシー   |   リンク交換   |   メーカーリスト
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com