|
| 1 | +# The Embedded Working Group Newsletter - 2 |
| 2 | + |
| 3 | +> 2018-03-29 |
| 4 | +
|
| 5 | +This is the second bi-weekly newsletter of the [Embedded WG] where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help! |
| 6 | + |
| 7 | +If you want to mention something in [the next newsletter], make sure to leave a comment on the issue. |
| 8 | + |
| 9 | +[the next newsletter]: https://github.com/rust-lang-nursery/embedded-wg/issues/72 |
| 10 | +[Embedded WG]: https://github.com/rust-lang-nursery/embedded-wg |
| 11 | + |
| 12 | +## Highlights |
| 13 | + |
| 14 | +> TODO: More specific stuff from Rust All Hands? |
| 15 | +
|
| 16 | +* [japaric], [hannobraun], and [jamesmunns] from the [Embedded WG] attended the 2018 Rust All Hands in Berlin, working on our goal to make [stable embedded rust development] possible in 2018! |
| 17 | +* [drbgn] has kicked off an investigation on how to [mock embedded-hal] to make testing sensors easier |
| 18 | +* [emilgardis] and [ryankurte] are busy [refactoring] the [svd-parser] crate |
| 19 | + |
| 20 | +[japaric]: https://github.com/japaric |
| 21 | +[hannobraun]: https://github.com/hannobraun |
| 22 | +[jamesmunns]: https://github.com/jamesmunns |
| 23 | +[mock embedded-hal]: https://github.com/rust-lang-nursery/embedded-wg/issues/70 |
| 24 | +[stable embedded rust development]: https://github.com/rust-lang-nursery/embedded-wg/issues/42 |
| 25 | +[refactoring]: https://github.com/japaric/svd/issues/46 |
| 26 | +[svd-parser]: https://github.com/japaric/svd |
| 27 | +[ryankurte]: https://github.com/ryankurte |
| 28 | +[emilgardis]: https://github.com/Emilgardis |
| 29 | + |
| 30 | +## Embedded Projects |
| 31 | + |
| 32 | +If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to mention it on the tracking issue for [the next newsletter], we would love to show it off! |
| 33 | + |
| 34 | +### `embedded-hal` drivers |
| 35 | + |
| 36 | +This is a list of recently released drivers that are part of the [Weekly Driver Initiative]. There are currently 5 Released Drivers, 14 WIP Drivers, and lots of TODOs! |
| 37 | + |
| 38 | +* [danielgallagher0] has released their [hts221] humidity and temperature sensor driver |
| 39 | +* [MrBuddyCasino] has released their I2C based [mcp9808] temperature sensor driver |
| 40 | +* [Ilya Epifanov] has released their I2C based [si5351] CMOS clock generator driver, check out the [si5351 docs] for more info |
| 41 | +* [Edwin Amsler] is working on their [axp209] PMIC driver |
| 42 | +* [dbrgn] is working on their Sensirion [sgp30] low-power gas sensor driver |
| 43 | +* [pcein] has started work on their [pcd8544] for SPI based LCD controllers used in displays like the Nokia 5110 |
| 44 | +* [nordmoen] is working on their driver for the [hc-sr04] ultrasonic distance sensor |
| 45 | + |
| 46 | +[Weekly Driver Initiative]: https://github.com/rust-lang-nursery/embedded-wg/issues/39 |
| 47 | +[danielgallagher0]: https://github.com/danielgallagher0 |
| 48 | +[hts221]: https://medium.com/@pdanielgallagher/hts221-humidity-and-temperature-sensor-88056ea9e5fa |
| 49 | +[MrBuddyCasino]: https://github.com/MrBuddyCasino |
| 50 | +[mcp9808]: https://crates.io/crates/mcp9808 |
| 51 | +[Ilya Epifanov]: https://github.com/ilya-epifanov |
| 52 | +[si5351]: https://github.com/ilya-epifanov/si5351 |
| 53 | +[si5351 docs]: https://docs.rs/si5351/0.1.5/si5351/ |
| 54 | +[Edwin Amsler]: https://github.com/RandomInsano |
| 55 | +[axp209]: https://github.com/RandomInsano/axp209-rs |
| 56 | +[pcein]: https://github.com/pcein |
| 57 | +[pcd8544]: https://github.com/pcein/pcd8544 |
| 58 | +[dbrgn]: https://github.com/dbrgn |
| 59 | +[sgp30]: https://github.com/dbrgn/sgp30-rs |
| 60 | +[nordmoen]: https://github.com/nordmoen |
| 61 | +[hc-sr04]: https://github.com/nordmoen/hc-sr04 |
| 62 | + |
| 63 | +### `embedded-hal` Board/Chip Support Crates |
| 64 | + |
| 65 | +* [DoumanAsh] has started work on their [stm32l4x6-hal] chip support crate |
| 66 | + |
| 67 | +[DoumanAsh]: https://github.com/DoumanAsh |
| 68 | +[stm32l4x6-hal]: https://github.com/DoumanAsh/stm32l4x6_hal |
| 69 | + |
| 70 | +## Thanks |
| 71 | + |
| 72 | +> TODO: Thank some people from the other rust teams, like @nagisa, |
| 73 | +> @oli-obk, and ??? |
| 74 | +
|
| 75 | +## Help Wanted |
| 76 | + |
| 77 | +* [Simon Sapin] posted some working code for the [DS3234] SPI RTC, and is looking for someone to turn it into a maintained crate! |
| 78 | + |
| 79 | +[Simon Sapin]: https://github.com/SimonSapin |
| 80 | +[DS3234]: https://github.com/rust-lang-nursery/embedded-wg/issues/39#issuecomment-375262785 |
| 81 | + |
| 82 | +If you have an embedded project that could use contributors or maintainers, leave a comment for [the next newsletter]! |
0 commit comments