Olivier Fauchon
Olivier Fauchon
Hi. Is the project still maintained and alive ? I can't see much commits in the past day/month Thanks
I unpacked https://github.com/kabukky/journey/releases/download/v0.2.0/journey-windows-4.0-amd64.zip.. It contains a 'journey' file, and it seems to be a windows executable: $ file journey journey: PE32+ executable (console) x86-64, for MS Windows Maybe you shoud...
The patched driver here : https://github.com/EiNSTeiN-/mwifiex solved my wifi problems . Thanks.
Please find here WIP code for stm32wle5's main Clock & SubGHZ (specific SPI bus for embedded radio) init : https://github.com/ofauchon/tinygo/blob/stm32wle5/src/runtime/runtime_stm32wle5.go (It's tinygo code, but should be easy to read) Olivier
Hi . I have a couple of stm32 bluepill and sx1276 radios: https://www.ebay.com/itm/5V-SAFE-868MHz-LoRa-SX1276-long-range-RF-wireless-module-for-arduino/322897419029 Do you still need some testing for this driver ? Olivier
Hi. Still working on sx1276 driver tests. Now, I have two STM32l0x devices with SX1276 running TinyGO. SX1276 seems properly detected by the driver on SPI Bus, I hope I...
Hi, I could realize my first Lora communication between two STM32 / RFM95 / Tinygo boards ! To do this, I made a few enhancements on HarringayMakerSpace:lora code. (ex: add...
Hi, Can you give me instructions for working on someone else PR ? I 've never done that before. Thanks Olivier
Thanks Ayke. I forked HarringayMakerSpace:lora on ofauchon/tinygo-drivers:lora Then I rebased the code branch with upstream/dev, and I push a first batch of code: https://github.com/ofauchon/tinygo-drivers/commit/97f106518c51018933f8b1ef14c1be4be8e0336d I hope it's the good way...
Hi @JAicewizard . I had to pause SX127x developpement, because I switched to STM32WLE5 MCUs (which uses SX126x radios) If you want more informations, please have a look here: https://github.com/tinygo-org/tinygo/issues/2066#issuecomment-915253095...