Where can I buy the Hologram Cellular - it is not on the store at Onion.IO and Hologram DOES NOT offer it either... when will it be available?
Ashu Joshi
@Ashu Joshi
Best posts made by Ashu Joshi
-
Hologram Cellular
Latest posts made by Ashu Joshi
-
RE: WiFi Stops Working after Router reboot or power-loss
Another Update:
I have a cron job that collects and logs data to my Mac over the network connection (HTTP). The cron job invokes a script every 30 minutes.
I modified this script to check if Internet access is working, and if not run 'wifimanager'...
but this does not seem to fix the problem.
-
RE: WiFi Stops Working after Router reboot or power-loss
@Douglas-Kryder There is only one instance. I am not sure what is going on.
Once the above described situation happens - when I recycle power to the Omega2+, it won't still connect to the Router.
The only way to make this work is to connect to the Omega over USB, log on and then run the 'wifimanager' again till the apcli interface shows up (that is running it first time may not work, may have to run the wifimanager again). -
RE: WiFi Stops Working after Router reboot or power-loss
-
Different router same result
-
If I power cycle both - and if the Router is NOT up before the Omega2+ same thing - the wifimanager has probably already run and the Wi-Fi network was not up yet - so know it does not work.
-
-
WiFi Stops Working after Router reboot or power-loss
I have been observing a consistent problem with the Omega2+ WiFi setup. The Omega2+ is connected to my Home Router over Wi-Fi.
Everything works absolutely fine till the time the Router either loses power and reboots.
The Omega2+ now does not connect to the Router over Wi-Fi - and the only way to get it back to work is to connect it over the USB port, use serial console to login and just run the 'wifimanager' - once you run it things go back to normal.
Important point to note the rebooting of Omega2+ does not show this behavior. It's only when the router loses power.
-
RE: Arduino Dock 2: Connection between Arduino IDE and the dock
@György-Farkas Does that mean that from the Omega2+ prompt if I run a serial terminal that connects to the Arduino - I will be see the output? What serial port should I use to connect to the Arduino from the Omega2+ prompt?
-
RE: Some comments on Arduino Dock and I2C communication
I am still relatively new to the Arduino world - I am guessing that if I have an Arduino sketch that is collecting data from I2C sensors such as BME280 or Gas sensors then the sketch won't work in with the Arduino dock R2 + Omega 2+? I would have re-write those sketches?
-
Arduino Dock 2: Setup
I have the Arduino Dock2 setup - and I tried to follow these instructions: https://wiki.onion.io/Tutorials/Arduino-Dock/Initial-Setup#arduino-dock-setup
I wired up the Expansion board with Omega2+ and the Arduino Dock 2 expansion - BUT I could NOT get the Omega2+ to power up at all.
-
Arduino Dock 2: Connection between Arduino IDE and the dock
The whole Arduino Dock 2 is confusing.
I was able to follow instructions and upload a sketch but I keep getting the message "ash: telnet: not found" when I open the serial console.
The Arduino IDE shows the the sktech compiled and it was able to upload it to the board via the ssh / Omega networking port.
BUt not output on the serial console of the Arduino IDE?
-
RE: Serial Ports (USB) and NodeJS support
@Steven-de-Salas Many thanks. I attempted to use it but unlike the Python code that can read & dump the GPS module - while I do get the serial port to open - I cannot get it to receive and print any data to the console. It seems slow as well to open the port. I will probably debug it more tomorrow.
-
RE: USB Serial Port Support?
Never heard of that BUT yesterday I got it working. I have enough storage because I am using the Overlay on the SD Card so I install PIP, and then installed pyserial and was able to make it work. Waiting for the NodeJS support to become available.