Which Huawei E8372 modem variant works with the European LTE bands?

According to [Ofcom](https://www.ofcom.org.uk/__data/assets/pdf_file/0019/42049/rw-lte.pdf), the common LTE frequencies in Europe are 800, 1800 and 2600 MHz. According to [Teradek](https://support.teradek.com/hc/en-us/articles/236017108-Configuration-Huawei-E8372h), the only variant supporting all three is the **Huawei E8372h-153**: – LTE FDD: Band 1(2100 MHz)/Band 3(1800 MHz)/Band 7(2600MHz)/Band 8(900MHz)/Band 20(800 MHz) – DC-HSPA+/HSPA+/HSPA/UMTS: Band 1(2100 MHz)/Band 8(900 MHz) – EDGE/GPRS/GSM: Band2(1900 MHz)/Band3(1800 MHz)/Band 5(850 MHz)/Band 8(900… Continue reading Which Huawei E8372 modem variant works with the European LTE bands?

Connecting AWS API Gateway to SQS

An outline, leaving out the defaults and the obvious chores such as selecting the right region: 1. Create your SQS queue 2. Create a REST API, a resource and a method – Method Request: empty, no auth – Integration Request: – Type: AWS Service – AWS Service: Simple Queue Service (SQS) – AWS Subdomain: (empty)… Continue reading Connecting AWS API Gateway to SQS