Initial research shows that LoRa in the range of 433 MHz has a short range and poor urban (penetration). The best results seem to come from LoRa frequencies in the 900 - 925 MHz band.
However, this is only based on a handful of articles on the net and conference papers, including this elementary one by Thai researchers attached.
If I had a good spectrum analyzer in this frequency range it would help things along, but I don't own one, and don't want to buy one for this single project; and don't yet know where to rent or borrow one for a few days.
I have fiber (maybe 7 unused strands) from my condo on the 27th floor to the 4th floor; but that would require a lot of gear to set up a fiber transmitter and receiver; and then an outdoor LoRa gateway node on the 4th floor in an unsecure area; and that still may not penetrate from the 4th floor on the opposite side of the big building to the lower floors of the basement on the opposite side of the building.
Without a receiver and spectrum analyzer available, and being not willing to shell out thousands of dollars for one, my options are narrowing.... need to think about this more.
I will search AliExpress and maybe try to buy some cheap spectrum analyzer or build one that works "OK" for this project.
Another crazy idea is to set up a relay node using a solar panel and battery in one of the trees; and try to relay from the 27th floor into the entrance of the parking garage and back
Another idea is to get a commercial LoRa device from an NB-IoT telecom company and see if a commercial LoRaWAN service can penetrate into the lower basement. The device costs about $50 bucks and they service is about $12 a year to use their LoRaWAN service (yes, about a dollar a month).
In Thai:
See also:
In English:
In Thailand now, there is a big IoT push and a lot of new services are rolling out.
But unlicensed, I think (need to confirm) I can transmit up to 500mW in the 920-925 MHz band.
Or instead of LoRa, I may also test 3GPP which is the basis for two of the three commercial services in Thailand:
I think will buy an Arduino shield NT-IoT device which uses 3GPP, configure it to send out UDP pings to the Internet (like this site) and use UDP pings to see if it will work in my underground parking garage.
It it works, then I can just send UDP packets from deep in basement to 3GPP (NB-IoT) WAN services and then relay those to my server back on the 27th floor of my condo; and / or use two NB-IoT devices, one in the deep parking basement and one in the 27th floor of my condo.
So, today I will go talk to AIS about their Arduino NB-IoT 3GPP shield and ask them if they think it will work in our lower parking level. If they think it will, I will buy it and test it.
Hi all...
(Apologies for any typos at all.)
This is a step by step _script_ to check if your Arduino is talking to your Linux or Macbook Pro computer using the Terminal...
It works on at least 3 Linux flavours and now the Macbook Pro...
I hope you find it useful as a simple check for... (0 Replies)
This is a very simple starter DEMO to access Arduino Diecimila Board for the
Macbook Pro 13" OSX 10.7.5...
A potentiometer is connected between 5V and Gnd with the wiper connected to
ANALOG IN 0 on the Arduino. This was adjusted to give the Ms and Ls as seen...
I now have DC in for this... (0 Replies)
I am working on a semi-auto detection idea for Arduino for the Scope project.
It does require a little user intervention but minimal.
It works by just responding to two on screen prompts to unplug and plug Arduino
into a USB port.
There are two versions and both work perfectly well and give... (3 Replies)
In my further exploration of Arduino, today I decided to install the arduino-cli on my mac today.
https://github.com/arduino/arduino-cli
I followed the instructions for macOS but when I got to this part:
arduino-cli board list
I got the dreaded "Unknown" Fully Qualified Board Name... (1 Reply)
HI all...
(Apologies for any typos.)
To add to Neo's Arduino subject matter I have decided to upload this in ".zip" format.
Ignore "*.info" files these are AMIGA icons only and also the "HAM" drawer as these are photos in ancient AMIGA HAM modes.
I have noticed that there are current... (6 Replies)
Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I can get my macOS and Arduino UNO synced to within a second.
Normally, when the Arduino starts... (9 Replies)
Today I received my NB-IoT Arduino Shield for AIS (Thailand). Here is a "pinout" photo of the shield.
My shield looks just like the one above, for the most part. I'll post another photo of the actual device later.
When I received the shield in the mail, I went immediately to a local... (8 Replies)
Yesterday I had a chance to enjoy testing LoRaWAN with the owner of the M2M Shop who was kind enough to drive three hours down the seacoast to set up and test the Dragino LoRaWAN LG308 gateway operating on AS923MHz in Thailand.
Ahead of K. Somsak's visit, he had asked me to install Thonny,... (0 Replies)
This post describes a "work in progress" project I started today. Here is the High Level Overview:
Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Normally I'm not into kits, but I thought my wife would enjoy this one since she is a big fan of robots and droids on StarWars!
We are done with the basic mechanical assembly and starting on the electronics assembly today.
The robot's "brain" consists of three levels. The Arduino board, on... (5 Replies)