-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π adds order form and fixes pages
- Loading branch information
Showing
6 changed files
with
62 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# π Order Form | ||
Looking to acquire an Astraeus-I board? Explore the options listed below and complete the form to express your interest. | ||
To ensure functionality, selecting a CPU is mandatory, while opting for an XBEE radio module is discretionary | ||
(note: the board can operate without a radio module). Rest assured, the board will be equipped with all other essential sensors. | ||
|
||
|
||
| Category | Item | Price | | ||
|-------------------|----------------------------------------|------------| | ||
| Board Price | Astraeus-I | **$70.00** | | ||
| CPU Prices | [LPC4078](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc4000-arm-cortex-m4/32-bit-arm-cortex-m4-mcu-up-to-512-kb-flash-96-kb-sram-usb-device-host-otg-ethernet-emc-spifi:LPC4078FET180) **(recommended)** | **$25.00** | | ||
| | [STM32F103RC](https://www.st.com/en/microcontrollers-microprocessors/stm32f103rc.html) (still being developed) | **$12.00** | | ||
| XBEE Prices | [Lower end](https://www.digikey.com/en/products/detail/digi/XBRR-24Z8US/16916111) (up to 3200 meters or 2 miles)| **$38.25**| | ||
| | [Middle end](https://www.digikey.com/en/products/detail/digi/XB9X-DMUS-001/5972742) (up to 14.5km or 9 miles) | **$48.07** | | ||
| | [High end](https://www.digikey.com/en/products/detail/digi/XBP9X-DMUS-001/5972744?WT.z_cid=ref_neda_dkc_buynow_digiintl&utm_source=ecia&utm_medium=aggregator&utm_campaign=digiintl ) (up to 105km or 65 miles) | **$112.59**| | ||
|
||
<a href="https://forms.gle/EEbP9Q2z8U36ZmDHA" target="_blank">πAsreaus-I Interest Formπ</a> | ||
|
||
!!! question | ||
Have a question? Ask it on our [Discord](https://discord.gg/7H8FzkXEgZ) server! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
document.addEventListener("DOMContentLoaded", function() { | ||
var navItem = [...document.querySelectorAll('.md-tabs__item')].find(item => item.textContent.includes('Order Form')); | ||
if (navItem) navItem.classList.add('right-align'); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters