Skip to content

Releases: meshtastic/firmware

0.4.2

18 Apr 02:00
598abb0
Compare
Choose a tag to compare

Essentially the same as 0.4.1 but with a very serious bug fixed (#85)

0.4.1 alpha

17 Apr 21:40
ab61e64
Compare
Choose a tag to compare

hmm - one of my four test devices stops sending packets with this load. I think ya'll should wait for the next release. I'm deleting the binary from this release.

This release has lots of good changes/progress. Real mesh networking is back in. However, two warnings:

  • you'll need to update all your nodes for this change (it is not backwards compatible)
  • it might have more bugs than usual

Highlights:

  • Reimplement full mesh networking (just flooding for now though - which is all we currently need). Now truly a mesh once again
  • Experiment with using disaster.radio's mesh implementation - which for a variety of technical reasons turned out to be not a good fit at this time. We might share a lib in the future.
  • remove most of the unused radiohead code
  • comment out tbeam0.7 builds until someone with that old tbeam can test and debug
  • substantial cleanup of the networking code
  • add lora32 v2 fixes contributed by @eriktheV-king and @BeardyWalrus
  • increase screen timeout - thanks to @android606
  • add collision avoidance for transmit - substantially decreases the odds of dropped packets

0.2.3 alpha

05 Apr 21:43
e32b419
Compare
Choose a tag to compare

Some good improvements! Upgrading is recommended.

Highlights:

  • @android606 contributed OS-X build instructions
  • A bug in our LORA receive code could cause corrupted packets
  • Some NEO 6M gps give bogus time info until their internal battery is charged
  • radio config information wasn't being properly passed to the phone
  • We weren't turning on bluetooth while the device was in the DARK power management state
  • Fix bug #73 reported by @lburrowes

This release zip is getting kinda big. At some point we'll use fuse bits for the various regions/frequency bands. And we'll stop needing a different build for each region. Sometime in the next couple of weeks I'll probably turn firmware update over bluetooth back on in the android app.

Full list of changes:
0.2.0...0.2.3

0.2.0 alpha

29 Mar 03:32
450fb7b
Compare
Choose a tag to compare

Some good improvements! Upgrading is recommended.

Also included are untested builds (because I don't have the hardware) for: the original 0.7 version of the TBEAM and both the 1.0 and 2.0 versions of the TTGO Lora board. I'll post on the forum with more details and ask for someone to try it.

Highlights:

  • @girtsf added show GPS lock status and battery voltage on the debug screen
  • @spattinson fixed interrupt handling for the AXP192 power management chip on the TBEAM boards
  • Changed to use the platformio build system for our various different board types (rather than the old hacky way we used to do it). Thanks to @sensorslot for the pointer to https://github.com/arendst/Tasmota and thanks to Tasmota for the settings I copied from you ;-)
  • Plausible settings for TBEAM07, TTGO LORA V1 and LORA V2 boards based on spreadsheet from @SensorsIot and reading various git repos

This release zip is getting kinda big. At some point we'll use fuse bits for the various regions/frequency bands. And we'll stop needing a different build for each region. Sometime in the next couple of weeks I'll probably turn firmware update over bluetooth back on in the android app.

Full list of changes:
0.1.10...0.2.0

0.1.10 alpha

25 Mar 23:29
4c35d1f
Compare
Choose a tag to compare

Minor improvements - update if you want.

Highlights:

  • When you press a button to wake the screen, the device will now (behind the scenes) ask any remote node you are looking at to exchange updated position data. This should make navigation to other users work much better once you are close.
  • Devices that don't have a GPS will now automatically learn their network time from other nodes on the mesh that do have GPS (either built in or because the attached phone is helping it)
  • More debugging support to track down a couple of issues that show remotely but not here.

Full list of changes:
0.1.9...0.1.10

0.1.9 alpha

24 Mar 22:36
9075501
Compare
Choose a tag to compare

Everyone will want this change, it fixes some serious bugs.

Highlights:

  • The failure to connect from the phone to the device should be fixed now
  • An 'installer script' now programs devices completely from scratch, so HELTEC clone devices should now work. Would one of ya'll mind testing the new instructions I added in the README? If someone wants to make a Windows batchfile version of device_install.sh, that owuld be great!
  • We now keep full elf files in the release zip, which makes it easier to debug remote crash reports (though this does make the zip file quite a bit larger)
  • Device bugs are now reported up to the phone (and then back to the devs via analytics starting in the next Android release). This should help a lot in tracking down remaining problems that happen in the field.
  • @girtsf flipped the TBEAM screen so it has the correct orientation.

Full list of changes:
0.1.8...0.1.9

0.1.8 alpha

19 Mar 02:02
ef5cdef
Compare
Choose a tag to compare

Everyone will want this change, a lot of important fixes

Great fixes from @girtsf (related to bluetooth android problems and general cleanup):

  • Work towards separating out how Screen interacts with other stuff.
  • Screen should now be thread-safe. All commands to it are put in a
    queue and handled in doTask from the loop() task.
  • Break dependency from BluetoothUtil to Screen by changing the
    pairing request into a callback.
  • All accesses to screen now happen through the class.
  • Fix drawRows so that the text scrolls along with frame animations.

Changes from geeksville:

  • Oops, my recent GPS 'improvements' broke the compass display update, fixed.
  • We now report dynamic 'has working gps' data to the phone (so if your device doesn't have a GPS the phone automatically helps out and provides position data for this node)
  • devices that only have a single data wire for their GPS should now work.
  • Whenever you are watching a node on the OLED display, behind the scenes the devices will be exchanging your position more quickly than normal (just for those two nodes), to ensure a nice user experience if you are trying to get to someone.

Full list of changes:
0.1.7...0.1.8

0.1.7 alpha

18 Mar 03:03
2ce1b4b
Compare
Choose a tag to compare

A quick small release to fix some bugs that showed up the last few days. Thanks everyone for the reports.

Fixes of note:

  • Some OLED clone displays discard the first write, so we now draw the boot screen twice
  • Possible fix for bug #17 for users to test and report back
  • Allow GPSes to work even on HELTEC style boards (but you'll need to connect the GPS to the two serial pins)
  • @girtsf added a slick tool to analyze crash reports
  • Fix the breakage I introduced for HELTECs in 0.1.6

Credits:

  • Woot @girtsf is coming up to speed and fixing things!

Full list of changes:
0.1.6...0.1.7

0.1.6 alpha

15 Mar 01:51
Compare
Choose a tag to compare

IMPORTANT NOTE: This version has a bug on HELTEC devices, if you are using HELTEC stay on 0.1.5 for now.
(A fix is already checked in and will be in the next release)

This fixes a serious bug in button behavior on the TBEAMs (it was not waking from sleep on press).

Also, a completely different GPS driver allows substantially lower power consumption (haven't remeasured yet, but I wouldn't be surprised if it isn't now up to five days) and much faster GPS acquisition.

Credits:

Changes:
0.1.5...0.1.6

0.1.5 alpha

12 Mar 16:40
Compare
Choose a tag to compare

@astro-arphid added support for 433MHz radios in Europe. Bravo!

Credits:
@iveskins pointed out some documentation errors
@claesg provided information about better 3D printed cases

Changes:
0.1.3...0.1.5