Does it sound like we'll get official 22.03 support on Omega2s+ at some point?
Chris Morgan
@Chris Morgan
Best posts made by Chris Morgan
-
RE: Installing OpenWrt 22.03 on an Omega2S+
-
RE: Upgrade to OpenWRT 21.02 coming soon?
I’m back working with the omega2s and I’d love to get the upgrade to the latest openwrt done as a part of that work. Is there any timeline on an official update to a newer openwrt?
Regards,
Chris
Latest posts made by Chris Morgan
-
RE: Installing OpenWrt 22.03 on an Omega2S+
Does it sound like we'll get official 22.03 support on Omega2s+ at some point?
-
RE: Upgrade to OpenWRT 21.02 coming soon?
I’m back working with the omega2s and I’d love to get the upgrade to the latest openwrt done as a part of that work. Is there any timeline on an official update to a newer openwrt?
Regards,
Chris -
Upgrade to OpenWRT 21.02 coming soon?
I see a 21.02 branch of openwrt on GitHub, https://github.com/OnionIoT/source/tree/openwrt-21.02-dev, is this planned for release in the near future? I went and upgraded some tool revs, like node, and now the 18.06 image isn't able to build as the node rev is too old.
Is 21.02 usable? Stable? Planned for release soon?
-
RE: Is Omega2+ able to comunicate to OBD2/CANBus?
The Omega2 doesn't have bluetooth support built in. If you'd like to talk CANbus you could add a USB to CAN dongle. If you'd like to talk bluetooth do you know of those dongles do bluetooth or ble?
-
Any interest in an Omega2S+ / ble5 Nordic nrf52840 development system?
There are some ble dongles but ble5 is hard to come by. The nrf52840 is a great chip for ble5 and can do so at a lower cost than a usb dongle.
Concept would be a board with:
- Omega2s+
- nrf52840
- battery charging support (like the onion lte board)
- omega headers (same as lte board)
Thoughts, interest? If there is interest I’d look at a crowdsupply project.
Regards,
Chris -
RE: MCP2515, can4linux, and SPI
Does the PIC approach support regular Canbus or does it also support CANFD?
I'm looking to see what the best non-usb approach might be for adding can bus support to an Omega2 system. It looks like SPI is out due to the full duplex issue, serial via slcan looks like an option as does the PIC approach as well? For CANFD I was wondering if using a SAM21 micro as the controller could work but I'm not sure if slcan supports canfd (or if it has to).
Or is the usb approach really the only way to go with canfd on the Omega2?
Regards,
Chris -
How is the Onion package feed generated?
I'd like to generate a feed for some custom packages I'm using on the omega2+, like Onion has done for http://repo.onioniot.com/omega2/packages/onion.
How is this custom feed generated?
-
Is there a BT/BLE chip level option suggested for the Omega2+ or the Omega2S+?
The usb option could work but I'm interested in pcb integrated options for mechanical and cost savings. Something that could live on other busses like SPI, I2C etc but that would have integrated support in the kernel through bluez.
Any recommendations?
-
Plans to update the onion omega2-source docker container?
Onion publishes https://hub.docker.com/r/onion/omega2-source but this container hasn't been updated for several months, it looks like prior to the upgrade to LEDE 18.
Any plans to publish a newer container? I'd rebuild the container here but I can't find the originating Dockerfile so maybe it was built manually??
-
ubus call from web api?
Hello.
Is there a way or a recommended way to interact with ubus from outside of the omega? I'd like to make some calls to ubus and report results from a web call. Is there a way in place right now to do that? If not, recommendations on how to do that?