├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── doc ├── images │ ├── open-source-hardware-logo.png │ └── open-source-software-logo.png └── screen-01.png ├── firmware └── esp8266-radio-box │ ├── .gitignore │ ├── data │ ├── app.css │ ├── app.js │ └── index.html │ ├── platformio.ini │ └── src │ ├── logger.h │ ├── main.cpp │ ├── main.h │ ├── radiostate.cpp │ ├── radiostate.h │ ├── savedstate.cpp │ ├── savedstate.h │ ├── statusled.cpp │ ├── statusled.h │ ├── tftdisplay.cpp │ ├── tftdisplay.h │ ├── webserver.cpp │ └── webserver.h └── hardware ├── Rev A ├── board-look.jpg ├── board-schematics.png ├── board-traces.png ├── main-board.pdf └── main-pcb.pdf ├── Rev B ├── 2205-radiobox-pcb.pdf ├── 2205-radiobox-schematic.pdf └── Gerber_2205-radiobox │ ├── Drill_NPTH_Through.DRL │ ├── Drill_PTH_Through.DRL │ ├── Gerber_BoardOutlineLayer.GKO │ ├── Gerber_BottomLayer.GBL │ ├── Gerber_BottomPasteMaskLayer.GBP │ ├── Gerber_BottomSilkscreenLayer.GBO │ ├── Gerber_BottomSolderMaskLayer.GBS │ ├── Gerber_TopLayer.GTL │ ├── Gerber_TopPasteMaskLayer.GTP │ ├── Gerber_TopSilkscreenLayer.GTO │ └── Gerber_TopSolderMaskLayer.GTS └── Rev D ├── 2211-radiobox-d-pcb.pdf └── 2212-radiobox-d-schematic.pdf /.github/workflows/build.yml: -------------------------------------------------------------------------------- 1 | name: PlatformIO CI 2 | 3 | on: [ push, pull_request, workflow_dispatch ] 4 | 5 | jobs: 6 | build: 7 | 8 | runs-on: ubuntu-latest 9 | 10 | steps: 11 | - uses: actions/checkout@v2 12 | - name: Cache pip 13 | uses: actions/cache@v2 14 | with: 15 | path: ~/.cache/pip 16 | key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} 17 | restore-keys: | 18 | ${{ runner.os }}-pip- 19 | 20 | - name: Cache PlatformIO 21 | uses: actions/cache@v2 22 | with: 23 | path: ~/.platformio 24 | key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} 25 | 26 | - name: Set up Python 27 | uses: actions/setup-python@v2 28 | 29 | - name: Install PlatformIO 30 | run: | 31 | python -m pip install --upgrade pip 32 | pip install --upgrade platformio 33 | 34 | - name: Build esp8266-radio-box 35 | working-directory: ./firmware/esp8266-radio-box 36 | run: pio run -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode 3 | out/ 4 | stacktrace -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "firmware/esp-space-invaders"] 2 | path = firmware/esp-space-invaders 3 | url = https://github.com/anabolyc/esp-space-invaders 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ESP8266 Radio Box 2 | 3 | ![Open Source Hardware](/doc/images/open-source-hardware-logo.png) 4 | ![Open Source Software](/doc/images/open-source-software-logo.png) 5 | 6 | Use TEA5767/RDA5807M FM radio module in combination with ESP8266 self hosted web interface. Project includes both hardware and software components and shared via GPLv3 permissive license. 7 | 8 | Starting from revision D (2023) it comes as DIY Kit and grows 3 physical buttons, that allowed to run Space Invader true emulator on it. 9 | 10 | ![image](https://user-images.githubusercontent.com/5459747/214685956-d5c3f962-b8ec-4ed5-90bf-77e3bc769e12.png) 11 | 12 | ## Key features 13 | 14 | - WifiManager with built-in captive portal for the first time Wifi configuration 15 | - Built-in web server for mobile app like site hosting 16 | - Websockets server for client-server communication 17 | - Onboard RGB LED for status indication (Rev B only) 18 | - Onboard 240x240 px TFT screen to use offline 19 | - Built-in CH340 Serial-bridge for one-click firmware upload 20 | - 3 physical buttons (Rev D) 21 | - Onboard dual AAA battery socket with voltage boost converter 22 | - Space Invaders true emulation 23 | 24 | ## Motivation 25 | 26 | * Want to create web-interface for FM radio module which is 27 | * good looking 28 | * mobile friendly 29 | * self-hosted 30 | * Later on planned also offline use, thus TFT screen 31 | * Had much fun assemblig it, so why not make it DIY kit 32 | 33 | ## General structure 34 | 35 | Radio module code based on good work of [Matthias Hertel](https://github.com/mathertel/Radio). 36 | I added support for both RDA5807 and TEA5767 modules, however RDA5807 seems to be better choice 37 | * it has higher output power, so you can connect headphones directly 38 | * it has hardware volume control, RDS, bass boost, mute and few more, TEA5767 has none of those 39 | * TEA5767 seems to has better perception than RDA5807, but with a good signal doesn't make a big difference 40 | 41 | ## Space Invaders 42 | 43 | Emulation software ported from great [repo](https://github.com/jscrane/invaders) created by [jscrane](https://github.com/jscrane/invaders) 44 | I added keypad support (interrup based click routines, timer based long-press detection), therefore you can control it using 3 buttons. Single click gives standard "Left", "Fire", "Right" actions. Long press corresponds to "Player 1 start", "Insert Coin" and "Pause" actions. 45 | 46 | ## How to build and flash 47 | 48 | 1. Install [Platformio[(https://platformio.org/) IDE (vscode with plugin at the moment of writing) 49 | 1. Clone project with submodules `git clone --recurse-submodules https://github.com/anabolyc/esp8266-radio-box` 50 | 1. Open either [esp8266-radio-box](/firmware/esp8266-radio-box) or [esp-space-invaders](/firmware/esp-space-invaders) project in the [vscode](https://github.com/Microsoft/vscode) and build using `Build` command. Use `RadioBox-B` or `RadioBox-D` environment depending on the board revision. 51 | 1. Use `Upload Filesystem Image` task to build and upload app files used by webserver 52 | 1. Use `Upload` or `Upload and Monitor` command to flash firmware onto device. 53 | 1. RadioBox firmware uses [WiFiManager](https://github.com/tzapu/WiFiManager) for wifi configuration. First time device will not find known WiFi nework and will start its own named ESP-XXXXXX, with ChipId suffix. Connect to that network, you will be redirected to captive portal and prompted for Wifi credentials. From this moment forward device will connect to known network automatically. 54 | 1. Now enter http://device-ip or http://ESP-XXXXXX.lan adress to control Radio via app. 55 | ![Home screen](doc/screen-01.png) 56 | 57 | ## How to debug web app 58 | 59 | To debug web-interface directly in IDE (no need to upload each change to ESP) 60 | 1. run `start debug web-server` task in vscode. It assumes you have [docker](https://www.docker.com/) installed. It will start light http server on 8080 port. 61 | 2. Find this line 62 | ``` 63 | var NODE_IP = "192.168.0.36"; 64 | ``` 65 | and change to your device IP. So app is hosted on your PC now, but will talk to actual ESP via WebSockets as a backend. 66 | 3. Acces ap at http://localhost:8080, 67 | 68 | ## Hardware 69 | 70 | Design files can be found in [hardware](/hardware) section. 71 | 72 | ## Kit contents 73 | 74 | ![image](https://user-images.githubusercontent.com/5459747/214706761-bfee4459-158b-4ade-a417-f8f5f57f95f4.png) 75 | 76 | ## Assemble instructions 77 | 78 | Please check on the [project page](https://hackaday.io/project/189326-space-invaders-radio-diy-kit) 79 | 80 | ## Look 81 | 82 | ### Revision D 83 | 84 | ![image](https://user-images.githubusercontent.com/5459747/214688065-1704ec10-8a5e-4fcc-b0f5-1c80b6787a47.png) 85 | 86 | ### Revision B 87 | 88 | ![image](https://user-images.githubusercontent.com/5459747/176870306-7f4cc492-df85-44ec-9982-0e9591fa8682.png) 89 | 90 | ## Where to buy 91 | 92 | You can support my by buying kit on [Tindie](https://www.tindie.com/products/sonocotta/esp8266-radio-box/) 93 | -------------------------------------------------------------------------------- /doc/images/open-source-hardware-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/doc/images/open-source-hardware-logo.png -------------------------------------------------------------------------------- /doc/images/open-source-software-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/doc/images/open-source-software-logo.png -------------------------------------------------------------------------------- /doc/screen-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/doc/screen-01.png -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode/.browse.c_cpp.db* 3 | .vscode/c_cpp_properties.json 4 | .vscode/launch.json 5 | .vscode/ipch 6 | -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/data/app.css: -------------------------------------------------------------------------------- 1 | * { 2 | font-family: 'Roboto Mono', monospace; 3 | } 4 | 5 | .app-offline { 6 | color: #aaa; 7 | } 8 | 9 | .app-off { 10 | color: #aaa; 11 | } 12 | 13 | html, body { 14 | height: 100%; 15 | margin: 0; 16 | padding: 0; 17 | 18 | } 19 | 20 | *, button { 21 | outline-offset: 0px !important; 22 | outline-style: none; 23 | outline-width: 0px !important; 24 | } 25 | 26 | .power-switch { 27 | margin-top: 20px; 28 | } 29 | 30 | .volume-slider { 31 | padding-top: 5px 32 | } 33 | 34 | .row-header { 35 | height: 5vh; 36 | } 37 | 38 | .row-band { 39 | padding-top: 10em; 40 | height: 50vh; 41 | font-weight: 800; 42 | } 43 | 44 | .div-freq { 45 | font-size: 500%; 46 | } 47 | 48 | .div-band, .div-unit { 49 | padding-top: 3em; 50 | } 51 | 52 | .row-rds { 53 | height: 5vh; 54 | } 55 | 56 | .row-title { 57 | height: 5vh; 58 | font-size: 175%; 59 | font-weight: 800; 60 | } 61 | 62 | .row-arrows { 63 | height: 15vh; 64 | font-size: 3em; 65 | } 66 | 67 | .row-switches { 68 | height: 10vh; 69 | font-size: 75%; 70 | font-weight: 800; 71 | } 72 | 73 | .row-volume { 74 | height: 10vh; 75 | padding-top: 2em; 76 | } 77 | 78 | /* SWITCH 79 | ---------------------------*/ 80 | 81 | /* The switch - the box around the slider */ 82 | .switch { 83 | position: relative; 84 | display: inline-block; 85 | width: 60px; 86 | height: 34px; 87 | } 88 | 89 | /* Hide default HTML checkbox */ 90 | .switch input { 91 | display: none; 92 | } 93 | 94 | /* The slider */ 95 | .slider { 96 | position: absolute; 97 | cursor: pointer; 98 | top: 0; 99 | left: 0; 100 | right: 0; 101 | bottom: 0; 102 | background-color: #ccc; 103 | -webkit-transition: .4s; 104 | transition: .4s; 105 | } 106 | 107 | .slider:before { 108 | position: absolute; 109 | content: ""; 110 | height: 26px; 111 | width: 26px; 112 | left: 4px; 113 | bottom: 4px; 114 | background-color: white; 115 | -webkit-transition: .4s; 116 | transition: .4s; 117 | } 118 | 119 | input:checked + .slider { 120 | background-color: #2196F3; 121 | } 122 | 123 | input:disabled + .slider { 124 | background-color: #aaa; 125 | } 126 | 127 | input:focus + .slider { 128 | box-shadow: 0 0 1px #2196F3; 129 | } 130 | 131 | input:checked + .slider:before { 132 | -webkit-transform: translateX(26px); 133 | -ms-transform: translateX(26px); 134 | transform: translateX(26px); 135 | } 136 | 137 | /* Rounded sliders */ 138 | .slider.round { 139 | border-radius: 34px; 140 | } 141 | 142 | .slider.round:before { 143 | border-radius: 50%; 144 | } 145 | 146 | /* VOLUME SLIDER 147 | ---------------------------*/ 148 | 149 | .range-slider { 150 | width: 100%; 151 | } 152 | 153 | .range-slider__range { 154 | -webkit-appearance: none; 155 | width: calc(100% - (73px)); 156 | height: 10px; 157 | border-radius: 5px; 158 | background: #d7dcdf; 159 | outline: none; 160 | padding: 0; 161 | margin: 0; 162 | } 163 | .range-slider__range::-webkit-slider-thumb { 164 | -webkit-appearance: none; 165 | appearance: none; 166 | width: 20px; 167 | height: 20px; 168 | border-radius: 50%; 169 | background: #2c3e50; 170 | cursor: pointer; 171 | -webkit-transition: background .15s ease-in-out; 172 | transition: background .15s ease-in-out; 173 | } 174 | 175 | .range-slider__range::-webkit-slider-thumb:hover { 176 | background: #1abc9c; 177 | } 178 | 179 | .range-slider__range:active::-webkit-slider-thumb { 180 | background: #1abc9c; 181 | } 182 | 183 | .range-slider__range::-moz-range-thumb { 184 | width: 20px; 185 | height: 20px; 186 | border: 0; 187 | border-radius: 50%; 188 | background: #2c3e50; 189 | cursor: pointer; 190 | -webkit-transition: background .15s ease-in-out; 191 | transition: background .15s ease-in-out; 192 | } 193 | 194 | .range-slider__range::-moz-range-thumb:hover { 195 | background: #1abc9c; 196 | } 197 | 198 | .range-slider__range:active::-moz-range-thumb { 199 | background: #1abc9c; 200 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/data/app.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | var app = angular.module("default-app", []); 3 | app.controller("radio-controller", ['$q', '$http', '$scope', function($q, $http, $scope) { 4 | 5 | var NODE_IP = "192.168.0.36"; 6 | 7 | var self = $scope; 8 | 9 | self.config = { 10 | title: "Radio Box", 11 | bands: [{ 12 | id : 2, 13 | name: "FM", 14 | mlt: 100, 15 | step: 10, 16 | precision: 1, 17 | unit: "MHz" 18 | }], 19 | host: location.host == "localhost:8080" ? NODE_IP : location.host 20 | }; 21 | 22 | self.capabilities = { 23 | volume: true, 24 | bass: true 25 | }; 26 | 27 | self.state = { 28 | power: true, 29 | bassBoost: true, 30 | stereo: false, 31 | volume: { 32 | value: 0, 33 | stored: 0 34 | }, 35 | station: { 36 | freq: 0, 37 | title: "---", 38 | rds: "---" 39 | }, 40 | band: self.config.bands[0] 41 | }; 42 | 43 | 44 | self.app = { 45 | connected: false, 46 | websocket: null 47 | }; 48 | 49 | self.togglePower = function() { 50 | if (!self.app.connected) 51 | return console.log("offline :-("); 52 | console.log("togglePower:", self.state.power); 53 | self.app.websocket.send(JSON.stringify({ 54 | "name": "power", 55 | "value": self.state.power 56 | })); 57 | }; 58 | 59 | self.toggleBand = function() { 60 | if (!self.app.connected || !self.state.power) 61 | return console.log("offline :-("); 62 | var bandIndex = (self.config.bands.indexOf(self.state.band) + 1) % self.config.bands.length; 63 | self.state.band = self.config.bands[bandIndex]; 64 | console.log("toggleBand:", self.state.band); 65 | self.app.websocket.send(JSON.stringify( 66 | { 67 | "name": "band", 68 | "value": self.state.band.id 69 | } 70 | )); 71 | }; 72 | 73 | self.moveStation = function(x) { 74 | if (!self.app.connected) 75 | return console.log("offline :-("); 76 | console.log("moveStation:", x); 77 | self.app.websocket.send(JSON.stringify( 78 | { 79 | "name": x == 1 ? "seek_up" : "seek_down", 80 | "value": null 81 | } 82 | )); 83 | }; 84 | 85 | self.moveStep = function(x) { 86 | if (!self.app.connected || !self.state.power) 87 | return console.log("offline :-("); 88 | self.state.station.freq += x * self.state.band.step; 89 | var k = Math.pow(10, self.state.band.precision); 90 | self.state.station.freq = Math.round(self.state.station.freq / k) * k; 91 | console.log("moveStep:", self.state.station.freq); 92 | self.app.websocket.send(JSON.stringify({ 93 | "name": "freq", 94 | "value": self.state.station.freq 95 | })); 96 | }; 97 | 98 | self.toggleStereo = function() { 99 | console.log("toggleStereo:", self.state.stereo); 100 | if (!self.app.connected) 101 | return console.log("offline :-("); 102 | self.app.websocket.send(JSON.stringify( 103 | { 104 | "name": "mono", 105 | "value": !self.state.stereo 106 | } 107 | )); 108 | }; 109 | 110 | self.toggleBass = function() { 111 | console.log("toggleBass:", self.state.bassBoost); 112 | if (!self.app.connected) 113 | return console.log("offline :-("); 114 | self.app.websocket.send(JSON.stringify( 115 | { 116 | "name": "bass_boost", 117 | "value": self.state.bassBoost 118 | } 119 | )); 120 | }; 121 | 122 | self.changeVolume = function(value) { 123 | value = typeof(value) == "undefined" ? self.state.volume.value : value; 124 | console.log("changeVolume:", value); 125 | if (!self.app.connected) 126 | return console.log("offline :-("); 127 | self.app.websocket.send(JSON.stringify( 128 | { 129 | "name": "volume", 130 | "value": value 131 | } 132 | )); 133 | }; 134 | 135 | var connect = function(callback) { 136 | var socket = new WebSocket("ws://" + self.config.host + ":81"); 137 | socket.onopen = function() { 138 | console.log('WS conn'); 139 | self.app.connected = true; 140 | $scope.$apply(); 141 | if (callback) 142 | callback(); 143 | }; 144 | 145 | socket.onclose = function(event) { 146 | console.log("WS conn closed", event); 147 | self.app.connected = false; 148 | //if (event.wasClean) 149 | $scope.$apply(); 150 | connect(); 151 | }; 152 | 153 | socket.onmessage = function(event) { 154 | var data = JSON.parse(event.data); 155 | switch (data.type) { 156 | case "state": 157 | self.state.stereo = !data.mono; 158 | if (self.capabilities.volume) 159 | self.state.volume.value = data.volume; 160 | self.state.station.freq = data.freq; 161 | self.state.bassBoost = data.bass; 162 | var matchingBands = self.config.bands.filter(function(b) { return b.id == data.band; }); 163 | self.state.band = matchingBands.length > 0 ? matchingBands.pop() : self.config.bands[0]; 164 | break; 165 | case "capabilities": 166 | self.capabilities = data; 167 | break; 168 | } 169 | 170 | $scope.$apply(); 171 | //console.log("WS data", data, self.state); 172 | }; 173 | 174 | socket.onerror = function(error) { 175 | console.log("WS error", error); 176 | }; 177 | 178 | self.app.websocket = socket; 179 | }; 180 | 181 | (function() { 182 | connect(function() { 183 | console.log("webSocket connected!"); 184 | }); 185 | })(); 186 | 187 | }]); 188 | })(jQuery); 189 | -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/data/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Radio Box 10 | 11 | 12 | 13 | 14 | 15 |
19 |
20 |
21 |

{{config.title}}

22 |
23 |
24 | 32 |
33 |
34 |
35 |
36 | {{state.band.name}} 37 |
38 |
39 | {{state.station.freq / state.band.mlt | number:state.band.precision }} 40 |
41 |
42 | {{state.band.unit}} 43 |
44 |
45 |
46 |
47 | {{state.station.title}} 48 |
49 |
50 |
51 |
52 | {{capabilities.rds ? state.station.rds : " "}} 53 |
54 |
55 |
56 |
57 | 58 |
59 |
60 | 61 |
62 |
63 |
64 | 65 |
66 |
67 | 68 |
69 |
70 |
71 |
72 | 80 | Stereo 81 |
82 |
83 |
84 | 92 | Bass Boost 93 |
94 |
95 |
96 |
97 | 98 |
99 |
100 |
101 | 106 |
107 |
108 |
109 |
110 | 111 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/platformio.ini: -------------------------------------------------------------------------------- 1 | [env] 2 | platform = espressif8266 3 | framework = arduino 4 | upload_speed = 460800 5 | monitor_speed = 115200 6 | monitor_filters = esp8266_exception_decoder 7 | build_unflags = -Wregister 8 | lib_deps = 9 | Wire 10 | Hash 11 | ArduinoJson 12 | https://github.com/tzapu/WiFiManager 13 | links2004/WebSockets @ ^2.3.7 14 | mathertel/Radio @ ^2.0.0 15 | bodmer/TFT_eSPI @ ^2.3.70 16 | build_flags = 17 | -D DEBUG=0 # 0 - no debug, 1 - minimum, 2 - maximum 18 | -D SERIAL_BAUD=115200 19 | -D USER_SETUP_LOADED 20 | -D LOAD_GLCD 21 | -D LOAD_FONT2 22 | -D LOAD_FONT4 23 | -D LOAD_FONT7 24 | -D LOAD_FONT8 25 | -D SMOOTH_FONT 26 | -D PIN_SDA=4 27 | -D PIN_SCL=5 28 | -D ST7789_DRIVER 29 | -D TFT_WIDTH=240 30 | -D TFT_HEIGHT=240 31 | -D TFT_DC=0 32 | -D TFT_CS=-1 33 | -D TFT_RST=16 34 | -D TFT_BL=-1 35 | -D TFT_ROTATION=2 36 | 37 | ; [env:RadioBox-B-tea5767] 38 | ; board = esp12e 39 | ; lib_deps = 40 | ; ${env.lib_deps} 41 | ; fastled/FastLED @ ^3.5.0 42 | ; build_flags = 43 | ; ${env.build_flags} 44 | ; -D PIN_LED=15 45 | ; -D PIN_LED_TYPE=0 # RGB LED 46 | ; -D RADIO_MODULE=0 # TEA5767 47 | 48 | [env:RadioBox-B-rda5807] 49 | board = esp12e 50 | lib_deps = 51 | ${env.lib_deps} 52 | fastled/FastLED @ ^3.5.0 53 | build_flags = 54 | ${env.build_flags} 55 | -D PIN_LED=15 56 | -D PIN_LED_TYPE=0 # RGB LED 57 | -D RADIO_MODULE=1 # RDA5807 58 | 59 | # Revison C has hardware issues and was never released 60 | 61 | [env:RadioBox-D-rda5807] 62 | board = d1_mini 63 | lib_deps = 64 | ${env.lib_deps} 65 | https://github.com/mathertel/OneButton 66 | build_flags = 67 | ${env.build_flags} 68 | -D PIN_BTN_L=15 # Left button 69 | -D PIN_BTN_M=2 # Middle button 70 | -D PIN_BTN_R=12 # Right button 71 | -D NO_WIFI_WAIT 72 | -D RADIO_MODULE=1 # RDA5807 73 | build_src_filter = 74 | +<*> - 75 | 76 | [env:RadioBox-D-rda5807-static-wifi] 77 | board = d1_mini 78 | lib_deps = 79 | ${env.lib_deps} 80 | https://github.com/mathertel/OneButton 81 | build_flags = 82 | ${env.build_flags} 83 | -D PIN_BTN_L=15 # Left button 84 | -D PIN_BTN_M=2 # Middle button 85 | -D PIN_BTN_R=12 # Right button 86 | -D NO_WIFI_WAIT 87 | -D RADIO_MODULE=1 # RDA5807 88 | '-D WIFI_SSID="*****"' 89 | '-D WIFI_PASS="**********"' 90 | build_src_filter = 91 | +<*> - -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/logger.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | #define logger (&Serial) -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | #if defined(WIFI_SSID) && defined(WIFI_PASS) 6 | #define WIFI_STATIC 7 | #else 8 | #include 9 | using namespace fs; 10 | #include 11 | WiFiManager wifiManager; 12 | #endif 13 | 14 | #if defined(PIN_LED) 15 | #include "statusled.h" 16 | #define ENABLE_LED 17 | StatusLed *statusLed = new StatusLed(); 18 | #endif 19 | 20 | #include "webserver.h" 21 | #include "tftdisplay.h" 22 | #include "logger.h" 23 | #include "main.h" 24 | 25 | static Radio *radio = new Radio(); 26 | static RadioState *state = new RadioState(RadioCaps, radio); 27 | TFT_eSPI *tft = new TFT_eSPI(); 28 | TftDisplay *tftdisplay = new TftDisplay(tft, state); 29 | WebServer *server = new WebServer(state); 30 | 31 | #if defined(PIN_BTN_L) && defined(PIN_BTN_M) && defined(PIN_BTN_R) 32 | #include 33 | #define ENABLE_BUTTONS 34 | OneButton *btn_l = new OneButton(PIN_BTN_L, false, false); 35 | OneButton *btn_m = new OneButton(PIN_BTN_M, false, false); 36 | OneButton *btn_r = new OneButton(PIN_BTN_R, false, false); 37 | #endif 38 | 39 | void startWifi() 40 | { 41 | #ifdef ESP8266 42 | uint32_t chipID = ESP.getChipId(); 43 | #endif 44 | #ifdef ESP32 45 | uint64_t macAddress = ESP.getEfuseMac(); 46 | uint64_t macAddressTrunc = macAddress << 40; 47 | uint32_t chipID = macAddressTrunc >> 40; 48 | #endif 49 | 50 | String ssid = "ESP-" + String(chipID); 51 | logger->printf("Setting hostname to %s\n", ssid.c_str()); 52 | WiFi.hostname(ssid); 53 | 54 | #ifdef WIFI_STATIC 55 | uint8_t cnt = 0; 56 | WiFi.mode(WIFI_STA); 57 | WiFi.begin(WIFI_SSID, WIFI_PASS); 58 | while (WiFi.status() != WL_CONNECTED) 59 | { 60 | delay(500); 61 | Serial.print("."); 62 | cnt++; 63 | if (cnt > 20) 64 | break; 65 | } 66 | 67 | if (WiFi.status() != WL_CONNECTED) 68 | ESP.restart(); 69 | #else 70 | wifiManager.setConfigPortalBlocking(false); 71 | wifiManager.setConfigPortalTimeout(60); 72 | if (!wifiManager.autoConnect()) 73 | { 74 | logger->println("Failed to connect and hit timeout"); 75 | #ifndef NO_WIFI_WAIT 76 | ESP.restart(); 77 | #endif 78 | } 79 | #endif 80 | 81 | logger->printf("Connected: "); 82 | logger->println(WiFi.localIP()); 83 | server->init(); 84 | #ifdef ENABLE_LED 85 | statusLed->setState(ApplicationState::READY); 86 | #endif 87 | } 88 | 89 | void setup() 90 | { 91 | logger->begin(SERIAL_BAUD); 92 | 93 | Wire.begin(PIN_SDA, PIN_SCL); 94 | radio->init(); 95 | radio->debugEnable(DEBUG > 0); 96 | delay(100); 97 | 98 | state->init(); 99 | logger->println("Radio services started"); 100 | 101 | tftdisplay->init(); 102 | 103 | #ifdef ENABLE_BUTTONS 104 | pinMode(PIN_BTN_L, INPUT); 105 | pinMode(PIN_BTN_M, INPUT); 106 | pinMode(PIN_BTN_R, INPUT); 107 | 108 | btn_l->attachClick([]() 109 | { 110 | Serial.println("Button L clicked"); 111 | if (state->volume > 1) 112 | radio->setVolume(state->volume - 1); 113 | else 114 | radio->setMute(true); }); 115 | 116 | btn_l->attachLongPressStart([]() 117 | { 118 | Serial.println("Button L long press"); 119 | radio->seekDown(); }); 120 | 121 | btn_m->attachClick([]() 122 | { 123 | Serial.println("Button M clicked"); 124 | radio->setMono(!radio->getMono()); }); 125 | 126 | btn_r->attachClick([]() 127 | { 128 | Serial.println("Button R clicked"); 129 | if (radio->getMute()) 130 | radio->setMute(false); 131 | radio->setVolume(state->volume + 1); }); 132 | 133 | btn_r->attachLongPressStart([]() 134 | { 135 | Serial.println("Button R long press"); 136 | radio->seekUp(); }); 137 | #endif 138 | 139 | startWifi(); 140 | } 141 | 142 | void loop() 143 | { 144 | server->loop(); 145 | 146 | #ifdef ENABLE_BUTTONS 147 | btn_l->tick(); 148 | btn_m->tick(); 149 | btn_r->tick(); 150 | #endif 151 | } 152 | 153 | void rdsCallBack(uint16_t block1, uint16_t block2, uint16_t block3, uint16_t block4) 154 | { 155 | logger->println("RDS: "); 156 | logger->println(block1); 157 | logger->println(block2); 158 | logger->println(block3); 159 | logger->println(block4); 160 | logger->println("-----"); 161 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/main.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #if (RADIO_MODULE==0) 4 | #include "TEA5767.h" 5 | #define Radio TEA5767 6 | #define RadioCaps {false, false, false} 7 | #endif 8 | 9 | #if (RADIO_MODULE==1) 10 | #include 11 | #define Radio RDA5807M 12 | #define RadioCaps {true, true, true} 13 | #endif -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/radiostate.cpp: -------------------------------------------------------------------------------- 1 | #include "radiostate.h" 2 | #include "logger.h" 3 | 4 | RDSParser* RadioState::rds = new RDSParser(); 5 | 6 | RadioState::RadioState(RadioCapabilities caps, Radio * svc) { 7 | this->radio = svc; 8 | this->caps = caps; 9 | 10 | if (caps.rds) { 11 | 12 | radio->attachReceiveRDS([](uint16_t block1, uint16_t block2, uint16_t block3, uint16_t block4) { 13 | rds->processData(block1, block2, block3, block4); 14 | }); 15 | 16 | rds->attachServicenNameCallback([](char *name) 17 | { 18 | logger->printf("attachServicenNameCallback: %s\n", name); 19 | }); 20 | 21 | rds->attachTextCallback([](char *name) 22 | { 23 | logger->printf("attachTextCallback: %s\n", name); 24 | }); 25 | 26 | rds->attachTimeCallback([](uint8_t hour, uint8_t minute) 27 | { 28 | logger->printf("attachTimeCallback: %d %d\n", hour, minute); 29 | }); 30 | } 31 | 32 | _state = new SavedState(); 33 | 34 | _ticker = new Ticker(); 35 | _ticker->attach_ms(REFRESH_STATE_PERIOD_MS, [&]() { 36 | // ??this->power = radio->getMute(); 37 | this->volume = radio->getVolume(); 38 | this->mono = radio->getMono(); 39 | this->band = radio->getBand(); 40 | this->freq = radio->getFrequency(); 41 | this->bassBoost = radio->getBassBoost(); 42 | 43 | if ((stateObject.volume != this->volume) || (stateObject.mono != this->mono) || (stateObject.band != this->band) || (stateObject.bassBoost != this->bassBoost) || (stateObject.freq != freq)) 44 | { 45 | stateObject.volume = this->volume; 46 | stateObject.mono = this->mono; 47 | stateObject.band = this->band; 48 | stateObject.bassBoost = this->bassBoost; 49 | stateObject.freq = freq; 50 | 51 | _state->save(&stateObject); 52 | } 53 | 54 | #if (DEBUG > 1) 55 | { 56 | RADIO_INFO info; 57 | radio->getRadioInfo(&info); 58 | 59 | logger->print("VOL: "); 60 | logger->print(this->volume); 61 | logger->print(" FRQ: "); 62 | logger->print(this->freq); 63 | logger->print(" PWR: "); 64 | logger->print(this->power); 65 | 66 | logger->print(info.rds ? " RDS" : " ---"); 67 | logger->print(info.tuned ? " TUNED" : " -----"); 68 | logger->print(info.stereo ? " STEREO" : " MONO "); 69 | logger->print(" RSSI: "); 70 | logger->print(info.rssi); 71 | logger->print(" S/N: "); 72 | logger->print(info.snr); 73 | } 74 | { 75 | AUDIO_INFO info; 76 | radio->getAudioInfo(&info); 77 | 78 | logger->print(info.bassBoost ? " BASS" : " ----"); 79 | logger->print(info.mute ? " MUTE" : " ----"); 80 | logger->print(info.softmute ? " SOFTMUTE" : " --------"); 81 | logger->println(); 82 | } 83 | #endif 84 | }); 85 | } 86 | 87 | void RadioState::init() { 88 | if (_state->isValid()){ 89 | _state->load(&stateObject); 90 | 91 | radio->setBand(stateObject.band); 92 | radio->setFrequency(stateObject.freq); 93 | 94 | radio->setVolume(stateObject.volume); 95 | radio->setMono(stateObject.mono); 96 | radio->setMute(stateObject.bassBoost); 97 | } else { 98 | logger->print("State object is not found, loading defaults"); 99 | radio->setBand(FIX_BAND); 100 | radio->setFrequency(FIX_STATION); 101 | 102 | radio->setVolume(2); 103 | radio->setMono(false); 104 | radio->setMute(false); 105 | } 106 | } 107 | 108 | void RadioState::setPower(bool value) { 109 | if ((power) && (!value)) { 110 | radio->term(); 111 | power = false; 112 | } 113 | 114 | if ((!power) && value) { 115 | radio->init(); 116 | power = true; 117 | } 118 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/radiostate.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "radio.h" 4 | #include "main.h" 5 | #include "savedstate.h" 6 | #include 7 | #include 8 | 9 | #define REFRESH_STATE_PERIOD_MS 1000 10 | 11 | const RADIO_BAND FIX_BAND = RADIO_BAND_FM; 12 | const RADIO_FREQ FIX_STATION = 9920; 13 | 14 | struct RadioCapabilities 15 | { 16 | bool volume; 17 | bool bassBoost; 18 | bool rds; 19 | }; 20 | 21 | class RadioState 22 | { 23 | public: 24 | RadioState(RadioCapabilities, Radio *); 25 | 26 | void init(void); 27 | 28 | int volume; 29 | bool mono = false; 30 | bool power = true; 31 | bool bassBoost; 32 | RADIO_BAND band; 33 | RADIO_FREQ freq; 34 | RadioCapabilities caps; 35 | 36 | Radio *radio; 37 | 38 | void setPower(bool); 39 | 40 | private: 41 | RadioState_t stateObject; 42 | SavedState *_state; 43 | Ticker *_ticker; 44 | static RDSParser *rds; 45 | }; -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/savedstate.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include "savedstate.h" 4 | #include "logger.h" 5 | 6 | SavedState::SavedState() 7 | { 8 | #if defined(ESP8266) || defined(ESP32) 9 | EEPROM.begin(1 + sizeof(RadioState_t)); 10 | #endif 11 | } 12 | 13 | bool SavedState::isValid() 14 | { 15 | return EEPROM.read(0) == EEPROM_MAGIC_NUMBER; 16 | } 17 | 18 | void SavedState::load(RadioState_t* state) 19 | { 20 | logger->println("Loading state"); 21 | EEPROM.get(1, *state); 22 | } 23 | 24 | void SavedState::erase() { 25 | logger->println("Erasing saved state"); 26 | for (uint32_t i = 0; i < EEPROM.length(); i++) 27 | EEPROM.write(i, 0); 28 | #if defined(ESP8266) || defined(ESP32) 29 | EEPROM.commit(); 30 | #endif 31 | } 32 | 33 | void SavedState::save(RadioState_t *state) 34 | { 35 | logger->println("Saving state"); 36 | uint32_t i = 0; 37 | if (EEPROM.read(0) != EEPROM_MAGIC_NUMBER) { 38 | logger->printf("EEPROM[0] reads %d\n", EEPROM.read(0)); 39 | erase(); 40 | } 41 | 42 | #if defined(ESP8266) || defined(ESP32) 43 | EEPROM.write(0, EEPROM_MAGIC_NUMBER); 44 | #else 45 | EEPROM.update(0, EEPROM_MAGIC_NUMBER); 46 | #endif 47 | 48 | EEPROM.put(1, *state); 49 | 50 | #if defined(ESP8266) || defined(ESP32) 51 | EEPROM.commit(); 52 | #endif 53 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/savedstate.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #define EEPROM_MAGIC_NUMBER 0xDF 4 | 5 | #include "radio.h" 6 | 7 | struct RadioState_t 8 | { 9 | int volume; 10 | bool mono; 11 | bool bassBoost; 12 | RADIO_BAND band; 13 | RADIO_FREQ freq; 14 | }; 15 | 16 | class SavedState 17 | { 18 | public: 19 | SavedState(); 20 | 21 | void init(void); 22 | bool isValid(); 23 | void load(RadioState_t *); 24 | void save(RadioState_t *); 25 | void erase(); 26 | }; 27 | -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/statusled.cpp: -------------------------------------------------------------------------------- 1 | #include "statusled.h" 2 | #include "logger.h" 3 | 4 | uint32_t led_time_on = 0; 5 | uint32_t led_time_off = 0; 6 | uint32_t led_color = 0; 7 | 8 | Ticker *_blinker = new Ticker(); 9 | #if (PIN_LED_TYPE == 0) 10 | CRGB leds[PIN_STATUS_LED_COUNT]; 11 | #endif 12 | 13 | static uint32_t StatusLedBlinkTimings[LED_STATUSES_COUNT][LED_STATUSES_STATES_COUNT + 1] = { 14 | // on, off - in milliseconds, color (R,G,B) 15 | {1024, 16, 0x000080}, // NOT_READY 16 | {16, 1024, 0x808000}, // READY 17 | {256, 256, 0x800080}, // CLIENT_CONNECTED 18 | {0, 1024, 0x00} // UNDEFINED 19 | }; 20 | 21 | StatusLed::StatusLed() 22 | { 23 | //_blinker = new Ticker(); 24 | #if (PIN_LED_TYPE == 0) 25 | FastLED.addLeds(leds, PIN_STATUS_LED_COUNT); 26 | #else 27 | pinMode(PIN_LED, OUTPUT); 28 | #endif 29 | setState(NOT_READY); 30 | } 31 | 32 | void StatusLed::setState(ApplicationState state) 33 | { 34 | if (state == _state) 35 | return; 36 | 37 | logger->printf("Status changed to %d\n", state); 38 | _state = state; 39 | 40 | if (_blinker->active()) 41 | _blinker->detach(); 42 | 43 | led_time_on = StatusLedBlinkTimings[(int)state][0]; 44 | led_time_off = StatusLedBlinkTimings[(int)state][1]; 45 | led_color = StatusLedBlinkTimings[(int)state][2]; 46 | 47 | if (led_time_off == 0) 48 | { 49 | // no need to switch off 50 | #if (PIN_LED_TYPE == 0) 51 | for (uint8_t i = 0; i < PIN_STATUS_LED_COUNT; i++) 52 | leds[i] = led_color; 53 | FastLED.show(); 54 | #endif 55 | #if (PIN_LED_TYPE == 1) 56 | digitalWrite(PIN_LED, HIGH); 57 | #endif 58 | #if (PIN_LED_TYPE == 2) 59 | digitalWrite(PIN_LED, LOW); 60 | #endif 61 | } 62 | else if (led_time_on == 0) 63 | { 64 | // no need to switch on 65 | #if (PIN_LED_TYPE == 0) 66 | for (uint8_t i = 0; i < PIN_STATUS_LED_COUNT; i++) 67 | leds[i] = 0; 68 | FastLED.show(); 69 | #endif 70 | #if (PIN_LED_TYPE == 1) 71 | digitalWrite(PIN_LED, LOW); 72 | #endif 73 | #if (PIN_LED_TYPE == 2) 74 | digitalWrite(PIN_LED, HIGH); 75 | #endif 76 | } 77 | else 78 | { 79 | // trigger blinking 80 | changeStatusLedStateOn(); 81 | } 82 | } 83 | 84 | void StatusLed::changeStatusLedStateOn() 85 | { 86 | #if (PIN_LED_TYPE == 0) 87 | // logger->printf("Led is on: %d\n", led_color); 88 | for (uint8_t i = 0; i < PIN_STATUS_LED_COUNT; i++) 89 | leds[i] = led_color; 90 | FastLED.show(); 91 | _blinker->once_ms(led_time_on, changeStatusLedStateOff); 92 | #endif 93 | #if (PIN_LED_TYPE == 1) 94 | digitalWrite(PIN_LED, HIGH); 95 | #endif 96 | #if (PIN_LED_TYPE == 2) 97 | digitalWrite(PIN_LED, LOW); 98 | #endif 99 | } 100 | 101 | void StatusLed::changeStatusLedStateOff() 102 | { 103 | // logger->printf("Led is off: %d\n", 0x0); 104 | #if (PIN_LED_TYPE == 0) 105 | for (uint8_t i = 0; i < PIN_STATUS_LED_COUNT; i++) 106 | leds[i] = 0x0; 107 | FastLED.show(); 108 | _blinker->once_ms(led_time_off, changeStatusLedStateOn); 109 | #endif 110 | #if (PIN_LED_TYPE == 1) 111 | digitalWrite(PIN_LED, LOW); 112 | #endif 113 | #if (PIN_LED_TYPE == 2) 114 | digitalWrite(PIN_LED, HIGH); 115 | #endif 116 | } 117 | -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/statusled.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #if (PIN_LED_TYPE==0) 5 | #include 6 | #else 7 | #include 8 | #endif 9 | 10 | #define LED_STATUSES_COUNT 4 11 | #define LED_STATUSES_STATES_COUNT 2 12 | #define PIN_STATUS_LED_COUNT 1 13 | 14 | enum ApplicationState { 15 | NOT_READY, // 0 16 | READY, // 1 17 | CLIENT_CONNECTED, // 2 18 | UNDEFINED 19 | }; 20 | 21 | class StatusLed { 22 | public: 23 | StatusLed(); 24 | 25 | void setState(ApplicationState); 26 | private: 27 | ApplicationState _state = UNDEFINED; 28 | 29 | static void changeStatusLedStateOff(void); 30 | static void changeStatusLedStateOn(void); 31 | 32 | }; -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/tftdisplay.cpp: -------------------------------------------------------------------------------- 1 | #include "tftdisplay.h" 2 | 3 | TftDisplay::TftDisplay(TFT_eSPI* _tft, RadioState* _state) { 4 | state = _state; 5 | tft = _tft; 6 | } 7 | 8 | void TftDisplay::init(void) { 9 | tft->init(); 10 | tft->setRotation(TFT_ROTATION); 11 | tft->fillScreen(TFT_BLACK); 12 | 13 | _ticker = new Ticker(); 14 | _ticker->attach_ms(UPDATE_SCREEN_PERIOD_MS, [&]() { 15 | 16 | uint8_t smaller_font = 2, smaller_font_height = 16; 17 | uint8_t small_font = 4; 18 | uint8_t large_font = 7; 19 | 20 | RADIO_INFO radioinfo; 21 | AUDIO_INFO audioinfo; 22 | state->radio->getRadioInfo(&radioinfo); 23 | state->radio->getAudioInfo(&audioinfo); 24 | 25 | // tft->fillScreen(TFT_BLACK); 26 | 27 | if (state->power) { 28 | 29 | // logger->print(radioinfo.rds ? " RDS" : " ---"); 30 | 31 | if (firstDraw) { 32 | tft->setTextSize(1); 33 | tft->setTextColor(TFT_WHITE); 34 | tft->setTextDatum(TC_DATUM); 35 | tft->drawString("Radio Box", tft->width() / 2, 0, small_font); 36 | } 37 | 38 | if ((last_band != state->band) || (last_freq != state->freq)) { 39 | 40 | String band = "", freq = ""; 41 | uint8_t decimals = 0; 42 | switch (state->band) 43 | { 44 | case RADIO_BAND_FM: 45 | case RADIO_BAND_FMTX: 46 | case RADIO_BAND_FMWORLD: 47 | band = "FM"; 48 | freq = "MHz"; 49 | decimals = 1; 50 | break; 51 | case RADIO_BAND_AM: 52 | band = "AM"; 53 | freq = "KHz"; 54 | break; 55 | case RADIO_BAND_KW: 56 | band = "KW"; 57 | freq = "KHz"; 58 | break; 59 | case RADIO_BAND_NONE: 60 | break; 61 | } 62 | 63 | tft->setTextColor(TFT_DARKGREY); 64 | tft->setTextDatum(CL_DATUM); 65 | tft->drawString(band, 0, tft->height() / 2, small_font); 66 | tft->setTextDatum(CR_DATUM); 67 | tft->drawString(freq, tft->width(), tft->height() / 2, small_font); 68 | 69 | tft->setTextSize(1); 70 | tft->setTextDatum(MC_DATUM); 71 | tft->setTextColor(TFT_BLACK); 72 | tft->drawFloat(last_freq / 100., decimals, tft->width() / 2, tft->height() / 2, large_font); 73 | tft->setTextColor(radioinfo.tuned ? TFT_GREEN : TFT_YELLOW); 74 | tft->drawFloat(state->freq / 100., decimals, tft->width() / 2, tft->height() / 2, large_font); 75 | 76 | last_band = state->band; 77 | last_freq = state->freq; 78 | } 79 | 80 | tft->fillRect(0, tft->height() - smaller_font_height, tft->width(), smaller_font_height, TFT_BLACK); 81 | 82 | tft->setTextSize(1); 83 | tft->setTextColor(TFT_LIGHTGREY); 84 | tft->setTextDatum(BL_DATUM); 85 | tft->drawString(radioinfo.stereo ? "STEREO" : "MONO", 0, tft->height(), smaller_font); 86 | 87 | tft->setTextDatum(BR_DATUM); 88 | tft->setTextColor(audioinfo.bassBoost ? TFT_LIGHTGREY : TFT_DARKGREY); 89 | tft->drawString("BASS BOOST", tft->width(), tft->height(), smaller_font); 90 | 91 | uint8_t rect_x = 5; 92 | uint8_t rect_y = 2; 93 | uint8_t start_x = tft->width() / 2 - 10 * rect_x; 94 | uint8_t start_y = tft->height() / 4 * 3; 95 | uint16_t rect_color = TFT_CYAN; 96 | 97 | if (last_volume != state->volume) { 98 | for (uint8_t i = 0; i < 10; i++) { 99 | uint8_t x = start_x + i * rect_x * 2; 100 | 101 | tft->fillRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), TFT_BLACK); 102 | if (i < state->volume) { 103 | tft->fillRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), rect_color); 104 | } else { 105 | tft->drawRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), rect_color); 106 | } 107 | } 108 | 109 | last_volume = state->volume; 110 | } 111 | 112 | if (firstDraw) { 113 | start_x = tft->width() / 2 - 10 * rect_x - 15; 114 | tft->fillRect(start_x - 10, start_y - rect_y * 8, 10, rect_y * 6, rect_color); 115 | tft->fillTriangle(start_x, start_y, start_x, start_y - rect_y * 10, start_x - 10, start_y - rect_y * 10 / 2, rect_color); 116 | } 117 | 118 | 119 | // rssi is in the range of 15 to 25 120 | uint8_t rssi = (radioinfo.rssi < 15 ? 0 : radioinfo.rssi - 15) / 2; // 0 to 5 now 121 | 122 | if (last_rssi != rssi) { 123 | rect_y = 4; 124 | start_x = tft->width() / 2 - 5 * rect_x; 125 | start_y = tft->height() / 4; 126 | for (uint8_t i = 0; i < 5; i++) { 127 | uint8_t x = start_x + i * rect_x * 2; 128 | tft->fillRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), TFT_BLACK); 129 | if (i < rssi) { 130 | tft->fillRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), rect_color); 131 | } else { 132 | tft->drawRect(x, start_y - rect_y * (i + 1), rect_x, rect_y * (i + 1), rect_color); 133 | } 134 | } 135 | 136 | last_rssi = rssi; 137 | } 138 | 139 | if (firstDraw) { 140 | start_x = tft->width() / 2 - 5 * rect_x - 10; 141 | tft->drawLine(start_x, start_y, start_x, start_y - rect_y * 5, rect_color); 142 | tft->drawLine(start_x, start_y - rect_y * 5 / 2, start_x - rect_y * 5 / 2, start_y - rect_y * 5, rect_color); 143 | tft->drawLine(start_x, start_y - rect_y * 5 / 2, start_x + rect_y * 5 / 2, start_y - rect_y * 5, rect_color); 144 | } 145 | 146 | firstDraw = false; 147 | } 148 | }); 149 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/tftdisplay.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #include "radiostate.h" 5 | 6 | #define UPDATE_SCREEN_PERIOD_MS 500 7 | 8 | class TftDisplay { 9 | public: 10 | TftDisplay(TFT_eSPI*, RadioState*); 11 | void init(void); 12 | private: 13 | bool firstDraw = true; 14 | RADIO_BAND last_band = RADIO_BAND_NONE; 15 | RADIO_FREQ last_freq = 0; 16 | int last_volume = -1; 17 | int last_rssi = -1; 18 | 19 | TFT_eSPI* tft; 20 | Ticker* _ticker; 21 | RadioState* state; 22 | 23 | }; -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/webserver.cpp: -------------------------------------------------------------------------------- 1 | #include "webserver.h" 2 | #include "logger.h" 3 | #include "radio.h" 4 | #include 5 | 6 | WebServer::WebServer(RadioState* state) 7 | { 8 | _state = state; 9 | _server = new ESP8266WebServer(HTTP_PORT); 10 | _ws = new WebSocketsServer(WS_PORT); 11 | _ticker = new Ticker(); 12 | } 13 | 14 | void WebServer::init() 15 | { 16 | fsOK = fileSystem->begin(); 17 | if (!fsOK) 18 | logger->println("Failed to mount SPIFFS"); 19 | 20 | logger->println("Starting webserver"); 21 | 22 | _server->on("/", HTTP_GET, [&]() 23 | { 24 | handleFileRead("/index.html"); 25 | }); 26 | 27 | _server->onNotFound([&]() 28 | { 29 | if (!fsOK) 30 | { 31 | return replyServerError(FPSTR(FS_INIT_ERROR)); 32 | } 33 | 34 | String uri = ESP8266WebServer::urlDecode(_server->uri()); // required to read paths with blanks 35 | 36 | if (handleFileRead(uri)) 37 | { 38 | return; 39 | } 40 | 41 | // Dump debug data 42 | String message; 43 | message.reserve(100); 44 | message = F("Error: File not found\n\nURI: "); 45 | message += uri; 46 | message += F("\nMethod: "); 47 | message += (_server->method() == HTTP_GET) ? "GET" : "POST"; 48 | message += F("\nArguments: "); 49 | message += _server->args(); 50 | message += '\n'; 51 | for (uint8_t i = 0; i < _server->args(); i++) 52 | { 53 | message += F(" NAME:"); 54 | message += _server->argName(i); 55 | message += F("\n VALUE:"); 56 | message += _server->arg(i); 57 | message += '\n'; 58 | } 59 | message += "path="; 60 | message += _server->arg("path"); 61 | message += '\n'; 62 | logger->print(message); 63 | 64 | return replyNotFound(message); 65 | }); 66 | 67 | _ws->onEvent([&](uint8_t num, WStype_t type, uint8_t *payload, size_t length) 68 | { 69 | switch(type) { 70 | case WStype_DISCONNECTED: 71 | { 72 | logger->printf("[%u] Disconnected!\n", num); 73 | } 74 | break; 75 | 76 | case WStype_CONNECTED: 77 | { 78 | IPAddress ip = _ws->remoteIP(num); 79 | logger->printf("[%u] Connected from %d.%d.%d.%d url: %s\n", num, ip[0], ip[1], ip[2], ip[3], payload); 80 | 81 | sendCapabilities(); 82 | sendUpdate(); 83 | } 84 | break; 85 | 86 | case WStype_TEXT: 87 | { 88 | #if (DEBUG > 1) 89 | logger->printf("[%u] << : %s\n", num, payload); 90 | #endif 91 | StaticJsonDocument doc; 92 | deserializeJson(doc, payload); 93 | String actionName = doc["name"]; 94 | String actionValue = doc["value"]; 95 | int x = doc["value"]; 96 | int messageId = getMessageId(actionName); 97 | switch (messageId) 98 | { 99 | case WM_POWER: 100 | { 101 | logger->print("WM_POWER -> "); 102 | logger->println(x); 103 | _state->setPower(x); 104 | } 105 | case WM_VOLUME: 106 | { 107 | logger->print("WM_VOLUME -> "); 108 | logger->println(x); 109 | _state->radio->setVolume(x); 110 | _state->volume = x; 111 | } 112 | break; 113 | case WM_MONO: 114 | { 115 | logger->print("WM_MONO -> "); 116 | logger->println(x); 117 | _state->radio->setMono(x); 118 | _state->mono = x; 119 | } 120 | break; 121 | case WM_BAND: 122 | { 123 | _state->radio->setBand((RADIO_BAND)x); 124 | _state->band = (RADIO_BAND)x; 125 | } 126 | break; 127 | case WM_FREQ: 128 | { 129 | logger->print("WM_FREQ -> "); 130 | logger->println(x); 131 | _state->radio->setFrequency(x); 132 | _state->freq = x; 133 | } 134 | break; 135 | case WM_SEEK_UP: 136 | { 137 | logger->print("WM_SEEK_UP -> "); 138 | logger->println(x); 139 | _state->radio->seekUp(); 140 | } 141 | break; 142 | case WM_SEEK_DOWN: 143 | { 144 | logger->print("WM_SEEK_DOWN -> "); 145 | logger->println(x); 146 | _state->radio->seekDown(); 147 | } 148 | break; 149 | case WM_BASS_BOOST: 150 | { 151 | logger->print("WM_BASS_BOOST -> "); 152 | logger->println(x); 153 | _state->radio->setBassBoost(x); 154 | _state->bassBoost = x; 155 | } 156 | break; 157 | } 158 | } 159 | break; 160 | 161 | case WStype_ERROR: 162 | default: 163 | ; 164 | } 165 | }); 166 | 167 | _server->begin(); 168 | logger->println("Http web server started"); 169 | 170 | _ws->begin(); 171 | logger->println("WS web server started"); 172 | 173 | _ticker->attach_ms(UPDATE_STATE_PERIOD_MS, [&]() { 174 | sendUpdate(); 175 | }); 176 | } 177 | 178 | int WebServer::getMessageId(String messageValue) 179 | { 180 | uint8_t count = sizeof(messageDefs) / sizeof(WsMessageType); 181 | for (uint8_t i = 0; i < count; i++) 182 | if (messageValue == messageDefs[i].value) 183 | return messageDefs[i].id; 184 | return WM_UNKNOWN; 185 | } 186 | 187 | bool WebServer::handleFileRead(String path) 188 | { 189 | if (!fsOK) 190 | { 191 | replyServerError(FPSTR(FS_INIT_ERROR)); 192 | return true; 193 | } 194 | 195 | String contentType = mime::getContentType(path); 196 | 197 | if (!fileSystem->exists(path)) 198 | { 199 | // File not found, try gzip version 200 | path = path + ".gz"; 201 | } 202 | 203 | if (fileSystem->exists(path)) 204 | { 205 | File file = fileSystem->open(path, "r"); 206 | size_t bytesSent = _server->streamFile(file, contentType); 207 | if (bytesSent != file.size()) 208 | { 209 | logger->printf("Sent less data than expected (%s): %d sent, %d expected\n", path.c_str(), bytesSent, file.size()); 210 | } 211 | file.close(); 212 | return true; 213 | } 214 | 215 | return false; 216 | } 217 | 218 | void WebServer::replyNotFound(String msg) 219 | { 220 | _server->send(404, FPSTR(TEXT_PLAIN), msg); 221 | } 222 | 223 | void WebServer::replyServerError(String msg) 224 | { 225 | logger->println(msg); 226 | _server->send(500, FPSTR(TEXT_PLAIN), msg + "\r\n"); 227 | } 228 | 229 | void WebServer::loop(void) 230 | { 231 | _server->handleClient(); 232 | _ws->loop(); 233 | } 234 | 235 | void WebServer::sendCapabilities() 236 | { 237 | StaticJsonDocument json; 238 | RadioCapabilities caps = _state->caps; 239 | json["type"] = "capabilities"; 240 | json["volume"] = caps.volume; 241 | json["bass"] = caps.bassBoost; 242 | json["rds"] = caps.rds; 243 | String jsonString; 244 | serializeJson(json, jsonString); 245 | _ws->broadcastTXT(jsonString); 246 | #if (DEBUG > 1) 247 | logger->printf("[A] >> : %s\n", jsonString.c_str()); 248 | #endif 249 | } 250 | 251 | void WebServer::sendUpdate() 252 | { 253 | StaticJsonDocument json; 254 | json["type"] = "state"; 255 | json["volume"] = _state->volume; 256 | json["mono"] = _state->mono; 257 | json["band"] = (int)_state->band; 258 | json["freq"] = _state->freq; 259 | json["bass"] = _state->bassBoost; 260 | json["power"] = _state->power; 261 | String jsonString; 262 | serializeJson(json, jsonString); 263 | _ws->broadcastTXT(jsonString); 264 | #if (DEBUG > 1) 265 | logger->printf("[A] >> : %s\n", jsonString.c_str()); 266 | #endif 267 | } -------------------------------------------------------------------------------- /firmware/esp8266-radio-box/src/webserver.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | using namespace fs; 5 | 6 | #include 7 | #include 8 | #include 9 | 10 | #include "radiostate.h" 11 | 12 | #define HTTP_PORT 80 13 | #define WS_PORT 81 14 | #define JSON_MAX_SIZE 255 15 | // TODO only update when state changes 16 | #define UPDATE_STATE_PERIOD_MS 1000 17 | 18 | static const char TEXT_PLAIN[] PROGMEM = "text/plain"; 19 | static const char FS_INIT_ERROR[] PROGMEM = "FS INIT ERROR"; 20 | static const char FILE_NOT_FOUND[] PROGMEM = "FileNotFound"; 21 | 22 | const int WM_UNKNOWN = 0; 23 | const int WM_VOLUME = 1; 24 | const int WM_MONO = 2; 25 | const int WM_BAND = 3; 26 | const int WM_FREQ = 4; 27 | const int WM_SEEK_UP = 5; 28 | const int WM_SEEK_DOWN = 6; 29 | const int WM_BASS_BOOST= 7; 30 | const int WM_POWER = 8; 31 | 32 | struct WsMessageType { 33 | int id; 34 | String value; 35 | }; 36 | 37 | static WsMessageType messageDefs[] = { 38 | {WM_VOLUME, "volume"}, 39 | {WM_MONO, "mono"}, 40 | {WM_BAND, "band"}, 41 | {WM_FREQ, "freq"}, 42 | {WM_SEEK_UP, "seek_up"}, 43 | {WM_SEEK_DOWN, "seek_down"}, 44 | {WM_BASS_BOOST, "bass_boost"}, 45 | {WM_POWER, "power"} 46 | }; 47 | 48 | class WebServer { 49 | public: 50 | WebServer(RadioState*); 51 | void init(void); 52 | void loop(void); 53 | 54 | private: 55 | RadioState* _state; 56 | ESP8266WebServer* _server; 57 | WebSocketsServer* _ws; 58 | Ticker* _ticker; 59 | FS* fileSystem = &SPIFFS; 60 | 61 | bool fsOK = false; 62 | 63 | static int getMessageId(String messageValue); 64 | bool handleFileRead(String path); 65 | void replyNotFound(String msg); 66 | void replyServerError(String msg); 67 | void sendUpdate(); 68 | void sendCapabilities(); 69 | }; -------------------------------------------------------------------------------- /hardware/Rev A/board-look.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev A/board-look.jpg -------------------------------------------------------------------------------- /hardware/Rev A/board-schematics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev A/board-schematics.png -------------------------------------------------------------------------------- /hardware/Rev A/board-traces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev A/board-traces.png -------------------------------------------------------------------------------- /hardware/Rev A/main-board.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev A/main-board.pdf -------------------------------------------------------------------------------- /hardware/Rev A/main-pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev A/main-pcb.pdf -------------------------------------------------------------------------------- /hardware/Rev B/2205-radiobox-pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev B/2205-radiobox-pcb.pdf -------------------------------------------------------------------------------- /hardware/Rev B/2205-radiobox-schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev B/2205-radiobox-schematic.pdf -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Drill_NPTH_Through.DRL: -------------------------------------------------------------------------------- 1 | M48 2 | INCH,LZ 3 | ;FILE_FORMAT=2:4 4 | ;TYPE=NON_PLATED 5 | ;Layer: NPTH_Through 6 | ;EasyEDA v6.5.5, 2022-06-30 21:59:10 7 | ;844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10 8 | ;Gerber Generator version 0.2 9 | ;Holesize 1 = 0.0350 inch 10 | T01C0.0350 11 | ;Holesize 2 = 0.0510 inch 12 | T02C0.0510 13 | ;Holesize 3 = 0.0800 inch 14 | T03C0.0800 15 | % 16 | G05 17 | G90 18 | T01 19 | X021790Y-004821 20 | X020609Y-004821 21 | T02 22 | X011500Y-004567 23 | X011500Y-002205 24 | T03 25 | X-402000Y335900 26 | M30 27 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Drill_PTH_Through.DRL: -------------------------------------------------------------------------------- 1 | M48 2 | INCH,LZ 3 | ;FILE_FORMAT=2:4 4 | ;TYPE=PLATED 5 | ;Layer: PTH_Through 6 | ;EasyEDA v6.5.5, 2022-06-30 21:59:10 7 | ;844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10 8 | ;Gerber Generator version 0.2 9 | ;Holesize 1 = 0.0120 inch 10 | T01C0.0120 11 | ;Holesize 2 = 0.0160 inch 12 | T02C0.0160 13 | ;Holesize 3 = 0.0280 inch 14 | T03C0.0280 15 | ;Holesize 4 = 0.0350 inch 16 | T04C0.0350 17 | ;Holesize 5 = 0.0360 inch 18 | T05C0.0360 19 | ;Holesize 6 = 0.0430 inch 20 | T06C0.0430 21 | ;Holesize 7 = 0.0510 inch 22 | T07C0.0510 23 | ;Holesize 8 = 0.0790 inch 24 | T08C0.0790 25 | % 26 | G05 27 | G90 28 | T01 29 | X009151Y-003586 30 | X011300Y-000500 31 | X018980Y-002800 32 | X020763Y000057 33 | X002724Y-003838 34 | X015875Y000418 35 | X003960Y002260 36 | X014123Y-001935 37 | X003061Y-002535 38 | X001697Y002515 39 | X016778Y002646 40 | X006200Y005100 41 | X016933Y002949 42 | X016915Y-002012 43 | X004381Y002507 44 | X021240Y004050 45 | X021260Y001440 46 | X012240Y000200 47 | X013570Y000810 48 | X010170Y002010 49 | X011620Y002030 50 | X008440Y000680 51 | X008620Y000980 52 | X005760Y001830 53 | X005940Y001100 54 | X007690Y002320 55 | X009930Y-002660 56 | X011390Y-001370 57 | X012840Y-002700 58 | X008540Y-001150 59 | X006940Y003350 60 | X006660Y003170 61 | X020270Y-000030 62 | X016850Y000990 63 | X017170Y000730 64 | X000422Y002078 65 | X000422Y001078 66 | X000422Y000078 67 | X000422Y-000922 68 | X000422Y-001922 69 | X001422Y002078 70 | X001422Y001078 71 | X001422Y000078 72 | X001422Y-000922 73 | X001422Y-001922 74 | X001580Y005240 75 | X002422Y002078 76 | X002422Y001078 77 | X002422Y000078 78 | X002422Y-000922 79 | X002422Y-001922 80 | X002422Y-004922 81 | X003720Y005260 82 | X003422Y002078 83 | X003422Y001078 84 | X003422Y000078 85 | X003422Y-000922 86 | X003422Y-001922 87 | X004680Y005260 88 | X004422Y001078 89 | X004422Y000078 90 | X004422Y-000922 91 | X004422Y-004922 92 | X005540Y005280 93 | X005422Y000078 94 | X005422Y-001922 95 | X005422Y-004922 96 | X006422Y-004922 97 | X007422Y-001922 98 | X007422Y-004922 99 | X008422Y003078 100 | X008422Y-001922 101 | X008422Y-004922 102 | X009422Y-004922 103 | X010422Y004078 104 | X010422Y003078 105 | X010422Y-004922 106 | X011422Y004078 107 | X011422Y003078 108 | X012422Y004078 109 | X012422Y003078 110 | X015422Y005078 111 | X015422Y004078 112 | X015422Y-003922 113 | X015422Y-004922 114 | X016422Y004078 115 | X016422Y-002922 116 | X016422Y-003922 117 | X017422Y004078 118 | X017422Y-002922 119 | X017422Y-003922 120 | X018422Y004078 121 | X018422Y001078 122 | X018422Y000078 123 | X019422Y004078 124 | X020422Y004078 125 | X020422Y003078 126 | X020422Y-001922 127 | X020422Y-002922 128 | X021422Y-002922 129 | X022422Y004078 130 | X022422Y-000922 131 | X022422Y-002922 132 | X023390Y005190 133 | X023400Y003970 134 | X023320Y-003820 135 | X023380Y-005030 136 | X024680Y002100 137 | X024422Y000078 138 | X001480Y-002380 139 | X003364Y003900 140 | X004046Y004140 141 | X003020Y004400 142 | X005991Y002311 143 | X005444Y002420 144 | X005731Y003920 145 | X002260Y-002380 146 | T02 147 | X009158Y002380 148 | X013489Y003955 149 | T03 150 | X024456Y001417G85X024141Y001417 151 | X024456Y-001417G85X024141Y-001417 152 | X023248Y-000955 153 | X023248Y000955 154 | T04 155 | X015000Y-002000 156 | X015000Y-001000 157 | X015000Y000000 158 | X015000Y001000 159 | X015000Y002000 160 | X015000Y003000 161 | X015000Y-003000 162 | T05 163 | X015000Y003000 164 | X015000Y002000 165 | X015000Y001000 166 | X015000Y000000 167 | X015000Y-001000 168 | X015000Y-002000 169 | X015000Y-003000 170 | T06 171 | X018800Y-003900 172 | X018800Y-004900 173 | X024350Y-002350 174 | X023350Y-002350 175 | T07 176 | X007000Y004850 177 | X008000Y004850 178 | T08 179 | X014516Y004500 180 | X014516Y-004500 181 | X001043Y004500 182 | X001043Y-004500 183 | X024000Y004500 184 | X024000Y-004500 185 | M30 186 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_BoardOutlineLayer.GKO: -------------------------------------------------------------------------------- 1 | G04 Layer: BoardOutlineLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD10C,0.0100*% 12 | D10* 13 | X0Y550000D02* 14 | G01* 15 | X2500000Y550000D01* 16 | X2500000Y-550000D01* 17 | X0Y-550000D01* 18 | X0Y550000D01* 19 | 20 | %LPD*% 21 | M02* 22 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_BottomPasteMaskLayer.GBP: -------------------------------------------------------------------------------- 1 | G04 Layer: BottomPasteMaskLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD31C,0.0400*% 12 | 13 | %LPD*% 14 | D31* 15 | G01* 16 | X615999Y464000D03* 17 | G01* 18 | X477330Y464000D03* 19 | G01* 20 | X546669Y464000D03* 21 | G01* 22 | X269329Y464000D03* 23 | G01* 24 | X338670Y464000D03* 25 | G01* 26 | X408000Y464000D03* 27 | G01* 28 | X200000Y464000D03* 29 | G01* 30 | X284000Y-490000D03* 31 | G01* 32 | X203000Y-490000D03* 33 | G01* 34 | X364000Y-490000D03* 35 | M02* 36 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_BottomSolderMaskLayer.GBS: -------------------------------------------------------------------------------- 1 | G04 Layer: BottomSolderMaskLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD53C,0.0552*% 12 | %ADD60C,0.0660*% 13 | %ADD61C,0.0709*% 14 | %ADD66C,0.0828*% 15 | %ADD77C,0.0640*% 16 | %ADD78C,0.1221*% 17 | %ADD80C,0.0440*% 18 | 19 | %LPD*% 20 | D53* 21 | X2412173Y141729D02* 22 | G01* 23 | X2447606Y141729D01* 24 | X2412173Y-141729D02* 25 | G01* 26 | X2447606Y-141729D01* 27 | D80* 28 | G01* 29 | X615999Y464000D03* 30 | G01* 31 | X477330Y464000D03* 32 | G01* 33 | X546669Y464000D03* 34 | G01* 35 | X269329Y464000D03* 36 | G01* 37 | X338670Y464000D03* 38 | G01* 39 | X408000Y464000D03* 40 | G01* 41 | X200000Y464000D03* 42 | G01* 43 | X284000Y-490000D03* 44 | D60* 45 | G01* 46 | X1880000Y-390000D03* 47 | D61* 48 | G01* 49 | X1880000Y-490000D03* 50 | D60* 51 | G01* 52 | X1500000Y-200000D03* 53 | G01* 54 | X1500000Y-100000D03* 55 | G01* 56 | X1500000Y0D03* 57 | G01* 58 | X1500000Y100000D03* 59 | G01* 60 | X1500000Y200000D03* 61 | G36* 62 | X1466999Y266999D02* 63 | G01* 64 | X1466999Y333000D01* 65 | X1533000Y333000D01* 66 | X1533000Y266999D01* 67 | G37* 68 | G01* 69 | X1500000Y-300000D03* 70 | G36* 71 | X658600Y443600D02* 72 | G01* 73 | X658600Y526399D01* 74 | X741399Y526399D01* 75 | X741399Y443600D01* 76 | G37* 77 | D66* 78 | G01* 79 | X800000Y485000D03* 80 | D53* 81 | G01* 82 | X2324769Y-95470D03* 83 | G01* 84 | X2324769Y95470D03* 85 | G36* 86 | X1468000Y268000D02* 87 | G01* 88 | X1468000Y331999D01* 89 | X1531999Y331999D01* 90 | X1531999Y268000D01* 91 | G37* 92 | D77* 93 | G01* 94 | X1500000Y200000D03* 95 | G01* 96 | X1500000Y100000D03* 97 | G01* 98 | X1500000Y0D03* 99 | G01* 100 | X1500000Y-100000D03* 101 | G01* 102 | X1500000Y-200000D03* 103 | G01* 104 | X1500000Y-300000D03* 105 | D78* 106 | G01* 107 | X1451570Y450000D03* 108 | G01* 109 | X1451570Y-450000D03* 110 | G01* 111 | X104329Y450000D03* 112 | G01* 113 | X104329Y-450000D03* 114 | G36* 115 | X2399499Y-268000D02* 116 | G01* 117 | X2399499Y-201999D01* 118 | X2470500Y-201999D01* 119 | X2470500Y-268000D01* 120 | G37* 121 | D61* 122 | G01* 123 | X2335000Y-235000D03* 124 | D80* 125 | G01* 126 | X203000Y-490000D03* 127 | G01* 128 | X364000Y-490000D03* 129 | D78* 130 | G01* 131 | X2400000Y450000D03* 132 | G01* 133 | X2400000Y-450000D03* 134 | M02* 135 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_TopPasteMaskLayer.GTP: -------------------------------------------------------------------------------- 1 | G04 Layer: TopPasteMaskLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD12C,0.0220*% 12 | %ADD14R,0.1181X0.0591*% 13 | %ADD15R,0.0197X0.0315*% 14 | %ADD16R,0.0610X0.0394*% 15 | %ADD17R,0.0394X0.0610*% 16 | %ADD18R,0.0935X0.0633*% 17 | %ADD19R,0.0354X0.0315*% 18 | %ADD20R,0.0472X0.0866*% 19 | %ADD21R,0.0866X0.0472*% 20 | %ADD24R,0.0354X0.0512*% 21 | %ADD25R,0.0512X0.0354*% 22 | %ADD26R,0.0394X0.0669*% 23 | %ADD30R,0.0199X0.0118*% 24 | %ADD31C,0.0400*% 25 | %ADD51C,0.0256*% 26 | 27 | %LPD*% 28 | G36* 29 | X1823400Y200640D02* 30 | G01* 31 | X1821819Y199060D01* 32 | X1821819Y180940D01* 33 | X1823400Y179360D01* 34 | X1843100Y179360D01* 35 | X1844680Y180940D01* 36 | X1844680Y199060D01* 37 | X1843100Y200640D01* 38 | G37* 39 | G36* 40 | X1856900Y200640D02* 41 | G01* 42 | X1855320Y199060D01* 43 | X1855320Y180940D01* 44 | X1856900Y179360D01* 45 | X1876600Y179360D01* 46 | X1878180Y180940D01* 47 | X1878180Y199060D01* 48 | X1876600Y200640D01* 49 | G37* 50 | G36* 51 | X1823400Y245640D02* 52 | G01* 53 | X1821819Y244060D01* 54 | X1821819Y225940D01* 55 | X1823400Y224360D01* 56 | X1843100Y224360D01* 57 | X1844680Y225940D01* 58 | X1844680Y244060D01* 59 | X1843100Y245640D01* 60 | G37* 61 | G36* 62 | X1856900Y245640D02* 63 | G01* 64 | X1855320Y244060D01* 65 | X1855320Y225940D01* 66 | X1856900Y224360D01* 67 | X1876600Y224360D01* 68 | X1878180Y225940D01* 69 | X1878180Y244060D01* 70 | X1876600Y245640D01* 71 | G37* 72 | G36* 73 | X1671940Y-161900D02* 74 | G01* 75 | X1670360Y-163480D01* 76 | X1670360Y-181580D01* 77 | X1671940Y-183160D01* 78 | X1691639Y-183160D01* 79 | X1693220Y-181580D01* 80 | X1693220Y-163480D01* 81 | X1691639Y-161900D01* 82 | G37* 83 | G36* 84 | X1705420Y-161900D02* 85 | G01* 86 | X1703860Y-163480D01* 87 | X1703860Y-181580D01* 88 | X1705420Y-183160D01* 89 | X1725140Y-183160D01* 90 | X1726720Y-181580D01* 91 | X1726720Y-163480D01* 92 | X1725140Y-161900D01* 93 | G37* 94 | G36* 95 | X2412180Y167320D02* 96 | G01* 97 | X2409300Y167160D01* 98 | X2406480Y166680D01* 99 | X2403720Y165880D01* 100 | X2402380Y165380D01* 101 | X2399800Y164120D01* 102 | X2397360Y162600D01* 103 | X2395120Y160820D01* 104 | X2393100Y158780D01* 105 | X2391300Y156540D01* 106 | X2389780Y154120D01* 107 | X2388540Y151520D01* 108 | X2387580Y148820D01* 109 | X2386940Y146020D01* 110 | X2386620Y143160D01* 111 | X2386620Y140300D01* 112 | X2386940Y137440D01* 113 | X2387580Y134640D01* 114 | X2388540Y131940D01* 115 | X2389780Y129360D01* 116 | X2391300Y126920D01* 117 | X2393100Y124680D01* 118 | X2395120Y122660D01* 119 | X2397360Y120860D01* 120 | X2399800Y119340D01* 121 | X2402380Y118080D01* 122 | X2405080Y117140D01* 123 | X2407880Y116500D01* 124 | X2410740Y116180D01* 125 | X2447600Y116140D01* 126 | X2450480Y116300D01* 127 | X2453300Y116780D01* 128 | X2456060Y117579D01* 129 | X2457400Y118080D01* 130 | X2459980Y119340D01* 131 | X2462420Y120860D01* 132 | X2464660Y122660D01* 133 | X2466680Y124680D01* 134 | X2468480Y126920D01* 135 | X2470000Y129360D01* 136 | X2471260Y131940D01* 137 | X2472200Y134640D01* 138 | X2472840Y137440D01* 139 | X2473160Y140300D01* 140 | X2473160Y143160D01* 141 | X2472840Y146020D01* 142 | X2472200Y148820D01* 143 | X2471260Y151520D01* 144 | X2470000Y154120D01* 145 | X2468480Y156540D01* 146 | X2466680Y158780D01* 147 | X2464660Y160820D01* 148 | X2462420Y162600D01* 149 | X2459980Y164120D01* 150 | X2457400Y165380D01* 151 | X2454700Y166320D01* 152 | X2451900Y166960D01* 153 | X2449040Y167280D01* 154 | G37* 155 | G36* 156 | X2412180Y-116140D02* 157 | G01* 158 | X2409300Y-116300D01* 159 | X2406480Y-116780D01* 160 | X2403720Y-117579D01* 161 | X2402380Y-118080D01* 162 | X2399800Y-119340D01* 163 | X2397360Y-120860D01* 164 | X2395120Y-122640D01* 165 | X2393100Y-124680D01* 166 | X2391300Y-126920D01* 167 | X2389780Y-129340D01* 168 | X2388540Y-131940D01* 169 | X2387580Y-134640D01* 170 | X2386940Y-137440D01* 171 | X2386620Y-140300D01* 172 | X2386620Y-143160D01* 173 | X2386940Y-146020D01* 174 | X2387580Y-148820D01* 175 | X2388540Y-151520D01* 176 | X2389780Y-154100D01* 177 | X2391300Y-156540D01* 178 | X2393100Y-158780D01* 179 | X2395120Y-160799D01* 180 | X2397360Y-162600D01* 181 | X2399800Y-164120D01* 182 | X2402380Y-165380D01* 183 | X2405080Y-166320D01* 184 | X2407880Y-166960D01* 185 | X2410740Y-167280D01* 186 | X2447600Y-167320D01* 187 | X2450480Y-167160D01* 188 | X2453300Y-166680D01* 189 | X2456060Y-165880D01* 190 | X2457400Y-165380D01* 191 | X2459980Y-164120D01* 192 | X2462420Y-162600D01* 193 | X2464660Y-160799D01* 194 | X2466680Y-158780D01* 195 | X2468480Y-156540D01* 196 | X2470000Y-154100D01* 197 | X2471260Y-151520D01* 198 | X2472200Y-148820D01* 199 | X2472840Y-146020D01* 200 | X2473160Y-143160D01* 201 | X2473160Y-140300D01* 202 | X2472840Y-137440D01* 203 | X2472200Y-134640D01* 204 | X2471260Y-131940D01* 205 | X2470000Y-129340D01* 206 | X2468480Y-126920D01* 207 | X2466680Y-124680D01* 208 | X2464660Y-122640D01* 209 | X2462420Y-120860D01* 210 | X2459980Y-119340D01* 211 | X2457400Y-118080D01* 212 | X2454700Y-117140D01* 213 | X2451900Y-116500D01* 214 | X2449040Y-116180D01* 215 | G37* 216 | G36* 217 | X2282540Y59060D02* 218 | G01* 219 | X2282540Y43300D01* 220 | X2337660Y43300D01* 221 | X2337660Y59060D01* 222 | G37* 223 | G36* 224 | X2282540Y33460D02* 225 | G01* 226 | X2282540Y17720D01* 227 | X2337660Y17720D01* 228 | X2337660Y33460D01* 229 | G37* 230 | G36* 231 | X2282540Y7880D02* 232 | G01* 233 | X2282540Y-7880D01* 234 | X2337660Y-7880D01* 235 | X2337660Y7880D01* 236 | G37* 237 | G36* 238 | X2282540Y-17720D02* 239 | G01* 240 | X2282540Y-33460D01* 241 | X2337660Y-33460D01* 242 | X2337660Y-17720D01* 243 | G37* 244 | G36* 245 | X2282540Y-43300D02* 246 | G01* 247 | X2282540Y-59060D01* 248 | X2337660Y-59060D01* 249 | X2337660Y-43300D01* 250 | G37* 251 | D12* 252 | X1950000Y270237D02* 253 | G01* 254 | X1950000Y223582D01* 255 | X2000000Y270237D02* 256 | G01* 257 | X2000000Y223582D01* 258 | X2050000Y270237D02* 259 | G01* 260 | X2050000Y223582D01* 261 | X2100000Y270237D02* 262 | G01* 263 | X2100000Y223582D01* 264 | X2150000Y270237D02* 265 | G01* 266 | X2150000Y223582D01* 267 | X2200000Y270237D02* 268 | G01* 269 | X2200000Y223582D01* 270 | X2250000Y270237D02* 271 | G01* 272 | X2250000Y223582D01* 273 | X2300000Y270237D02* 274 | G01* 275 | X2300000Y223582D01* 276 | X1950000Y496417D02* 277 | G01* 278 | X1950000Y449762D01* 279 | X2000000Y496417D02* 280 | G01* 281 | X2000000Y449762D01* 282 | X2050000Y496417D02* 283 | G01* 284 | X2050000Y449762D01* 285 | X2100000Y496417D02* 286 | G01* 287 | X2100000Y449762D01* 288 | X2150000Y496417D02* 289 | G01* 290 | X2150000Y449762D01* 291 | X2200000Y496417D02* 292 | G01* 293 | X2200000Y449762D01* 294 | X2250000Y496417D02* 295 | G01* 296 | X2250000Y449762D01* 297 | X2300000Y496417D02* 298 | G01* 299 | X2300000Y449762D01* 300 | D14* 301 | G01* 302 | X1307479Y-452800D03* 303 | G01* 304 | X992520Y-374059D03* 305 | G01* 306 | X1307479Y-177210D03* 307 | G36* 308 | X605475Y-384254D02* 309 | G01* 310 | X625160Y-384254D01* 311 | X625160Y-415751D01* 312 | X605475Y-415751D01* 313 | G37* 314 | G36* 315 | X644845Y-384254D02* 316 | G01* 317 | X664531Y-384254D01* 318 | X664531Y-415751D01* 319 | X644845Y-415751D01* 320 | G37* 321 | G36* 322 | X1670475Y515745D02* 323 | G01* 324 | X1690160Y515745D01* 325 | X1690160Y484248D01* 326 | X1670475Y484248D01* 327 | G37* 328 | G36* 329 | X1709845Y515745D02* 330 | G01* 331 | X1729530Y515745D01* 332 | X1729530Y484248D01* 333 | X1709845Y484248D01* 334 | G37* 335 | G36* 336 | X905475Y40745D02* 337 | G01* 338 | X925160Y40745D01* 339 | X925160Y9248D01* 340 | X905475Y9248D01* 341 | G37* 342 | G36* 343 | X944845Y40745D02* 344 | G01* 345 | X964530Y40745D01* 346 | X964530Y9248D01* 347 | X944845Y9248D01* 348 | G37* 349 | G36* 350 | X2025475Y-189254D02* 351 | G01* 352 | X2045160Y-189254D01* 353 | X2045160Y-220751D01* 354 | X2025475Y-220751D01* 355 | G37* 356 | G36* 357 | X2064845Y-189254D02* 358 | G01* 359 | X2084530Y-189254D01* 360 | X2084530Y-220751D01* 361 | X2064845Y-220751D01* 362 | G37* 363 | G36* 364 | X2030475Y70745D02* 365 | G01* 366 | X2050160Y70745D01* 367 | X2050160Y39248D01* 368 | X2030475Y39248D01* 369 | G37* 370 | G36* 371 | X2069845Y70745D02* 372 | G01* 373 | X2089530Y70745D01* 374 | X2089530Y39248D01* 375 | X2069845Y39248D01* 376 | G37* 377 | D16* 378 | G01* 379 | X740000Y-315630D03* 380 | G01* 381 | X740000Y-394369D03* 382 | D17* 383 | G01* 384 | X1094369Y60000D03* 385 | G01* 386 | X1015630Y60000D03* 387 | G01* 388 | X2219369Y-225000D03* 389 | G01* 390 | X2140630Y-225000D03* 391 | D16* 392 | G01* 393 | X2446000Y267629D03* 394 | G01* 395 | X2446000Y346370D03* 396 | D18* 397 | G01* 398 | X850000Y-253989D03* 399 | G36* 400 | X803227Y-364371D02* 401 | G01* 402 | X896772Y-364371D01* 403 | X896772Y-427658D01* 404 | X803227Y-427658D01* 405 | G37* 406 | D19* 407 | G01* 408 | X1880000Y357559D03* 409 | G01* 410 | X1880000Y302440D03* 411 | G01* 412 | X2363999Y349560D03* 413 | G01* 414 | X2363999Y294439D03* 415 | D15* 416 | G01* 417 | X1679309Y143000D03* 418 | G01* 419 | X1718680Y143000D03* 420 | G01* 421 | X2040309Y165000D03* 422 | G01* 423 | X2079679Y165000D03* 424 | G01* 425 | X285309Y-480000D03* 426 | G01* 427 | X324679Y-480000D03* 428 | G01* 429 | X285309Y-425000D03* 430 | G01* 431 | X324679Y-425000D03* 432 | D20* 433 | G01* 434 | X69879Y314960D03* 435 | G01* 436 | X148620Y314960D03* 437 | G01* 438 | X227359Y314960D03* 439 | G01* 440 | X306100Y314960D03* 441 | G01* 442 | X384839Y314960D03* 443 | G01* 444 | X463580Y314960D03* 445 | G01* 446 | X542319Y314960D03* 447 | G01* 448 | X621060Y314960D03* 449 | D21* 450 | G01* 451 | X680120Y196849D03* 452 | G01* 453 | X680120Y118110D03* 454 | G01* 455 | X680120Y39369D03* 456 | G01* 457 | X680120Y-39369D03* 458 | G01* 459 | X680120Y-118110D03* 460 | G01* 461 | X680120Y-196849D03* 462 | D20* 463 | G01* 464 | X621060Y-314960D03* 465 | G01* 466 | X542319Y-314960D03* 467 | G01* 468 | X463580Y-314960D03* 469 | G01* 470 | X384839Y-314960D03* 471 | G01* 472 | X306100Y-314960D03* 473 | G01* 474 | X227359Y-314960D03* 475 | G01* 476 | X148620Y-314960D03* 477 | G01* 478 | X69879Y-314960D03* 479 | G36* 480 | X1983779Y22126D02* 481 | G01* 482 | X1983779Y43070D01* 483 | X1942933Y43070D01* 484 | X1942933Y22126D01* 485 | G37* 486 | G36* 487 | X1983779Y96929D02* 488 | G01* 489 | X1983779Y117873D01* 490 | X1942933Y117873D01* 491 | X1942933Y96929D01* 492 | G37* 493 | G36* 494 | X1897066Y59528D02* 495 | G01* 496 | X1897066Y80471D01* 497 | X1856220Y80471D01* 498 | X1856220Y59528D01* 499 | G37* 500 | G36* 501 | X1983779Y-107873D02* 502 | G01* 503 | X1983779Y-86929D01* 504 | X1942933Y-86929D01* 505 | X1942933Y-107873D01* 506 | G37* 507 | G36* 508 | X1983779Y-33070D02* 509 | G01* 510 | X1983779Y-12126D01* 511 | X1942933Y-12126D01* 512 | X1942933Y-33070D01* 513 | G37* 514 | G36* 515 | X1897066Y-70471D02* 516 | G01* 517 | X1897066Y-49528D01* 518 | X1856220Y-49528D01* 519 | X1856220Y-70471D01* 520 | G37* 521 | D24* 522 | G01* 523 | X2031809Y-404569D03* 524 | G01* 525 | X2149530Y-404569D03* 526 | G01* 527 | X2208580Y-404569D03* 528 | D25* 529 | G01* 530 | X2269600Y-525430D03* 531 | G01* 532 | X2269600Y-438809D03* 533 | G01* 534 | X1970389Y-525430D03* 535 | G01* 536 | X1970389Y-438809D03* 537 | D26* 538 | G01* 539 | X1772799Y479920D03* 540 | G01* 541 | X1772849Y220079D03* 542 | G01* 543 | X1627150Y479920D03* 544 | G01* 545 | X1627150Y220079D03* 546 | G01* 547 | X1627200Y-479920D03* 548 | G01* 549 | X1627150Y-220079D03* 550 | G01* 551 | X1772849Y-479920D03* 552 | G01* 553 | X1772849Y-220079D03* 554 | G36* 555 | X2035109Y-37251D02* 556 | G01* 557 | X2108109Y-37251D01* 558 | X2109862Y-37292D01* 559 | X2111611Y-37415D01* 560 | X2113352Y-37620D01* 561 | X2115083Y-37907D01* 562 | X2116797Y-38274D01* 563 | X2118492Y-38721D01* 564 | X2120165Y-39247D01* 565 | X2121812Y-39852D01* 566 | X2123428Y-40533D01* 567 | X2125011Y-41287D01* 568 | X2126556Y-42116D01* 569 | X2128060Y-43017D01* 570 | X2129521Y-43987D01* 571 | X2130936Y-45025D01* 572 | X2132299Y-46127D01* 573 | X2133609Y-47292D01* 574 | X2134863Y-48517D01* 575 | X2136059Y-49801D01* 576 | X2137193Y-51138D01* 577 | X2138263Y-52527D01* 578 | X2139268Y-53964D01* 579 | X2140203Y-55448D01* 580 | X2141067Y-56974D01* 581 | X2141860Y-58537D01* 582 | X2142578Y-61660D01* 583 | X2209403Y-61660D01* 584 | X2209403Y-87644D01* 585 | X2142578Y-87644D01* 586 | X2141860Y-90767D01* 587 | X2141067Y-92332D01* 588 | X2140203Y-93858D01* 589 | X2139268Y-95340D01* 590 | X2138263Y-96779D01* 591 | X2137193Y-98168D01* 592 | X2136059Y-99504D01* 593 | X2134863Y-100788D01* 594 | X2133609Y-102013D01* 595 | X2132299Y-103179D01* 596 | X2130936Y-104281D01* 597 | X2129521Y-105317D01* 598 | X2128060Y-106287D01* 599 | X2126556Y-107189D01* 600 | X2125011Y-108017D01* 601 | X2123428Y-108772D01* 602 | X2121812Y-109453D01* 603 | X2120165Y-110058D01* 604 | X2118492Y-110583D01* 605 | X2116797Y-111030D01* 606 | X2115083Y-111399D01* 607 | X2113352Y-111685D01* 608 | X2111611Y-111889D01* 609 | X2109862Y-112013D01* 610 | X2108109Y-112055D01* 611 | X2035109Y-112055D01* 612 | X2033356Y-112013D01* 613 | X2031607Y-111889D01* 614 | X2029864Y-111685D01* 615 | X2028135Y-111399D01* 616 | X2026419Y-111030D01* 617 | X2024724Y-110583D01* 618 | X2023051Y-110058D01* 619 | X2021405Y-109453D01* 620 | X2019790Y-108772D01* 621 | X2018207Y-108017D01* 622 | X2016661Y-107189D01* 623 | X2015156Y-106287D01* 624 | X2013696Y-105317D01* 625 | X2012281Y-104281D01* 626 | X2010919Y-103179D01* 627 | X2009607Y-102013D01* 628 | X2008353Y-100788D01* 629 | X2007157Y-99504D01* 630 | X2006023Y-98168D01* 631 | X2004953Y-96779D01* 632 | X2003950Y-95340D01* 633 | X2003014Y-93858D01* 634 | X2002150Y-92332D01* 635 | X2001356Y-90767D01* 636 | X2000639Y-89167D01* 637 | X1999996Y-87536D01* 638 | X1999431Y-85877D01* 639 | X1998944Y-84191D01* 640 | X1998536Y-82485D01* 641 | X1998209Y-80763D01* 642 | X1997964Y-79027D01* 643 | X1997799Y-77280D01* 644 | X1997718Y-75529D01* 645 | X1997718Y-73776D01* 646 | X1997799Y-72024D01* 647 | X1997964Y-70278D01* 648 | X1998209Y-68542D01* 649 | X1998536Y-66819D01* 650 | X1998944Y-65114D01* 651 | X1999431Y-63429D01* 652 | X1999996Y-61768D01* 653 | X2000639Y-60138D01* 654 | X2001356Y-58537D01* 655 | X2002150Y-56974D01* 656 | X2003014Y-55448D01* 657 | X2003950Y-53964D01* 658 | X2004953Y-52527D01* 659 | X2006023Y-51138D01* 660 | X2007157Y-49801D01* 661 | X2008353Y-48517D01* 662 | X2009607Y-47292D01* 663 | X2010919Y-46127D01* 664 | X2012281Y-45025D01* 665 | X2013696Y-43987D01* 666 | X2015156Y-43017D01* 667 | X2016661Y-42116D01* 668 | X2018207Y-41287D01* 669 | X2019790Y-40533D01* 670 | X2021405Y-39852D01* 671 | X2023051Y-39247D01* 672 | X2024724Y-38721D01* 673 | X2026419Y-38274D01* 674 | X2028135Y-37907D01* 675 | X2029864Y-37620D01* 676 | X2031607Y-37415D01* 677 | X2033356Y-37292D01* 678 | G37* 679 | G36* 680 | X2209400Y-29167D02* 681 | G01* 682 | X2209400Y-2712D01* 683 | X2147393Y-2712D01* 684 | X2147393Y-29167D01* 685 | G37* 686 | G36* 687 | X2209400Y-147278D02* 688 | G01* 689 | X2209400Y-120821D01* 690 | X2147393Y-120821D01* 691 | X2147393Y-147278D01* 692 | G37* 693 | G36* 694 | X1613930Y-138483D02* 695 | G01* 696 | X1613930Y-79484D01* 697 | X1653230Y-79484D01* 698 | X1653230Y-138483D01* 699 | G37* 700 | G36* 701 | X1743851Y-138483D02* 702 | G01* 703 | X1743851Y-79484D01* 704 | X1783152Y-79484D01* 705 | X1783152Y-138483D01* 706 | G37* 707 | G36* 708 | X1743851Y54380D02* 709 | G01* 710 | X1743851Y113479D01* 711 | X1783152Y113479D01* 712 | X1783152Y54380D01* 713 | G37* 714 | G36* 715 | X1613930Y54380D02* 716 | G01* 717 | X1613930Y113479D01* 718 | X1653230Y113479D01* 719 | X1653230Y54380D01* 720 | G37* 721 | D15* 722 | G01* 723 | X2040309Y110000D03* 724 | G01* 725 | X2079679Y110000D03* 726 | D30* 727 | G01* 728 | X758170Y310470D03* 729 | G01* 730 | X758170Y330160D03* 731 | G01* 732 | X758170Y349839D03* 733 | G01* 734 | X758170Y369529D03* 735 | G36* 736 | X801773Y304565D02* 737 | G01* 738 | X781890Y304565D01* 739 | X781890Y316377D01* 740 | X801773Y316377D01* 741 | G37* 742 | G36* 743 | X801773Y324250D02* 744 | G01* 745 | X781890Y324250D01* 746 | X781890Y336062D01* 747 | X801773Y336062D01* 748 | G37* 749 | G36* 750 | X801773Y343935D02* 751 | G01* 752 | X781890Y343935D01* 753 | X781890Y355747D01* 754 | X801773Y355747D01* 755 | G37* 756 | G36* 757 | X801773Y363620D02* 758 | G01* 759 | X781890Y363620D01* 760 | X781890Y375432D01* 761 | X801773Y375432D01* 762 | G37* 763 | G36* 764 | X905475Y95745D02* 765 | G01* 766 | X925160Y95745D01* 767 | X925160Y64248D01* 768 | X905475Y64248D01* 769 | G37* 770 | G36* 771 | X944845Y95745D02* 772 | G01* 773 | X964530Y95745D01* 774 | X964530Y64248D01* 775 | X944845Y64248D01* 776 | G37* 777 | D31* 778 | G01* 779 | X2358000Y214000D03* 780 | G01* 781 | X2156000Y-335999D03* 782 | G01* 783 | X2426000Y-334000D03* 784 | G01* 785 | X788000Y115999D03* 786 | G01* 787 | X788000Y-38000D03* 788 | G01* 789 | X788000Y38000D03* 790 | G01* 791 | X455999Y-428000D03* 792 | G01* 793 | X528000Y-428000D03* 794 | G01* 795 | X388000Y-428000D03* 796 | G01* 797 | X194000Y-490000D03* 798 | G36* 799 | X884300Y505700D02* 800 | G01* 801 | X947299Y505700D01* 802 | X947299Y442699D01* 803 | X884300Y442699D01* 804 | G37* 805 | G36* 806 | X884300Y426999D02* 807 | G01* 808 | X947299Y426999D01* 809 | X947299Y364000D01* 810 | X884300Y364000D01* 811 | G37* 812 | G36* 813 | X884300Y348200D02* 814 | G01* 815 | X947299Y348200D01* 816 | X947299Y285199D01* 817 | X884300Y285199D01* 818 | G37* 819 | G36* 820 | X884300Y269499D02* 821 | G01* 822 | X947299Y269499D01* 823 | X947299Y206500D01* 824 | X884300Y206500D01* 825 | G37* 826 | G36* 827 | X884300Y190799D02* 828 | G01* 829 | X947299Y190799D01* 830 | X947299Y127800D01* 831 | X884300Y127800D01* 832 | G37* 833 | G36* 834 | X1317399Y190799D02* 835 | G01* 836 | X1380399Y190799D01* 837 | X1380399Y127800D01* 838 | X1317399Y127800D01* 839 | G37* 840 | G36* 841 | X1317399Y269499D02* 842 | G01* 843 | X1380399Y269499D01* 844 | X1380399Y206500D01* 845 | X1317399Y206500D01* 846 | G37* 847 | G36* 848 | X1317399Y348200D02* 849 | G01* 850 | X1380399Y348200D01* 851 | X1380399Y285199D01* 852 | X1317399Y285199D01* 853 | G37* 854 | G36* 855 | X1317399Y426999D02* 856 | G01* 857 | X1380399Y426999D01* 858 | X1380399Y364000D01* 859 | X1317399Y364000D01* 860 | G37* 861 | G36* 862 | X1317399Y505700D02* 863 | G01* 864 | X1380399Y505700D01* 865 | X1380399Y442699D01* 866 | X1317399Y442699D01* 867 | G37* 868 | D51* 869 | G75* 870 | G01 871 | X2337570Y-95470D02* 872 | G03X2337570Y-95470I-12800J0D01* 873 | G75* 874 | G01 875 | X2337570Y95470D02* 876 | G03X2337570Y95470I-12800J0D01* 877 | M02* 878 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_TopSilkscreenLayer.GTO: -------------------------------------------------------------------------------- 1 | G04 Layer: TopSilkscreenLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD10C,0.0100*% 12 | %ADD43C,0.0059*% 13 | %ADD44C,0.0060*% 14 | %ADD45C,0.0080*% 15 | %ADD46C,0.0080*% 16 | %ADD47C,0.0039*% 17 | %ADD48C,0.0197*% 18 | %ADD49C,0.0118*% 19 | 20 | %LPD*% 21 | D46* 22 | X714349Y339290D02* 23 | G01* 24 | X714349Y273789D01* 25 | D44* 26 | X2386300Y221199D02* 27 | G01* 28 | X2398800Y221199D01* 29 | X2391999Y212100D01* 30 | X2395399Y212100D01* 31 | X2397600Y210999D01* 32 | X2398800Y209899D01* 33 | X2399899Y206500D01* 34 | X2399899Y204200D01* 35 | X2398800Y200799D01* 36 | X2396499Y198499D01* 37 | X2393100Y197399D01* 38 | X2389700Y197399D01* 39 | X2386300Y198499D01* 40 | X2385100Y199600D01* 41 | X2383999Y201900D01* 42 | X2407399Y221199D02* 43 | G01* 44 | X2416499Y197399D01* 45 | X2425600Y221199D02* 46 | G01* 47 | X2416499Y197399D01* 48 | X2435399Y221199D02* 49 | G01* 50 | X2447899Y221199D01* 51 | X2441000Y212100D01* 52 | X2444499Y212100D01* 53 | X2446700Y210999D01* 54 | X2447899Y209899D01* 55 | X2448999Y206500D01* 56 | X2448999Y204200D01* 57 | X2447899Y200799D01* 58 | X2445600Y198499D01* 59 | X2442200Y197399D01* 60 | X2438800Y197399D01* 61 | X2435399Y198499D01* 62 | X2434200Y199600D01* 63 | X2433100Y201900D01* 64 | X2191599Y-290799D02* 65 | G01* 66 | X2180299Y-290799D01* 67 | X2179099Y-300999D01* 68 | X2180299Y-299899D01* 69 | X2183699Y-298699D01* 70 | X2187100Y-298699D01* 71 | X2190500Y-299899D01* 72 | X2192799Y-302100D01* 73 | X2193900Y-305500D01* 74 | X2193900Y-307800D01* 75 | X2192799Y-311199D01* 76 | X2190500Y-313499D01* 77 | X2187100Y-314600D01* 78 | X2183699Y-314600D01* 79 | X2180299Y-313499D01* 80 | X2179099Y-312399D01* 81 | X2178000Y-310100D01* 82 | X2201400Y-290799D02* 83 | G01* 84 | X2210500Y-314600D01* 85 | X2219600Y-290799D02* 86 | G01* 87 | X2210500Y-314600D01* 88 | X2346999Y-326500D02* 89 | G01* 90 | X2345900Y-324200D01* 91 | X2343599Y-321900D01* 92 | X2341400Y-320799D01* 93 | X2336800Y-320799D01* 94 | X2334499Y-321900D01* 95 | X2332299Y-324200D01* 96 | X2331099Y-326500D01* 97 | X2330000Y-329899D01* 98 | X2330000Y-335500D01* 99 | X2331099Y-339000D01* 100 | X2332299Y-341199D01* 101 | X2334499Y-343499D01* 102 | X2336800Y-344600D01* 103 | X2341400Y-344600D01* 104 | X2343599Y-343499D01* 105 | X2345900Y-341199D01* 106 | X2346999Y-339000D01* 107 | X2346999Y-335500D01* 108 | X2341400Y-335500D02* 109 | G01* 110 | X2346999Y-335500D01* 111 | X2354499Y-320799D02* 112 | G01* 113 | X2354499Y-344600D01* 114 | X2354499Y-320799D02* 115 | G01* 116 | X2370500Y-344600D01* 117 | X2370500Y-320799D02* 118 | G01* 119 | X2370500Y-344600D01* 120 | X2378000Y-320799D02* 121 | G01* 122 | X2378000Y-344600D01* 123 | X2378000Y-320799D02* 124 | G01* 125 | X2385900Y-320799D01* 126 | X2389300Y-321900D01* 127 | X2391599Y-324200D01* 128 | X2392700Y-326500D01* 129 | X2393900Y-329899D01* 130 | X2393900Y-335500D01* 131 | X2392700Y-339000D01* 132 | X2391599Y-341199D01* 133 | X2389300Y-343499D01* 134 | X2385900Y-344600D01* 135 | X2378000Y-344600D01* 136 | X821999Y131199D02* 137 | G01* 138 | X821999Y107399D01* 139 | X836300Y131199D02* 140 | G01* 141 | X833999Y130100D01* 142 | X831800Y127800D01* 143 | X830600Y125500D01* 144 | X829499Y122100D01* 145 | X829499Y116500D01* 146 | X830600Y113000D01* 147 | X831800Y110799D01* 148 | X833999Y108499D01* 149 | X836300Y107399D01* 150 | X840900Y107399D01* 151 | X843100Y108499D01* 152 | X845399Y110799D01* 153 | X846499Y113000D01* 154 | X847700Y116500D01* 155 | X847700Y122100D01* 156 | X846499Y125500D01* 157 | X845399Y127800D01* 158 | X843100Y130100D01* 159 | X840900Y131199D01* 160 | X836300Y131199D01* 161 | X871099Y131199D02* 162 | G01* 163 | X859700Y107399D01* 164 | X855200Y131199D02* 165 | G01* 166 | X871099Y131199D01* 167 | X820000Y-24800D02* 168 | G01* 169 | X820000Y-48600D01* 170 | X834300Y-24800D02* 171 | G01* 172 | X831999Y-25900D01* 173 | X829799Y-28200D01* 174 | X828599Y-30500D01* 175 | X827500Y-33899D01* 176 | X827500Y-39499D01* 177 | X828599Y-43000D01* 178 | X829799Y-45199D01* 179 | X831999Y-47500D01* 180 | X834300Y-48600D01* 181 | X838900Y-48600D01* 182 | X841099Y-47500D01* 183 | X843400Y-45199D01* 184 | X844499Y-43000D01* 185 | X845699Y-39499D01* 186 | X845699Y-33899D01* 187 | X844499Y-30500D01* 188 | X843400Y-28200D01* 189 | X841099Y-25900D01* 190 | X838900Y-24800D01* 191 | X834300Y-24800D01* 192 | X868000Y-32699D02* 193 | G01* 194 | X866800Y-36100D01* 195 | X864499Y-38400D01* 196 | X861099Y-39499D01* 197 | X860000Y-39499D01* 198 | X856599Y-38400D01* 199 | X854300Y-36100D01* 200 | X853199Y-32699D01* 201 | X853199Y-31599D01* 202 | X854300Y-28200D01* 203 | X856599Y-25900D01* 204 | X860000Y-24800D01* 205 | X861099Y-24800D01* 206 | X864499Y-25900D01* 207 | X866800Y-28200D01* 208 | X868000Y-32699D01* 209 | X868000Y-38400D01* 210 | X866800Y-44099D01* 211 | X864499Y-47500D01* 212 | X861099Y-48600D01* 213 | X858900Y-48600D01* 214 | X855500Y-47500D01* 215 | X854300Y-45199D01* 216 | X818000Y51199D02* 217 | G01* 218 | X818000Y27399D01* 219 | X832299Y51199D02* 220 | G01* 221 | X830000Y50100D01* 222 | X827799Y47800D01* 223 | X826599Y45500D01* 224 | X825500Y42100D01* 225 | X825500Y36500D01* 226 | X826599Y33000D01* 227 | X827799Y30799D01* 228 | X830000Y28499D01* 229 | X832299Y27399D01* 230 | X836899Y27399D01* 231 | X839099Y28499D01* 232 | X841400Y30799D01* 233 | X842500Y33000D01* 234 | X843699Y36500D01* 235 | X843699Y42100D01* 236 | X842500Y45500D01* 237 | X841400Y47800D01* 238 | X839099Y50100D01* 239 | X836899Y51199D01* 240 | X832299Y51199D01* 241 | X851199Y46700D02* 242 | G01* 243 | X853500Y47800D01* 244 | X856899Y51199D01* 245 | X856899Y27399D01* 246 | X871199Y51199D02* 247 | G01* 248 | X867799Y50100D01* 249 | X865500Y46700D01* 250 | X864399Y40999D01* 251 | X864399Y37600D01* 252 | X865500Y31900D01* 253 | X867799Y28499D01* 254 | X871199Y27399D01* 255 | X873500Y27399D01* 256 | X876899Y28499D01* 257 | X879099Y31900D01* 258 | X880299Y37600D01* 259 | X880299Y40999D01* 260 | X879099Y46700D01* 261 | X876899Y50100D01* 262 | X873500Y51199D01* 263 | X871199Y51199D01* 264 | X430000Y-378800D02* 265 | G01* 266 | X430000Y-402600D01* 267 | X444299Y-378800D02* 268 | G01* 269 | X441999Y-379899D01* 270 | X439800Y-382199D01* 271 | X438600Y-384499D01* 272 | X437500Y-387899D01* 273 | X437500Y-393499D01* 274 | X438600Y-396999D01* 275 | X439800Y-399200D01* 276 | X441999Y-401500D01* 277 | X444299Y-402600D01* 278 | X448899Y-402600D01* 279 | X451100Y-401500D01* 280 | X453400Y-399200D01* 281 | X454499Y-396999D01* 282 | X455700Y-393499D01* 283 | X455700Y-387899D01* 284 | X454499Y-384499D01* 285 | X453400Y-382199D01* 286 | X451100Y-379899D01* 287 | X448899Y-378800D01* 288 | X444299Y-378800D01* 289 | X463200Y-383299D02* 290 | G01* 291 | X465500Y-382199D01* 292 | X468899Y-378800D01* 293 | X468899Y-402600D01* 294 | X477500Y-384499D02* 295 | G01* 296 | X477500Y-383299D01* 297 | X478600Y-380999D01* 298 | X479800Y-379899D01* 299 | X481999Y-378800D01* 300 | X486599Y-378800D01* 301 | X488899Y-379899D01* 302 | X490000Y-380999D01* 303 | X491100Y-383299D01* 304 | X491100Y-385599D01* 305 | X490000Y-387899D01* 306 | X487699Y-391300D01* 307 | X476399Y-402600D01* 308 | X492300Y-402600D01* 309 | X511999Y-377800D02* 310 | G01* 311 | X511999Y-401599D01* 312 | X526300Y-377800D02* 313 | G01* 314 | X524000Y-378899D01* 315 | X521799Y-381199D01* 316 | X520599Y-383499D01* 317 | X519499Y-386900D01* 318 | X519499Y-392500D01* 319 | X520599Y-395999D01* 320 | X521799Y-398200D01* 321 | X524000Y-400500D01* 322 | X526300Y-401599D01* 323 | X530900Y-401599D01* 324 | X533099Y-400500D01* 325 | X535399Y-398200D01* 326 | X536500Y-395999D01* 327 | X537699Y-392500D01* 328 | X537699Y-386900D01* 329 | X536500Y-383499D01* 330 | X535399Y-381199D01* 331 | X533099Y-378899D01* 332 | X530900Y-377800D01* 333 | X526300Y-377800D01* 334 | X545199Y-382300D02* 335 | G01* 336 | X547500Y-381199D01* 337 | X550900Y-377800D01* 338 | X550900Y-401599D01* 339 | X560599Y-377800D02* 340 | G01* 341 | X573099Y-377800D01* 342 | X566300Y-386900D01* 343 | X569699Y-386900D01* 344 | X571999Y-388000D01* 345 | X573099Y-389099D01* 346 | X574299Y-392500D01* 347 | X574299Y-394800D01* 348 | X573099Y-398200D01* 349 | X570900Y-400500D01* 350 | X567500Y-401599D01* 351 | X564000Y-401599D01* 352 | X560599Y-400500D01* 353 | X559499Y-399400D01* 354 | X558400Y-397100D01* 355 | X361999Y-377800D02* 356 | G01* 357 | X361999Y-401599D01* 358 | X376300Y-377800D02* 359 | G01* 360 | X374000Y-378899D01* 361 | X371799Y-381199D01* 362 | X370599Y-383499D01* 363 | X369499Y-386900D01* 364 | X369499Y-392500D01* 365 | X370599Y-395999D01* 366 | X371799Y-398200D01* 367 | X374000Y-400500D01* 368 | X376300Y-401599D01* 369 | X380900Y-401599D01* 370 | X383099Y-400500D01* 371 | X385399Y-398200D01* 372 | X386500Y-395999D01* 373 | X387699Y-392500D01* 374 | X387699Y-386900D01* 375 | X386500Y-383499D01* 376 | X385399Y-381199D01* 377 | X383099Y-378899D01* 378 | X380900Y-377800D01* 379 | X376300Y-377800D01* 380 | X395199Y-382300D02* 381 | G01* 382 | X397500Y-381199D01* 383 | X400900Y-377800D01* 384 | X400900Y-401599D01* 385 | X419699Y-377800D02* 386 | G01* 387 | X408400Y-393699D01* 388 | X425399Y-393699D01* 389 | X419699Y-377800D02* 390 | G01* 391 | X419699Y-401599D01* 392 | X331999Y-438800D02* 393 | G01* 394 | X331999Y-462600D01* 395 | X346300Y-438800D02* 396 | G01* 397 | X344000Y-439899D01* 398 | X341799Y-442199D01* 399 | X340599Y-444499D01* 400 | X339499Y-447899D01* 401 | X339499Y-453499D01* 402 | X340599Y-456999D01* 403 | X341799Y-459200D01* 404 | X344000Y-461500D01* 405 | X346300Y-462600D01* 406 | X350900Y-462600D01* 407 | X353099Y-461500D01* 408 | X355399Y-459200D01* 409 | X356500Y-456999D01* 410 | X357699Y-453499D01* 411 | X357699Y-447899D01* 412 | X356500Y-444499D01* 413 | X355399Y-442199D01* 414 | X353099Y-439899D01* 415 | X350900Y-438800D01* 416 | X346300Y-438800D01* 417 | X365199Y-443299D02* 418 | G01* 419 | X367500Y-442199D01* 420 | X370900Y-438800D01* 421 | X370900Y-462600D01* 422 | X391999Y-442199D02* 423 | G01* 424 | X390900Y-439899D01* 425 | X387500Y-438800D01* 426 | X385199Y-438800D01* 427 | X381799Y-439899D01* 428 | X379499Y-443299D01* 429 | X378400Y-449000D01* 430 | X378400Y-454699D01* 431 | X379499Y-459200D01* 432 | X381799Y-461500D01* 433 | X385199Y-462600D01* 434 | X386300Y-462600D01* 435 | X389699Y-461500D01* 436 | X391999Y-459200D01* 437 | X393099Y-455799D01* 438 | X393099Y-454699D01* 439 | X391999Y-451300D01* 440 | X389699Y-449000D01* 441 | X386300Y-447899D01* 442 | X385199Y-447899D01* 443 | X381799Y-449000D01* 444 | X379499Y-451300D01* 445 | X378400Y-454699D01* 446 | X170999Y-438800D02* 447 | G01* 448 | X170999Y-462600D01* 449 | X170999Y-438800D02* 450 | G01* 451 | X181199Y-438800D01* 452 | X184600Y-439899D01* 453 | X185799Y-440999D01* 454 | X186900Y-443299D01* 455 | X186900Y-445599D01* 456 | X185799Y-447899D01* 457 | X184600Y-449000D01* 458 | X181199Y-450100D01* 459 | X170999Y-450100D01* 460 | X179000Y-450100D02* 461 | G01* 462 | X186900Y-462600D01* 463 | X210300Y-442199D02* 464 | G01* 465 | X208000Y-439899D01* 466 | X204600Y-438800D01* 467 | X200100Y-438800D01* 468 | X196700Y-439899D01* 469 | X194400Y-442199D01* 470 | X194400Y-444499D01* 471 | X195500Y-446700D01* 472 | X196700Y-447899D01* 473 | X199000Y-449000D01* 474 | X205799Y-451300D01* 475 | X208000Y-452399D01* 476 | X209200Y-453499D01* 477 | X210300Y-455799D01* 478 | X210300Y-459200D01* 479 | X208000Y-461500D01* 480 | X204600Y-462600D01* 481 | X200100Y-462600D01* 482 | X196700Y-461500D01* 483 | X194400Y-459200D01* 484 | X225799Y-438800D02* 485 | G01* 486 | X225799Y-462600D01* 487 | X217800Y-438800D02* 488 | G01* 489 | X233699Y-438800D01* 490 | G36* 491 | X788880Y-393900D02* 492 | G01* 493 | X788880Y-411900D01* 494 | X797220Y-411900D01* 495 | X797220Y-393900D01* 496 | G37* 497 | G36* 498 | X902780Y-393900D02* 499 | G01* 500 | X902780Y-411900D01* 501 | X911120Y-411900D01* 502 | X911120Y-393900D01* 503 | G37* 504 | G36* 505 | X1600120Y-40080D02* 506 | G01* 507 | X1600120Y-63720D01* 508 | X1604040Y-67640D01* 509 | X1627680Y-67640D01* 510 | G37* 511 | D10* 512 | X1268109Y-535475D02* 513 | G01* 514 | X1031890Y-535475D01* 515 | X1031890Y-102406D02* 516 | G01* 517 | X1268109Y-102404D01* 518 | X1248424Y-535475D02* 519 | G01* 520 | X1248424Y-653584D01* 521 | X1248424Y-653584D02* 522 | G01* 523 | X1051575Y-653584D01* 524 | X1051575Y-535475D02* 525 | G01* 526 | X1051575Y-653584D01* 527 | X1031899Y-181174D02* 528 | G01* 529 | X1059399Y-181174D01* 530 | X1059399Y-133874D01* 531 | X1031899Y-133874D01* 532 | X1031899Y-102375D01* 533 | X1268109Y-535475D02* 534 | G01* 535 | X1268109Y-491424D01* 536 | X1268109Y-414169D02* 537 | G01* 538 | X1268109Y-215835D01* 539 | X1268109Y-138580D02* 540 | G01* 541 | X1268109Y-102404D01* 542 | X1031890Y-535475D02* 543 | G01* 544 | X1031890Y-412685D01* 545 | X1031890Y-335430D02* 546 | G01* 547 | X1031890Y-181174D01* 548 | D43* 549 | X642085Y-423625D02* 550 | G01* 551 | X666496Y-423625D01* 552 | X627910Y-423625D02* 553 | G01* 554 | X603503Y-423625D01* 555 | X627910Y-376379D02* 556 | G01* 557 | X603503Y-376379D01* 558 | X597595Y-384252D02* 559 | G01* 560 | X597595Y-415747D01* 561 | X642085Y-376379D02* 562 | G01* 563 | X666496Y-376379D01* 564 | X672399Y-384252D02* 565 | G01* 566 | X672399Y-415747D01* 567 | X597595Y-382287D02* 568 | G01* 569 | X597595Y-384252D01* 570 | X597595Y-417716D02* 571 | G01* 572 | X597595Y-415747D01* 573 | X672399Y-382283D02* 574 | G01* 575 | X672399Y-384252D01* 576 | X672399Y-417721D02* 577 | G01* 578 | X672399Y-415747D01* 579 | X1707084Y476374D02* 580 | G01* 581 | X1731495Y476374D01* 582 | X1692910Y476374D02* 583 | G01* 584 | X1668504Y476374D01* 585 | X1692910Y523620D02* 586 | G01* 587 | X1668504Y523620D01* 588 | X1662595Y515747D02* 589 | G01* 590 | X1662595Y484252D01* 591 | X1707084Y523620D02* 592 | G01* 593 | X1731495Y523620D01* 594 | X1737399Y515747D02* 595 | G01* 596 | X1737399Y484252D01* 597 | X1662595Y517712D02* 598 | G01* 599 | X1662595Y515747D01* 600 | X1662595Y482283D02* 601 | G01* 602 | X1662595Y484252D01* 603 | X1737399Y517716D02* 604 | G01* 605 | X1737399Y515747D01* 606 | X1737399Y482278D02* 607 | G01* 608 | X1737399Y484252D01* 609 | X942084Y1374D02* 610 | G01* 611 | X966495Y1374D01* 612 | X927910Y1374D02* 613 | G01* 614 | X903504Y1374D01* 615 | X927910Y48620D02* 616 | G01* 617 | X903504Y48620D01* 618 | X897595Y40747D02* 619 | G01* 620 | X897595Y9252D01* 621 | X942084Y48620D02* 622 | G01* 623 | X966495Y48620D01* 624 | X972399Y40747D02* 625 | G01* 626 | X972399Y9252D01* 627 | X897595Y42712D02* 628 | G01* 629 | X897595Y40747D01* 630 | X897595Y7283D02* 631 | G01* 632 | X897595Y9252D01* 633 | X972399Y42716D02* 634 | G01* 635 | X972399Y40747D01* 636 | X972399Y7278D02* 637 | G01* 638 | X972399Y9252D01* 639 | X2062084Y-228625D02* 640 | G01* 641 | X2086495Y-228625D01* 642 | X2047910Y-228625D02* 643 | G01* 644 | X2023504Y-228625D01* 645 | X2047910Y-181379D02* 646 | G01* 647 | X2023504Y-181379D01* 648 | X2017595Y-189252D02* 649 | G01* 650 | X2017595Y-220747D01* 651 | X2062084Y-181379D02* 652 | G01* 653 | X2086495Y-181379D01* 654 | X2092399Y-189252D02* 655 | G01* 656 | X2092399Y-220747D01* 657 | X2017595Y-187287D02* 658 | G01* 659 | X2017595Y-189252D01* 660 | X2017595Y-222716D02* 661 | G01* 662 | X2017595Y-220747D01* 663 | X2092399Y-187283D02* 664 | G01* 665 | X2092399Y-189252D01* 666 | X2092399Y-222721D02* 667 | G01* 668 | X2092399Y-220747D01* 669 | X2067084Y31374D02* 670 | G01* 671 | X2091495Y31374D01* 672 | X2052910Y31374D02* 673 | G01* 674 | X2028504Y31374D01* 675 | X2052910Y78620D02* 676 | G01* 677 | X2028504Y78620D01* 678 | X2022595Y70747D02* 679 | G01* 680 | X2022595Y39252D01* 681 | X2067084Y78620D02* 682 | G01* 683 | X2091495Y78620D01* 684 | X2097399Y70747D02* 685 | G01* 686 | X2097399Y39252D01* 687 | X2022595Y72712D02* 688 | G01* 689 | X2022595Y70747D01* 690 | X2022595Y37283D02* 691 | G01* 692 | X2022595Y39252D01* 693 | X2097399Y72716D02* 694 | G01* 695 | X2097399Y70747D01* 696 | X2097399Y37278D02* 697 | G01* 698 | X2097399Y39252D01* 699 | D10* 700 | X771496Y-423899D02* 701 | G01* 702 | X708503Y-423899D01* 703 | X771496Y-286100D02* 704 | G01* 705 | X708503Y-286102D01* 706 | X699054Y-374684D02* 707 | G01* 708 | X699054Y-416023D01* 709 | X780945Y-374684D02* 710 | G01* 711 | X780945Y-416023D01* 712 | X699054Y-335315D02* 713 | G01* 714 | X699054Y-293976D01* 715 | X780945Y-335315D02* 716 | G01* 717 | X780945Y-293976D01* 718 | X772281Y-286100D02* 719 | G01* 720 | X771496Y-286100D01* 721 | X773068Y-286100D02* 722 | G01* 723 | X771496Y-286100D01* 724 | X706930Y-286102D02* 725 | G01* 726 | X708503Y-286102D01* 727 | X773068Y-423899D02* 728 | G01* 729 | X771496Y-423899D01* 730 | X706930Y-423899D02* 731 | G01* 732 | X708503Y-423899D01* 733 | X986100Y28503D02* 734 | G01* 735 | X986100Y91496D01* 736 | X1123899Y28503D02* 737 | G01* 738 | X1123897Y91496D01* 739 | X1035315Y100945D02* 740 | G01* 741 | X993977Y100945D01* 742 | X1035315Y19054D02* 743 | G01* 744 | X993977Y19054D01* 745 | X1074684Y100945D02* 746 | G01* 747 | X1116022Y100945D01* 748 | X1074684Y19054D02* 749 | G01* 750 | X1116022Y19054D01* 751 | X1123899Y27719D02* 752 | G01* 753 | X1123899Y28503D01* 754 | X1123899Y26930D02* 755 | G01* 756 | X1123899Y28503D01* 757 | X1123897Y93069D02* 758 | G01* 759 | X1123897Y91496D01* 760 | X986100Y26930D02* 761 | G01* 762 | X986100Y28503D01* 763 | X986100Y93069D02* 764 | G01* 765 | X986100Y91496D01* 766 | X2111100Y-256496D02* 767 | G01* 768 | X2111100Y-193503D01* 769 | X2248899Y-256496D02* 770 | G01* 771 | X2248897Y-193503D01* 772 | X2160315Y-184054D02* 773 | G01* 774 | X2118977Y-184054D01* 775 | X2160315Y-265945D02* 776 | G01* 777 | X2118977Y-265945D01* 778 | X2199684Y-184054D02* 779 | G01* 780 | X2241022Y-184054D01* 781 | X2199684Y-265945D02* 782 | G01* 783 | X2241022Y-265945D01* 784 | X2248899Y-257280D02* 785 | G01* 786 | X2248899Y-256496D01* 787 | X2248899Y-258069D02* 788 | G01* 789 | X2248899Y-256496D01* 790 | X2248897Y-191930D02* 791 | G01* 792 | X2248897Y-193503D01* 793 | X2111100Y-258069D02* 794 | G01* 795 | X2111100Y-256496D01* 796 | X2111100Y-191930D02* 797 | G01* 798 | X2111100Y-193503D01* 799 | X2414503Y375898D02* 800 | G01* 801 | X2477496Y375898D01* 802 | X2414503Y238101D02* 803 | G01* 804 | X2477497Y238101D01* 805 | X2486944Y326685D02* 806 | G01* 807 | X2486944Y368022D01* 808 | X2405055Y326685D02* 809 | G01* 810 | X2405055Y368022D01* 811 | X2486944Y287314D02* 812 | G01* 813 | X2486944Y245976D01* 814 | X2405055Y287314D02* 815 | G01* 816 | X2405055Y245976D01* 817 | X2413719Y238101D02* 818 | G01* 819 | X2414503Y238101D01* 820 | X2412930Y238101D02* 821 | G01* 822 | X2414503Y238101D01* 823 | X2479070Y238101D02* 824 | G01* 825 | X2477497Y238101D01* 826 | X2412930Y375898D02* 827 | G01* 828 | X2414503Y375898D01* 829 | X2479068Y375898D02* 830 | G01* 831 | X2477496Y375898D01* 832 | D44* 833 | X908118Y-352728D02* 834 | G01* 835 | X791881Y-352728D01* 836 | X908118Y-253103D02* 837 | G01* 838 | X908118Y-396896D01* 839 | X791881Y-253103D02* 840 | G01* 841 | X791881Y-396896D01* 842 | X908118Y-253103D02* 843 | G01* 844 | X904772Y-253103D01* 845 | X791881Y-253103D02* 846 | G01* 847 | X795227Y-253103D01* 848 | D10* 849 | X1864260Y384724D02* 850 | G01* 851 | X1895757Y384724D01* 852 | X1852061Y341033D02* 853 | G01* 854 | X1852061Y372528D01* 855 | X1907953Y341033D02* 856 | G01* 857 | X1907953Y372528D01* 858 | X1851832Y318360D02* 859 | G01* 860 | X1851832Y286864D01* 861 | X1864031Y274666D02* 862 | G01* 863 | X1895525Y274666D01* 864 | X1907722Y318360D02* 865 | G01* 866 | X1907722Y286864D01* 867 | X2348261Y376725D02* 868 | G01* 869 | X2379758Y376725D01* 870 | X2336062Y333033D02* 871 | G01* 872 | X2336062Y364529D01* 873 | X2391953Y333033D02* 874 | G01* 875 | X2391953Y364529D01* 876 | X2335833Y310360D02* 877 | G01* 878 | X2335833Y278865D01* 879 | X2348031Y266667D02* 880 | G01* 881 | X2379525Y266667D01* 882 | X2391723Y310360D02* 883 | G01* 884 | X2391723Y278865D01* 885 | D43* 886 | X1661602Y119376D02* 887 | G01* 888 | X1661602Y166622D01* 889 | X1691917Y119376D02* 890 | G01* 891 | X1661602Y119376D01* 892 | X1736406Y119376D02* 893 | G01* 894 | X1736406Y166622D01* 895 | X1706091Y119376D02* 896 | G01* 897 | X1736406Y119376D01* 898 | X1706091Y166622D02* 899 | G01* 900 | X1736406Y166622D01* 901 | X1691917Y166622D02* 902 | G01* 903 | X1661602Y166622D01* 904 | X2022602Y141377D02* 905 | G01* 906 | X2022602Y188622D01* 907 | X2052917Y141377D02* 908 | G01* 909 | X2022602Y141377D01* 910 | X2097407Y141377D02* 911 | G01* 912 | X2097407Y188622D01* 913 | X2067092Y141377D02* 914 | G01* 915 | X2097407Y141377D01* 916 | X2067092Y188622D02* 917 | G01* 918 | X2097407Y188622D01* 919 | X2052917Y188622D02* 920 | G01* 921 | X2022602Y188622D01* 922 | X267602Y-503622D02* 923 | G01* 924 | X267602Y-456377D01* 925 | X297917Y-503622D02* 926 | G01* 927 | X267602Y-503622D01* 928 | X342406Y-503622D02* 929 | G01* 930 | X342406Y-456377D01* 931 | X312091Y-503622D02* 932 | G01* 933 | X342406Y-503622D01* 934 | X312091Y-456377D02* 935 | G01* 936 | X342406Y-456377D01* 937 | X297917Y-456377D02* 938 | G01* 939 | X267602Y-456377D01* 940 | X267602Y-448622D02* 941 | G01* 942 | X267602Y-401377D01* 943 | X297917Y-448622D02* 944 | G01* 945 | X267602Y-448622D01* 946 | X342406Y-448622D02* 947 | G01* 948 | X342406Y-401377D01* 949 | X312091Y-448622D02* 950 | G01* 951 | X342406Y-448622D01* 952 | X312091Y-401377D02* 953 | G01* 954 | X342406Y-401377D01* 955 | X297917Y-401377D02* 956 | G01* 957 | X267602Y-401377D01* 958 | D45* 959 | X1930000Y-540000D02* 960 | G01* 961 | X1930000Y-415000D01* 962 | D46* 963 | X1930000Y-540000D02* 964 | G01* 965 | X1830000Y-540000D01* 966 | X1830000Y-340000D01* 967 | X1930000Y-340000D01* 968 | X1930000Y-415000D01* 969 | X1550000Y275000D02* 970 | G01* 971 | X1550000Y350000D01* 972 | X1450000Y350000D01* 973 | X1450000Y-360000D01* 974 | X1550000Y-360000D01* 975 | X1550000Y-250000D01* 976 | D45* 977 | X1550000Y-250000D02* 978 | G01* 979 | X1550000Y275000D01* 980 | D10* 981 | X6156Y-314960D02* 982 | G01* 983 | X6156Y315001D01* 984 | X-264765Y1D02* 985 | G01* 986 | X-264765Y315001D01* 987 | X37157Y315001D02* 988 | G01* 989 | X-265001Y315001D01* 990 | X115898Y315001D02* 991 | G01* 992 | X102602Y315001D01* 993 | X194637Y315001D02* 994 | G01* 995 | X181341Y315001D01* 996 | X273377Y315001D02* 997 | G01* 998 | X260082Y315001D01* 999 | X352118Y315001D02* 1000 | G01* 1001 | X338822Y315001D01* 1002 | X430859Y315001D02* 1003 | G01* 1004 | X417563Y315001D01* 1005 | X509598Y315001D02* 1006 | G01* 1007 | X496302Y315001D01* 1008 | X588339Y315001D02* 1009 | G01* 1010 | X575043Y315001D01* 1011 | X679998Y229573D02* 1012 | G01* 1013 | X679998Y315001D01* 1014 | X653782Y315001D01* 1015 | X679998Y150832D02* 1016 | G01* 1017 | X679998Y164128D01* 1018 | X679998Y72092D02* 1019 | G01* 1020 | X679998Y85389D01* 1021 | X679998Y-6648D02* 1022 | G01* 1023 | X679998Y6649D01* 1024 | X679998Y-85387D02* 1025 | G01* 1026 | X679998Y-72091D01* 1027 | X679998Y-164128D02* 1028 | G01* 1029 | X679998Y-150832D01* 1030 | X653782Y-314960D02* 1031 | G01* 1032 | X679998Y-314960D01* 1033 | X679998Y-229571D01* 1034 | X575043Y-314960D02* 1035 | G01* 1036 | X588339Y-314960D01* 1037 | X496302Y-314960D02* 1038 | G01* 1039 | X509598Y-314960D01* 1040 | X417563Y-314960D02* 1041 | G01* 1042 | X430859Y-314960D01* 1043 | X338822Y-314960D02* 1044 | G01* 1045 | X352118Y-314960D01* 1046 | X260082Y-314960D02* 1047 | G01* 1048 | X273377Y-314960D01* 1049 | X181341Y-314960D02* 1050 | G01* 1051 | X194637Y-314960D01* 1052 | X102602Y-314960D02* 1053 | G01* 1054 | X115898Y-314960D01* 1055 | X-264765Y1D02* 1056 | G01* 1057 | X-264765Y-314960D01* 1058 | X37157Y-314960D01* 1059 | D46* 1060 | X850000Y535000D02* 1061 | G01* 1062 | X850000Y435000D01* 1063 | X650000Y435000D01* 1064 | X650000Y535000D01* 1065 | X725000Y535000D01* 1066 | D45* 1067 | X850000Y535000D02* 1068 | G01* 1069 | X725000Y535000D01* 1070 | D44* 1071 | X1953806Y130086D02* 1072 | G01* 1073 | X1886193Y130086D01* 1074 | X1886193Y89472D01* 1075 | X1953806Y9913D02* 1076 | G01* 1077 | X1886193Y9913D01* 1078 | X1886193Y50527D01* 1079 | X1953806Y87928D02* 1080 | G01* 1081 | X1953806Y52071D01* 1082 | X1953806Y86D02* 1083 | G01* 1084 | X1886193Y86D01* 1085 | X1886193Y-40527D01* 1086 | X1953806Y-120086D02* 1087 | G01* 1088 | X1886193Y-120086D01* 1089 | X1886193Y-79472D01* 1090 | X1953806Y-42071D02* 1091 | G01* 1092 | X1953806Y-77928D01* 1093 | X1858905Y209630D02* 1094 | G01* 1095 | X1887174Y209630D01* 1096 | X1887174Y170369D01* 1097 | X1858905Y170369D01* 1098 | X1841094Y209630D02* 1099 | G01* 1100 | X1812825Y209630D01* 1101 | X1812825Y170369D01* 1102 | X1841094Y170369D01* 1103 | X1858905Y254630D02* 1104 | G01* 1105 | X1887174Y254630D01* 1106 | X1887174Y215369D01* 1107 | X1858905Y215369D01* 1108 | X1841094Y254630D02* 1109 | G01* 1110 | X1812825Y254630D01* 1111 | X1812825Y215369D01* 1112 | X1841094Y215369D01* 1113 | X1707444Y-152899D02* 1114 | G01* 1115 | X1735713Y-152899D01* 1116 | X1735713Y-192159D01* 1117 | X1707444Y-192159D01* 1118 | X1689633Y-152899D02* 1119 | G01* 1120 | X1661364Y-152899D01* 1121 | X1661364Y-192159D01* 1122 | X1689633Y-192159D01* 1123 | D10* 1124 | X2253858Y-498611D02* 1125 | G01* 1126 | X2253858Y-465630D01* 1127 | X2122709Y-425630D02* 1128 | G01* 1129 | X2058625Y-425630D01* 1130 | X2176343Y-425630D02* 1131 | G01* 1132 | X2181764Y-425630D01* 1133 | X2176343Y-425630D01* 1134 | X2090473Y-425630D02* 1135 | G01* 1136 | X2122709Y-425630D01* 1137 | X1986141Y-498611D02* 1138 | G01* 1139 | X1986141Y-465630D01* 1140 | X2103001Y-537833D02* 1141 | G01* 1142 | X2005083Y-537833D01* 1143 | X2163306Y-537833D02* 1144 | G01* 1145 | X2234913Y-537833D01* 1146 | X2103001Y-596167D02* 1147 | G01* 1148 | X2103001Y-537833D01* 1149 | X2163306Y-596167D02* 1150 | G01* 1151 | X2163306Y-537833D01* 1152 | X2103001Y-596167D02* 1153 | G01* 1154 | X2163306Y-596167D01* 1155 | X1770900Y389400D02* 1156 | G01* 1157 | X1770900Y314600D01* 1158 | X1735399Y279099D01* 1159 | X1664600Y279099D01* 1160 | X1625200Y318499D01* 1161 | X1625200Y385399D01* 1162 | X1660699Y420900D01* 1163 | X1739399Y420900D01* 1164 | X1770900Y389400D01* 1165 | X1800399Y299800D02* 1166 | G01* 1167 | X1765160Y264560D01* 1168 | X1746000Y249600D02* 1169 | G01* 1170 | X1653999Y249600D01* 1171 | X1634839Y264560D02* 1172 | G01* 1173 | X1599600Y299800D01* 1174 | X1746000Y450399D02* 1175 | G01* 1176 | X1653999Y450399D01* 1177 | X1634839Y435439D02* 1178 | G01* 1179 | X1599600Y400199D01* 1180 | X1800399Y400199D02* 1181 | G01* 1182 | X1765160Y435439D01* 1183 | X1599600Y400199D02* 1184 | G01* 1185 | X1599600Y299800D01* 1186 | X1800399Y400199D02* 1187 | G01* 1188 | X1800399Y299800D01* 1189 | X1629099Y-389400D02* 1190 | G01* 1191 | X1629099Y-314600D01* 1192 | X1664600Y-279099D01* 1193 | X1735399Y-279099D01* 1194 | X1774799Y-318499D01* 1195 | X1774799Y-385399D01* 1196 | X1739300Y-420900D01* 1197 | X1660600Y-420900D01* 1198 | X1629099Y-389400D01* 1199 | X1599600Y-299800D02* 1200 | G01* 1201 | X1634839Y-264560D01* 1202 | X1653999Y-249600D02* 1203 | G01* 1204 | X1746000Y-249600D01* 1205 | X1765160Y-264560D02* 1206 | G01* 1207 | X1800399Y-299800D01* 1208 | X1653999Y-450399D02* 1209 | G01* 1210 | X1746000Y-450399D01* 1211 | X1765160Y-435439D02* 1212 | G01* 1213 | X1800399Y-400199D01* 1214 | X1599600Y-400199D02* 1215 | G01* 1216 | X1634839Y-435439D01* 1217 | X1800399Y-400199D02* 1218 | G01* 1219 | X1800399Y-299800D01* 1220 | X1599600Y-400199D02* 1221 | G01* 1222 | X1599600Y-299800D01* 1223 | D44* 1224 | X1925150Y290259D02* 1225 | G01* 1226 | X1925150Y429740D01* 1227 | X2324849Y429740D01* 1228 | X2324849Y290259D01* 1229 | X1925150Y290259D01* 1230 | X2155754Y-166577D02* 1231 | G01* 1232 | X2051331Y-166577D01* 1233 | X2051331Y-121347D01* 1234 | X2155754Y16586D02* 1235 | G01* 1236 | X2051331Y16586D01* 1237 | X2051331Y-28641D01* 1238 | D10* 1239 | X2497557Y-118110D02* 1240 | G01* 1241 | X2517242Y-118110D01* 1242 | X2518424Y121653D01* 1243 | X2497557Y122046D01* 1244 | X2377879Y-146957D02* 1245 | G01* 1246 | X2371006Y-146923D01* 1247 | X2497557Y-118110D02* 1248 | G01* 1249 | X2498344Y-135826D01* 1250 | X2518818Y-147638D01* 1251 | X2481819Y-147458D01* 1252 | X2377893Y-147046D02* 1253 | G01* 1254 | X2369714Y-146900D01* 1255 | X2497557Y-118110D02* 1256 | G01* 1257 | X2497557Y122046D01* 1258 | X2497557Y133858D01* 1259 | X2517242Y149605D01* 1260 | X2481388Y149605D01* 1261 | X2377893Y-147046D02* 1262 | G01* 1263 | X2300708Y-145668D01* 1264 | X2300591Y120306D02* 1265 | G01* 1266 | X2300708Y149605D01* 1267 | X2378391Y149605D01* 1268 | X2300384Y68155D02* 1269 | G01* 1270 | X2300394Y70826D01* 1271 | X2299831Y-71401D02* 1272 | G01* 1273 | X2299844Y-68153D01* 1274 | X2299526Y-148031D02* 1275 | G01* 1276 | X2299641Y-119340D01* 1277 | X1627673Y-67647D02* 1278 | G01* 1279 | X1600113Y-67647D01* 1280 | X1600113Y-67647D01* 1281 | X1600113Y-40086D01* 1282 | X1627682Y-67647D01* 1283 | X1796966Y85898D02* 1284 | G01* 1285 | X1796966Y-110952D01* 1286 | X1668240Y85898D02* 1287 | G01* 1288 | X1728841Y85898D01* 1289 | X1792251Y85898D02* 1290 | G01* 1291 | X1796966Y85898D01* 1292 | X1600115Y85898D02* 1293 | G01* 1294 | X1604830Y85898D01* 1295 | X1600115Y-110952D02* 1296 | G01* 1297 | X1600115Y85898D01* 1298 | X1604830Y-110952D02* 1299 | G01* 1300 | X1600115Y-110952D01* 1301 | X1796966Y-110952D02* 1302 | G01* 1303 | X1792251Y-110952D01* 1304 | X1728841Y-110952D02* 1305 | G01* 1306 | X1668240Y-110952D01* 1307 | D43* 1308 | X2022602Y86377D02* 1309 | G01* 1310 | X2022602Y133622D01* 1311 | X2052917Y86377D02* 1312 | G01* 1313 | X2022602Y86377D01* 1314 | X2097407Y86377D02* 1315 | G01* 1316 | X2097407Y133622D01* 1317 | X2067092Y86377D02* 1318 | G01* 1319 | X2097407Y86377D01* 1320 | X2067092Y133622D02* 1321 | G01* 1322 | X2097407Y133622D01* 1323 | X2052917Y133622D02* 1324 | G01* 1325 | X2022602Y133622D01* 1326 | D44* 1327 | X781890Y291630D02* 1328 | G01* 1329 | X810771Y291630D01* 1330 | X810771Y388368D01* 1331 | X781890Y388368D01* 1332 | X768110Y291630D02* 1333 | G01* 1334 | X739229Y291630D01* 1335 | X739229Y388368D01* 1336 | X768110Y388368D01* 1337 | D10* 1338 | X1550000Y546849D02* 1339 | G01* 1340 | X1550000Y-546849D01* 1341 | X5909Y-546849D01* 1342 | X5909Y546849D01* 1343 | X1550000Y546849D01* 1344 | D45* 1345 | X2285000Y-285000D02* 1346 | G01* 1347 | X2410000Y-285000D01* 1348 | D46* 1349 | X2285000Y-285000D02* 1350 | G01* 1351 | X2285000Y-185000D01* 1352 | X2485000Y-185000D01* 1353 | X2485000Y-285000D01* 1354 | X2410000Y-285000D01* 1355 | D43* 1356 | X942084Y56374D02* 1357 | G01* 1358 | X966495Y56374D01* 1359 | X927910Y56374D02* 1360 | G01* 1361 | X903504Y56374D01* 1362 | X927910Y103620D02* 1363 | G01* 1364 | X903504Y103620D01* 1365 | X897595Y95747D02* 1366 | G01* 1367 | X897595Y64252D01* 1368 | X942084Y103620D02* 1369 | G01* 1370 | X966495Y103620D01* 1371 | X972399Y95747D02* 1372 | G01* 1373 | X972399Y64252D01* 1374 | X897595Y97712D02* 1375 | G01* 1376 | X897595Y95747D01* 1377 | X897595Y62283D02* 1378 | G01* 1379 | X897595Y64252D01* 1380 | X972399Y97716D02* 1381 | G01* 1382 | X972399Y95747D01* 1383 | X972399Y62278D02* 1384 | G01* 1385 | X972399Y64252D01* 1386 | D47* 1387 | X915780Y521460D02* 1388 | G01* 1389 | X1348850Y521460D01* 1390 | X1348850Y112020D01* 1391 | X915780Y112020D01* 1392 | X915780Y521460D01* 1393 | D43* 1394 | G75* 1395 | G01* 1396 | X603504Y-376379D02* 1397 | G03* 1398 | X597595Y-382288I0J-5909D01* 1399 | G75* 1400 | G01* 1401 | X603504Y-423625D02* 1402 | G02* 1403 | X597595Y-417716I0J5909D01* 1404 | G75* 1405 | G01* 1406 | X666496Y-376379D02* 1407 | G02* 1408 | X672400Y-382283I0J-5904D01* 1409 | G75* 1410 | G01* 1411 | X666496Y-423625D02* 1412 | G03* 1413 | X672400Y-417721I0J5904D01* 1414 | G75* 1415 | G01* 1416 | X1668504Y523621D02* 1417 | G03* 1418 | X1662595Y517712I0J-5909D01* 1419 | G75* 1420 | G01* 1421 | X1668504Y476375D02* 1422 | G02* 1423 | X1662595Y482284I0J5909D01* 1424 | G75* 1425 | G01* 1426 | X1731496Y523621D02* 1427 | G02* 1428 | X1737400Y517717I0J-5904D01* 1429 | G75* 1430 | G01* 1431 | X1731496Y476375D02* 1432 | G03* 1433 | X1737400Y482279I0J5904D01* 1434 | G75* 1435 | G01* 1436 | X903504Y48621D02* 1437 | G03* 1438 | X897595Y42712I0J-5909D01* 1439 | G75* 1440 | G01* 1441 | X903504Y1375D02* 1442 | G02* 1443 | X897595Y7284I0J5909D01* 1444 | G75* 1445 | G01* 1446 | X966496Y48621D02* 1447 | G02* 1448 | X972400Y42717I0J-5904D01* 1449 | G75* 1450 | G01* 1451 | X966496Y1375D02* 1452 | G03* 1453 | X972400Y7279I0J5904D01* 1454 | G75* 1455 | G01* 1456 | X2023504Y-181379D02* 1457 | G03* 1458 | X2017595Y-187288I0J-5909D01* 1459 | G75* 1460 | G01* 1461 | X2023504Y-228625D02* 1462 | G02* 1463 | X2017595Y-222716I0J5909D01* 1464 | G75* 1465 | G01* 1466 | X2086496Y-181379D02* 1467 | G02* 1468 | X2092400Y-187283I0J-5904D01* 1469 | G75* 1470 | G01* 1471 | X2086496Y-228625D02* 1472 | G03* 1473 | X2092400Y-222721I0J5904D01* 1474 | G75* 1475 | G01* 1476 | X2028504Y78621D02* 1477 | G03* 1478 | X2022595Y72712I0J-5909D01* 1479 | G75* 1480 | G01* 1481 | X2028504Y31375D02* 1482 | G02* 1483 | X2022595Y37284I0J5909D01* 1484 | G75* 1485 | G01* 1486 | X2091496Y78621D02* 1487 | G02* 1488 | X2097400Y72717I0J-5904D01* 1489 | G75* 1490 | G01* 1491 | X2091496Y31375D02* 1492 | G03* 1493 | X2097400Y37279I0J5904D01* 1494 | D10* 1495 | G75* 1496 | G01* 1497 | X780945Y-293977D02* 1498 | G03* 1499 | X773069Y-286101I-7876J0D01* 1500 | G75* 1501 | G01* 1502 | X699055Y-293977D02* 1503 | G02* 1504 | X706930Y-286102I7875J0D01* 1505 | G75* 1506 | G01* 1507 | X780945Y-416023D02* 1508 | G02* 1509 | X773069Y-423899I-7876J0D01* 1510 | G75* 1511 | G01* 1512 | X699055Y-416023D02* 1513 | G03* 1514 | X706931Y-423899I7876J0D01* 1515 | G75* 1516 | G01* 1517 | X1116023Y19055D02* 1518 | G03* 1519 | X1123899Y26931I0J7876D01* 1520 | G75* 1521 | G01* 1522 | X1116023Y100945D02* 1523 | G02* 1524 | X1123898Y93070I0J-7875D01* 1525 | G75* 1526 | G01* 1527 | X993977Y19055D02* 1528 | G02* 1529 | X986101Y26931I0J7876D01* 1530 | G75* 1531 | G01* 1532 | X993977Y100945D02* 1533 | G03* 1534 | X986101Y93069I0J-7876D01* 1535 | G75* 1536 | G01* 1537 | X2241023Y-265945D02* 1538 | G03* 1539 | X2248899Y-258069I0J7876D01* 1540 | G75* 1541 | G01* 1542 | X2241023Y-184055D02* 1543 | G02* 1544 | X2248898Y-191930I0J-7875D01* 1545 | G75* 1546 | G01* 1547 | X2118977Y-265945D02* 1548 | G02* 1549 | X2111101Y-258069I0J7876D01* 1550 | G75* 1551 | G01* 1552 | X2118977Y-184055D02* 1553 | G03* 1554 | X2111101Y-191931I0J-7876D01* 1555 | G75* 1556 | G01* 1557 | X2405055Y245977D02* 1558 | G03* 1559 | X2412931Y238101I7876J0D01* 1560 | G75* 1561 | G01* 1562 | X2486945Y245977D02* 1563 | G02* 1564 | X2479070Y238102I-7875J0D01* 1565 | G75* 1566 | G01* 1567 | X2405055Y368023D02* 1568 | G02* 1569 | X2412931Y375899I7876J0D01* 1570 | G75* 1571 | G01* 1572 | X2486945Y368023D02* 1573 | G03* 1574 | X2479069Y375899I-7876J0D01* 1575 | G75* 1576 | G01* 1577 | X1864031Y274665D02* 1578 | G02* 1579 | X1851833Y286863I0J12198D01* 1580 | G75* 1581 | G01* 1582 | X1907725Y286863D02* 1583 | G02* 1584 | X1895526Y274665I-12198J0D01* 1585 | G75* 1586 | G01* 1587 | X1852062Y372527D02* 1588 | G02* 1589 | X1864261Y384725I12198J0D01* 1590 | G75* 1591 | G01* 1592 | X1895756Y384725D02* 1593 | G02* 1594 | X1907954Y372527I0J-12198D01* 1595 | G75* 1596 | G01* 1597 | X2348031Y266665D02* 1598 | G02* 1599 | X2335833Y278863I0J12198D01* 1600 | G75* 1601 | G01* 1602 | X2391725Y278863D02* 1603 | G02* 1604 | X2379526Y266665I-12198J0D01* 1605 | G75* 1606 | G01* 1607 | X2336062Y364527D02* 1608 | G02* 1609 | X2348261Y376725I12198J0D01* 1610 | G75* 1611 | G01* 1612 | X2379756Y376725D02* 1613 | G02* 1614 | X2391954Y364527I0J-12198D01* 1615 | D43* 1616 | G75* 1617 | G01* 1618 | X903504Y103621D02* 1619 | G03* 1620 | X897595Y97712I0J-5909D01* 1621 | G75* 1622 | G01* 1623 | X903504Y56375D02* 1624 | G02* 1625 | X897595Y62284I0J5909D01* 1626 | G75* 1627 | G01* 1628 | X966496Y103621D02* 1629 | G02* 1630 | X972400Y97717I0J-5904D01* 1631 | G75* 1632 | G01* 1633 | X966496Y56375D02* 1634 | G03* 1635 | X972400Y62279I0J5904D01* 1636 | D48* 1637 | G75* 1638 | G01 1639 | X2870Y-365000D02* 1640 | G03X2870Y-365000I-7870J0D01* 1641 | D10* 1642 | G75* 1643 | G01 1644 | X1750200Y350000D02* 1645 | G03X1750200Y350000I-50200J0D01* 1646 | G75* 1647 | G01 1648 | X1750200Y-350000D02* 1649 | G03X1750200Y-350000I-50200J0D01* 1650 | D49* 1651 | G75* 1652 | G01 1653 | X1955910Y319880D02* 1654 | G03X1955910Y319880I-5910J0D01* 1655 | G75* 1656 | G01 1657 | X1927080Y246910D02* 1658 | G03X1927080Y246910I-5910J0D01* 1659 | D10* 1660 | G75* 1661 | G01 1662 | X1757600Y-12550D02* 1663 | G03X1757600Y-12550I-59060J0D01* 1664 | G75* 1665 | G01 1666 | X1800900Y105580D02* 1667 | G03X1800900Y105580I-3940J0D01* 1668 | M02* 1669 | -------------------------------------------------------------------------------- /hardware/Rev B/Gerber_2205-radiobox/Gerber_TopSolderMaskLayer.GTS: -------------------------------------------------------------------------------- 1 | G04 Layer: TopSolderMaskLayer* 2 | G04 EasyEDA v6.5.5, 2022-06-30 21:59:10* 3 | G04 844943e940ba41f192d5fd3784e3f5d8,9c416354eb984020824aaf9c885bead6,10* 4 | G04 Gerber Generator version 0.2* 5 | G04 Scale: 100 percent, Rotated: No, Reflected: No * 6 | G04 Dimensions in inches * 7 | G04 leading zeros omitted , absolute positions ,3 integer and 6 decimal * 8 | %FSLAX36Y36*% 9 | %MOIN*% 10 | 11 | %ADD52C,0.0260*% 12 | %ADD53C,0.0552*% 13 | %ADD60C,0.0660*% 14 | %ADD61C,0.0709*% 15 | %ADD66C,0.0828*% 16 | %ADD77C,0.0640*% 17 | %ADD78C,0.1221*% 18 | %ADD80C,0.0440*% 19 | 20 | %LPD*% 21 | D52* 22 | X1950000Y270237D02* 23 | G01* 24 | X1950000Y223582D01* 25 | X2000000Y270237D02* 26 | G01* 27 | X2000000Y223582D01* 28 | X2050000Y270237D02* 29 | G01* 30 | X2050000Y223582D01* 31 | X2100000Y270237D02* 32 | G01* 33 | X2100000Y223582D01* 34 | X2150000Y270237D02* 35 | G01* 36 | X2150000Y223582D01* 37 | X2200000Y270237D02* 38 | G01* 39 | X2200000Y223582D01* 40 | X2250000Y270237D02* 41 | G01* 42 | X2250000Y223582D01* 43 | X2300000Y270237D02* 44 | G01* 45 | X2300000Y223582D01* 46 | X1950000Y496417D02* 47 | G01* 48 | X1950000Y449762D01* 49 | X2000000Y496417D02* 50 | G01* 51 | X2000000Y449762D01* 52 | X2050000Y496417D02* 53 | G01* 54 | X2050000Y449762D01* 55 | X2100000Y496417D02* 56 | G01* 57 | X2100000Y449762D01* 58 | X2150000Y496417D02* 59 | G01* 60 | X2150000Y449762D01* 61 | X2200000Y496417D02* 62 | G01* 63 | X2200000Y449762D01* 64 | X2250000Y496417D02* 65 | G01* 66 | X2250000Y449762D01* 67 | X2300000Y496417D02* 68 | G01* 69 | X2300000Y449762D01* 70 | D53* 71 | X2412173Y141729D02* 72 | G01* 73 | X2447606Y141729D01* 74 | X2412173Y-141729D02* 75 | G01* 76 | X2447606Y-141729D01* 77 | G36* 78 | X1246400Y-484299D02* 79 | G01* 80 | X1246400Y-421300D01* 81 | X1368500Y-421300D01* 82 | X1368500Y-484299D01* 83 | G37* 84 | G36* 85 | X931499Y-405599D02* 86 | G01* 87 | X931499Y-342500D01* 88 | X1053599Y-342500D01* 89 | X1053599Y-405599D01* 90 | G37* 91 | G36* 92 | X1246400Y-208699D02* 93 | G01* 94 | X1246400Y-145700D01* 95 | X1368500Y-145700D01* 96 | X1368500Y-208699D01* 97 | G37* 98 | G36* 99 | X601500Y-419800D02* 100 | G01* 101 | X601500Y-380300D01* 102 | X629200Y-380300D01* 103 | X629200Y-419800D01* 104 | G37* 105 | G36* 106 | X640799Y-419800D02* 107 | G01* 108 | X640799Y-380300D01* 109 | X668499Y-380300D01* 110 | X668499Y-419800D01* 111 | G37* 112 | G36* 113 | X1666499Y480199D02* 114 | G01* 115 | X1666499Y519699D01* 116 | X1694200Y519699D01* 117 | X1694200Y480199D01* 118 | G37* 119 | G36* 120 | X1705799Y480199D02* 121 | G01* 122 | X1705799Y519699D01* 123 | X1733500Y519699D01* 124 | X1733500Y480199D01* 125 | G37* 126 | G36* 127 | X901499Y5199D02* 128 | G01* 129 | X901499Y44699D01* 130 | X929200Y44699D01* 131 | X929200Y5199D01* 132 | G37* 133 | G36* 134 | X940799Y5199D02* 135 | G01* 136 | X940799Y44699D01* 137 | X968500Y44699D01* 138 | X968500Y5199D01* 139 | G37* 140 | G36* 141 | X2021499Y-224800D02* 142 | G01* 143 | X2021499Y-185300D01* 144 | X2049200Y-185300D01* 145 | X2049200Y-224800D01* 146 | G37* 147 | G36* 148 | X2060799Y-224800D02* 149 | G01* 150 | X2060799Y-185300D01* 151 | X2088500Y-185300D01* 152 | X2088500Y-224800D01* 153 | G37* 154 | G36* 155 | X2026499Y35199D02* 156 | G01* 157 | X2026499Y74699D01* 158 | X2054200Y74699D01* 159 | X2054200Y35199D01* 160 | G37* 161 | G36* 162 | X2065799Y35199D02* 163 | G01* 164 | X2065799Y74699D01* 165 | X2093500Y74699D01* 166 | X2093500Y35199D01* 167 | G37* 168 | G36* 169 | X705500Y-339299D02* 170 | G01* 171 | X705500Y-291900D01* 172 | X774499Y-291900D01* 173 | X774499Y-339299D01* 174 | G37* 175 | G36* 176 | X705500Y-418099D02* 177 | G01* 178 | X705500Y-370700D01* 179 | X774499Y-370700D01* 180 | X774499Y-418099D01* 181 | G37* 182 | G36* 183 | X1070699Y25500D02* 184 | G01* 185 | X1070699Y94499D01* 186 | X1118100Y94499D01* 187 | X1118100Y25500D01* 188 | G37* 189 | G36* 190 | X991899Y25500D02* 191 | G01* 192 | X991899Y94499D01* 193 | X1039300Y94499D01* 194 | X1039300Y25500D01* 195 | G37* 196 | G36* 197 | X2195699Y-259499D02* 198 | G01* 199 | X2195699Y-190500D01* 200 | X2243100Y-190500D01* 201 | X2243100Y-259499D01* 202 | G37* 203 | G36* 204 | X2116899Y-259499D02* 205 | G01* 206 | X2116899Y-190500D01* 207 | X2164300Y-190500D01* 208 | X2164300Y-259499D01* 209 | G37* 210 | G36* 211 | X2411499Y243899D02* 212 | G01* 213 | X2411499Y291300D01* 214 | X2480500Y291300D01* 215 | X2480500Y243899D01* 216 | G37* 217 | G36* 218 | X2411499Y322699D02* 219 | G01* 220 | X2411499Y370100D01* 221 | X2480500Y370100D01* 222 | X2480500Y322699D01* 223 | G37* 224 | G36* 225 | X801199Y-287600D02* 226 | G01* 227 | X801199Y-220300D01* 228 | X898800Y-220300D01* 229 | X898800Y-287600D01* 230 | G37* 231 | G36* 232 | X801199Y-429699D02* 233 | G01* 234 | X801199Y-362399D01* 235 | X898800Y-362399D01* 236 | X898800Y-429699D01* 237 | G37* 238 | G36* 239 | X1860299Y339800D02* 240 | G01* 241 | X1860299Y375300D01* 242 | X1899700Y375300D01* 243 | X1899700Y339800D01* 244 | G37* 245 | G36* 246 | X1860299Y284699D02* 247 | G01* 248 | X1860299Y320199D01* 249 | X1899700Y320199D01* 250 | X1899700Y284699D01* 251 | G37* 252 | G36* 253 | X2344300Y331799D02* 254 | G01* 255 | X2344300Y367300D01* 256 | X2383699Y367300D01* 257 | X2383699Y331799D01* 258 | G37* 259 | G36* 260 | X2344300Y276700D02* 261 | G01* 262 | X2344300Y312199D01* 263 | X2383699Y312199D01* 264 | X2383699Y276700D01* 265 | G37* 266 | G36* 267 | X1665500Y123299D02* 268 | G01* 269 | X1665500Y162699D01* 270 | X1693199Y162699D01* 271 | X1693199Y123299D01* 272 | G37* 273 | G36* 274 | X1704799Y123299D02* 275 | G01* 276 | X1704799Y162699D01* 277 | X1732500Y162699D01* 278 | X1732500Y123299D01* 279 | G37* 280 | G36* 281 | X2026499Y145300D02* 282 | G01* 283 | X2026499Y184699D01* 284 | X2054200Y184699D01* 285 | X2054200Y145300D01* 286 | G37* 287 | G36* 288 | X2065799Y145300D02* 289 | G01* 290 | X2065799Y184699D01* 291 | X2093500Y184699D01* 292 | X2093500Y145300D01* 293 | G37* 294 | G36* 295 | X271500Y-499699D02* 296 | G01* 297 | X271500Y-460300D01* 298 | X299200Y-460300D01* 299 | X299200Y-499699D01* 300 | G37* 301 | G36* 302 | X310799Y-499699D02* 303 | G01* 304 | X310799Y-460300D01* 305 | X338499Y-460300D01* 306 | X338499Y-499699D01* 307 | G37* 308 | G36* 309 | X271500Y-444699D02* 310 | G01* 311 | X271500Y-405300D01* 312 | X299200Y-405300D01* 313 | X299200Y-444699D01* 314 | G37* 315 | G36* 316 | X310799Y-444699D02* 317 | G01* 318 | X310799Y-405300D01* 319 | X338499Y-405300D01* 320 | X338499Y-444699D01* 321 | G37* 322 | D60* 323 | G01* 324 | X1880000Y-390000D03* 325 | D61* 326 | G01* 327 | X1880000Y-490000D03* 328 | D60* 329 | G01* 330 | X1500000Y-200000D03* 331 | G01* 332 | X1500000Y-100000D03* 333 | G01* 334 | X1500000Y0D03* 335 | G01* 336 | X1500000Y100000D03* 337 | G01* 338 | X1500000Y200000D03* 339 | G36* 340 | X1466999Y266999D02* 341 | G01* 342 | X1466999Y333000D01* 343 | X1533000Y333000D01* 344 | X1533000Y266999D01* 345 | G37* 346 | G01* 347 | X1500000Y-300000D03* 348 | G36* 349 | X44299Y269699D02* 350 | G01* 351 | X44299Y360199D01* 352 | X95500Y360199D01* 353 | X95500Y269699D01* 354 | G37* 355 | G36* 356 | X123000Y269699D02* 357 | G01* 358 | X123000Y360199D01* 359 | X174200Y360199D01* 360 | X174200Y269699D01* 361 | G37* 362 | G36* 363 | X201799Y269699D02* 364 | G01* 365 | X201799Y360199D01* 366 | X253000Y360199D01* 367 | X253000Y269699D01* 368 | G37* 369 | G36* 370 | X280500Y269699D02* 371 | G01* 372 | X280500Y360199D01* 373 | X331700Y360199D01* 374 | X331700Y269699D01* 375 | G37* 376 | G36* 377 | X359200Y269699D02* 378 | G01* 379 | X359200Y360199D01* 380 | X410399Y360199D01* 381 | X410399Y269699D01* 382 | G37* 383 | G36* 384 | X438000Y269699D02* 385 | G01* 386 | X438000Y360199D01* 387 | X489200Y360199D01* 388 | X489200Y269699D01* 389 | G37* 390 | G36* 391 | X516700Y269699D02* 392 | G01* 393 | X516700Y360199D01* 394 | X567899Y360199D01* 395 | X567899Y269699D01* 396 | G37* 397 | G36* 398 | X595500Y269699D02* 399 | G01* 400 | X595500Y360199D01* 401 | X646700Y360199D01* 402 | X646700Y269699D01* 403 | G37* 404 | G36* 405 | X634800Y171300D02* 406 | G01* 407 | X634800Y222399D01* 408 | X725399Y222399D01* 409 | X725399Y171300D01* 410 | G37* 411 | G36* 412 | X634800Y92500D02* 413 | G01* 414 | X634800Y143699D01* 415 | X725399Y143699D01* 416 | X725399Y92500D01* 417 | G37* 418 | G36* 419 | X634800Y13800D02* 420 | G01* 421 | X634800Y65000D01* 422 | X725399Y65000D01* 423 | X725399Y13800D01* 424 | G37* 425 | G36* 426 | X634800Y-65000D02* 427 | G01* 428 | X634800Y-13800D01* 429 | X725399Y-13800D01* 430 | X725399Y-65000D01* 431 | G37* 432 | G36* 433 | X634800Y-143699D02* 434 | G01* 435 | X634800Y-92500D01* 436 | X725399Y-92500D01* 437 | X725399Y-143699D01* 438 | G37* 439 | G36* 440 | X634800Y-222399D02* 441 | G01* 442 | X634800Y-171300D01* 443 | X725399Y-171300D01* 444 | X725399Y-222399D01* 445 | G37* 446 | G36* 447 | X595500Y-360199D02* 448 | G01* 449 | X595500Y-269699D01* 450 | X646700Y-269699D01* 451 | X646700Y-360199D01* 452 | G37* 453 | G36* 454 | X516700Y-360199D02* 455 | G01* 456 | X516700Y-269699D01* 457 | X567899Y-269699D01* 458 | X567899Y-360199D01* 459 | G37* 460 | G36* 461 | X438000Y-360199D02* 462 | G01* 463 | X438000Y-269699D01* 464 | X489200Y-269699D01* 465 | X489200Y-360199D01* 466 | G37* 467 | G36* 468 | X359200Y-360199D02* 469 | G01* 470 | X359200Y-269699D01* 471 | X410399Y-269699D01* 472 | X410399Y-360199D01* 473 | G37* 474 | G36* 475 | X280500Y-360199D02* 476 | G01* 477 | X280500Y-269699D01* 478 | X331700Y-269699D01* 479 | X331700Y-360199D01* 480 | G37* 481 | G36* 482 | X201799Y-360199D02* 483 | G01* 484 | X201799Y-269699D01* 485 | X253000Y-269699D01* 486 | X253000Y-360199D01* 487 | G37* 488 | G36* 489 | X123000Y-360199D02* 490 | G01* 491 | X123000Y-269699D01* 492 | X174200Y-269699D01* 493 | X174200Y-360199D01* 494 | G37* 495 | G36* 496 | X44299Y-360199D02* 497 | G01* 498 | X44299Y-269699D01* 499 | X95500Y-269699D01* 500 | X95500Y-360199D01* 501 | G37* 502 | G36* 503 | X658600Y443600D02* 504 | G01* 505 | X658600Y526399D01* 506 | X741399Y526399D01* 507 | X741399Y443600D01* 508 | G37* 509 | D66* 510 | G01* 511 | X800000Y485000D03* 512 | G36* 513 | X1940900Y20100D02* 514 | G01* 515 | X1940900Y45100D01* 516 | X1985799Y45100D01* 517 | X1985799Y20100D01* 518 | G37* 519 | G36* 520 | X1940900Y94899D02* 521 | G01* 522 | X1940900Y119899D01* 523 | X1985799Y119899D01* 524 | X1985799Y94899D01* 525 | G37* 526 | G36* 527 | X1854200Y57500D02* 528 | G01* 529 | X1854200Y82500D01* 530 | X1899099Y82500D01* 531 | X1899099Y57500D01* 532 | G37* 533 | G36* 534 | X1940900Y-109899D02* 535 | G01* 536 | X1940900Y-84899D01* 537 | X1985799Y-84899D01* 538 | X1985799Y-109899D01* 539 | G37* 540 | G36* 541 | X1940900Y-35100D02* 542 | G01* 543 | X1940900Y-10100D01* 544 | X1985799Y-10100D01* 545 | X1985799Y-35100D01* 546 | G37* 547 | G36* 548 | X1854200Y-72500D02* 549 | G01* 550 | X1854200Y-47500D01* 551 | X1899099Y-47500D01* 552 | X1899099Y-72500D01* 553 | G37* 554 | G36* 555 | X1819799Y177399D02* 556 | G01* 557 | X1819799Y202600D01* 558 | X1846099Y202600D01* 559 | X1846099Y177399D01* 560 | G37* 561 | G36* 562 | X1853900Y177399D02* 563 | G01* 564 | X1853900Y202600D01* 565 | X1880200Y202600D01* 566 | X1880200Y177399D01* 567 | G37* 568 | G36* 569 | X1819799Y222399D02* 570 | G01* 571 | X1819799Y247600D01* 572 | X1846099Y247600D01* 573 | X1846099Y222399D01* 574 | G37* 575 | G36* 576 | X1853900Y222399D02* 577 | G01* 578 | X1853900Y247600D01* 579 | X1880200Y247600D01* 580 | X1880200Y222399D01* 581 | G37* 582 | G36* 583 | X1668400Y-185199D02* 584 | G01* 585 | X1668400Y-159899D01* 586 | X1694600Y-159899D01* 587 | X1694600Y-185199D01* 588 | G37* 589 | G36* 590 | X1702399Y-185199D02* 591 | G01* 592 | X1702399Y-159899D01* 593 | X1728699Y-159899D01* 594 | X1728699Y-185199D01* 595 | G37* 596 | G36* 597 | X2012100Y-432199D02* 598 | G01* 599 | X2012100Y-376999D01* 600 | X2051499Y-376999D01* 601 | X2051499Y-432199D01* 602 | G37* 603 | G36* 604 | X2129799Y-432199D02* 605 | G01* 606 | X2129799Y-376999D01* 607 | X2169200Y-376999D01* 608 | X2169200Y-432199D01* 609 | G37* 610 | G36* 611 | X2188900Y-432199D02* 612 | G01* 613 | X2188900Y-376999D01* 614 | X2228299Y-376999D01* 615 | X2228299Y-432199D01* 616 | G37* 617 | G36* 618 | X2241999Y-545100D02* 619 | G01* 620 | X2241999Y-505700D01* 621 | X2297200Y-505700D01* 622 | X2297200Y-545100D01* 623 | G37* 624 | G36* 625 | X2241999Y-458499D02* 626 | G01* 627 | X2241999Y-419099D01* 628 | X2297200Y-419099D01* 629 | X2297200Y-458499D01* 630 | G37* 631 | G36* 632 | X1942799Y-545100D02* 633 | G01* 634 | X1942799Y-505700D01* 635 | X1998000Y-505700D01* 636 | X1998000Y-545100D01* 637 | G37* 638 | G36* 639 | X1942799Y-458499D02* 640 | G01* 641 | X1942799Y-419099D01* 642 | X1998000Y-419099D01* 643 | X1998000Y-458499D01* 644 | G37* 645 | G36* 646 | X1751099Y444499D02* 647 | G01* 648 | X1751099Y515399D01* 649 | X1794499Y515399D01* 650 | X1794499Y444499D01* 651 | G37* 652 | G36* 653 | X1751199Y184600D02* 654 | G01* 655 | X1751199Y255500D01* 656 | X1794499Y255500D01* 657 | X1794499Y184600D01* 658 | G37* 659 | G36* 660 | X1605500Y444499D02* 661 | G01* 662 | X1605500Y515399D01* 663 | X1648800Y515399D01* 664 | X1648800Y444499D01* 665 | G37* 666 | G36* 667 | X1605500Y184600D02* 668 | G01* 669 | X1605500Y255500D01* 670 | X1648800Y255500D01* 671 | X1648800Y184600D01* 672 | G37* 673 | G36* 674 | X1605500Y-515399D02* 675 | G01* 676 | X1605500Y-444499D01* 677 | X1648900Y-444499D01* 678 | X1648900Y-515399D01* 679 | G37* 680 | G36* 681 | X1605500Y-255500D02* 682 | G01* 683 | X1605500Y-184600D01* 684 | X1648800Y-184600D01* 685 | X1648800Y-255500D01* 686 | G37* 687 | G36* 688 | X1751199Y-515399D02* 689 | G01* 690 | X1751199Y-444499D01* 691 | X1794499Y-444499D01* 692 | X1794499Y-515399D01* 693 | G37* 694 | G36* 695 | X1751199Y-255500D02* 696 | G01* 697 | X1751199Y-184600D01* 698 | X1794499Y-184600D01* 699 | X1794499Y-255500D01* 700 | G37* 701 | G36* 702 | X2033299Y-114000D02* 703 | G01* 704 | X2031400Y-113899D01* 705 | X2027799Y-113299D01* 706 | X2024200Y-112500D01* 707 | X2022399Y-111900D01* 708 | X2020699Y-111300D01* 709 | X2018999Y-110599D01* 710 | X2017299Y-109800D01* 711 | X2014099Y-108000D01* 712 | X2009600Y-104699D01* 713 | X2008299Y-103499D01* 714 | X2006899Y-102199D01* 715 | X2004499Y-99400D01* 716 | X2002299Y-96399D01* 717 | X2001300Y-94899D01* 718 | X2000399Y-93299D01* 719 | X1998800Y-89899D01* 720 | X1998100Y-88200D01* 721 | X1997600Y-86500D01* 722 | X1996999Y-84699D01* 723 | X1996599Y-82899D01* 724 | X1996000Y-79299D01* 725 | X1995799Y-77399D01* 726 | X1995699Y-75599D01* 727 | X1995699Y-73699D01* 728 | X1995799Y-71900D01* 729 | X1996000Y-70000D01* 730 | X1996599Y-66399D01* 731 | X1996999Y-64600D01* 732 | X1997600Y-62800D01* 733 | X1998100Y-61100D01* 734 | X1998800Y-59400D01* 735 | X2000399Y-55999D01* 736 | X2001300Y-54400D01* 737 | X2002299Y-52899D01* 738 | X2004499Y-49899D01* 739 | X2006899Y-47100D01* 740 | X2008299Y-45900D01* 741 | X2009600Y-44600D01* 742 | X2012600Y-42399D01* 743 | X2014099Y-41399D01* 744 | X2015699Y-40399D01* 745 | X2017299Y-39499D01* 746 | X2018999Y-38699D01* 747 | X2020699Y-38000D01* 748 | X2022399Y-37399D01* 749 | X2024200Y-36799D01* 750 | X2027799Y-35999D01* 751 | X2029600Y-35700D01* 752 | X2031400Y-35500D01* 753 | X2033299Y-35300D01* 754 | X2110000Y-35300D01* 755 | X2113599Y-35700D01* 756 | X2115500Y-35999D01* 757 | X2117299Y-36399D01* 758 | X2118999Y-36799D01* 759 | X2120799Y-37399D01* 760 | X2122500Y-38000D01* 761 | X2124200Y-38699D01* 762 | X2125900Y-39499D01* 763 | X2127500Y-40399D01* 764 | X2129099Y-41399D01* 765 | X2130600Y-42399D01* 766 | X2133599Y-44600D01* 767 | X2135000Y-45900D01* 768 | X2136300Y-47100D01* 769 | X2138699Y-49899D01* 770 | X2139899Y-51399D01* 771 | X2141899Y-54400D01* 772 | X2142799Y-55999D01* 773 | X2143699Y-57899D01* 774 | X2144099Y-59699D01* 775 | X2211400Y-59699D01* 776 | X2211400Y-89600D01* 777 | X2144099Y-89600D01* 778 | X2143699Y-91399D01* 779 | X2142799Y-93299D01* 780 | X2141899Y-94899D01* 781 | X2139899Y-97899D01* 782 | X2138699Y-99400D01* 783 | X2136300Y-102199D01* 784 | X2135000Y-103499D01* 785 | X2133599Y-104699D01* 786 | X2129099Y-108000D01* 787 | X2125900Y-109800D01* 788 | X2124200Y-110599D01* 789 | X2122500Y-111300D01* 790 | X2120799Y-111900D01* 791 | X2118999Y-112500D01* 792 | X2117299Y-112899D01* 793 | X2115500Y-113299D01* 794 | X2113599Y-113600D01* 795 | X2111800Y-113899D01* 796 | X2110000Y-114000D01* 797 | G37* 798 | G36* 799 | X2145399Y-31199D02* 800 | G01* 801 | X2145399Y-700D01* 802 | X2211400Y-700D01* 803 | X2211400Y-31199D01* 804 | G37* 805 | G36* 806 | X2145399Y-149299D02* 807 | G01* 808 | X2145399Y-118800D01* 809 | X2211400Y-118800D01* 810 | X2211400Y-149299D01* 811 | G37* 812 | G36* 813 | X2280500Y41300D02* 814 | G01* 815 | X2280500Y61100D01* 816 | X2339700Y61100D01* 817 | X2339700Y41300D01* 818 | G37* 819 | G36* 820 | X2280500Y15700D02* 821 | G01* 822 | X2280500Y35500D01* 823 | X2339700Y35500D01* 824 | X2339700Y15700D01* 825 | G37* 826 | G36* 827 | X2280500Y-9899D02* 828 | G01* 829 | X2280500Y9899D01* 830 | X2339700Y9899D01* 831 | X2339700Y-9899D01* 832 | G37* 833 | G36* 834 | X2280500Y-35500D02* 835 | G01* 836 | X2280500Y-15700D01* 837 | X2339700Y-15700D01* 838 | X2339700Y-35500D01* 839 | G37* 840 | G36* 841 | X2280500Y-61100D02* 842 | G01* 843 | X2280500Y-41300D01* 844 | X2339700Y-41300D01* 845 | X2339700Y-61100D01* 846 | G37* 847 | D53* 848 | G01* 849 | X2324769Y-95470D03* 850 | G01* 851 | X2324769Y95470D03* 852 | G36* 853 | X1611899Y-140500D02* 854 | G01* 855 | X1611899Y-77500D01* 856 | X1655200Y-77500D01* 857 | X1655200Y-140500D01* 858 | G37* 859 | G36* 860 | X1741899Y-140500D02* 861 | G01* 862 | X1741899Y-77500D01* 863 | X1785200Y-77500D01* 864 | X1785200Y-140500D01* 865 | G37* 866 | G36* 867 | X1741899Y52399D02* 868 | G01* 869 | X1741899Y115500D01* 870 | X1785200Y115500D01* 871 | X1785200Y52399D01* 872 | G37* 873 | G36* 874 | X1611899Y52399D02* 875 | G01* 876 | X1611899Y115500D01* 877 | X1655200Y115500D01* 878 | X1655200Y52399D01* 879 | G37* 880 | G36* 881 | X2026499Y90300D02* 882 | G01* 883 | X2026499Y129699D01* 884 | X2054200Y129699D01* 885 | X2054200Y90300D01* 886 | G37* 887 | G36* 888 | X2065799Y90300D02* 889 | G01* 890 | X2065799Y129699D01* 891 | X2093500Y129699D01* 892 | X2093500Y90300D01* 893 | G37* 894 | G36* 895 | X746199Y302600D02* 896 | G01* 897 | X746199Y318400D01* 898 | X770100Y318400D01* 899 | X770100Y302600D01* 900 | G37* 901 | G36* 902 | X746199Y322300D02* 903 | G01* 904 | X746199Y338099D01* 905 | X770100Y338099D01* 906 | X770100Y322300D01* 907 | G37* 908 | G36* 909 | X746199Y341900D02* 910 | G01* 911 | X746199Y357699D01* 912 | X770100Y357699D01* 913 | X770100Y341900D01* 914 | G37* 915 | G36* 916 | X746199Y361599D02* 917 | G01* 918 | X746199Y377399D01* 919 | X770100Y377399D01* 920 | X770100Y361599D01* 921 | G37* 922 | G36* 923 | X779899Y302600D02* 924 | G01* 925 | X779899Y318400D01* 926 | X803800Y318400D01* 927 | X803800Y302600D01* 928 | G37* 929 | G36* 930 | X779899Y322300D02* 931 | G01* 932 | X779899Y338099D01* 933 | X803800Y338099D01* 934 | X803800Y322300D01* 935 | G37* 936 | G36* 937 | X779899Y341900D02* 938 | G01* 939 | X779899Y357699D01* 940 | X803800Y357699D01* 941 | X803800Y341900D01* 942 | G37* 943 | G36* 944 | X779899Y361599D02* 945 | G01* 946 | X779899Y377399D01* 947 | X803800Y377399D01* 948 | X803800Y361599D01* 949 | G37* 950 | G36* 951 | X1468000Y268000D02* 952 | G01* 953 | X1468000Y331999D01* 954 | X1531999Y331999D01* 955 | X1531999Y268000D01* 956 | G37* 957 | D77* 958 | G01* 959 | X1500000Y200000D03* 960 | G01* 961 | X1500000Y100000D03* 962 | G01* 963 | X1500000Y0D03* 964 | G01* 965 | X1500000Y-100000D03* 966 | G01* 967 | X1500000Y-200000D03* 968 | G01* 969 | X1500000Y-300000D03* 970 | D78* 971 | G01* 972 | X1451570Y450000D03* 973 | G01* 974 | X1451570Y-450000D03* 975 | G01* 976 | X104329Y450000D03* 977 | G01* 978 | X104329Y-450000D03* 979 | G36* 980 | X2399499Y-268000D02* 981 | G01* 982 | X2399499Y-201999D01* 983 | X2470500Y-201999D01* 984 | X2470500Y-268000D01* 985 | G37* 986 | D61* 987 | G01* 988 | X2335000Y-235000D03* 989 | G36* 990 | X901499Y60199D02* 991 | G01* 992 | X901499Y99699D01* 993 | X929200Y99699D01* 994 | X929200Y60199D01* 995 | G37* 996 | G36* 997 | X940799Y60199D02* 998 | G01* 999 | X940799Y99699D01* 1000 | X968500Y99699D01* 1001 | X968500Y60199D01* 1002 | G37* 1003 | D80* 1004 | G01* 1005 | X2358000Y214000D03* 1006 | G01* 1007 | X2156000Y-335999D03* 1008 | G01* 1009 | X2426000Y-334000D03* 1010 | G01* 1011 | X788000Y115999D03* 1012 | G01* 1013 | X788000Y-38000D03* 1014 | G01* 1015 | X788000Y38000D03* 1016 | G01* 1017 | X455999Y-428000D03* 1018 | G01* 1019 | X528000Y-428000D03* 1020 | G01* 1021 | X388000Y-428000D03* 1022 | G01* 1023 | X194000Y-490000D03* 1024 | G36* 1025 | X882299Y440700D02* 1026 | G01* 1027 | X882299Y507699D01* 1028 | X949300Y507699D01* 1029 | X949300Y440700D01* 1030 | G37* 1031 | G36* 1032 | X882299Y361999D02* 1033 | G01* 1034 | X882299Y429000D01* 1035 | X949300Y429000D01* 1036 | X949300Y361999D01* 1037 | G37* 1038 | G36* 1039 | X882299Y283200D02* 1040 | G01* 1041 | X882299Y350199D01* 1042 | X949300Y350199D01* 1043 | X949300Y283200D01* 1044 | G37* 1045 | G36* 1046 | X882299Y204499D02* 1047 | G01* 1048 | X882299Y271500D01* 1049 | X949300Y271500D01* 1050 | X949300Y204499D01* 1051 | G37* 1052 | G36* 1053 | X882299Y125799D02* 1054 | G01* 1055 | X882299Y192800D01* 1056 | X949300Y192800D01* 1057 | X949300Y125799D01* 1058 | G37* 1059 | G36* 1060 | X1315399Y125799D02* 1061 | G01* 1062 | X1315399Y192800D01* 1063 | X1382399Y192800D01* 1064 | X1382399Y125799D01* 1065 | G37* 1066 | G36* 1067 | X1315399Y204499D02* 1068 | G01* 1069 | X1315399Y271500D01* 1070 | X1382399Y271500D01* 1071 | X1382399Y204499D01* 1072 | G37* 1073 | G36* 1074 | X1315399Y283200D02* 1075 | G01* 1076 | X1315399Y350199D01* 1077 | X1382399Y350199D01* 1078 | X1382399Y283200D01* 1079 | G37* 1080 | G36* 1081 | X1315399Y361999D02* 1082 | G01* 1083 | X1315399Y429000D01* 1084 | X1382399Y429000D01* 1085 | X1382399Y361999D01* 1086 | G37* 1087 | G36* 1088 | X1315399Y440700D02* 1089 | G01* 1090 | X1315399Y507699D01* 1091 | X1382399Y507699D01* 1092 | X1382399Y440700D01* 1093 | G37* 1094 | D78* 1095 | G01* 1096 | X2400000Y450000D03* 1097 | G01* 1098 | X2400000Y-450000D03* 1099 | M02* 1100 | -------------------------------------------------------------------------------- /hardware/Rev D/2211-radiobox-d-pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev D/2211-radiobox-d-pcb.pdf -------------------------------------------------------------------------------- /hardware/Rev D/2212-radiobox-d-schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anabolyc/esp8266-radio-box/3e5a73d2f4db63e662939d6bf4edb2d313b40f25/hardware/Rev D/2212-radiobox-d-schematic.pdf --------------------------------------------------------------------------------