Goran Mahovlic

Results 31 comments of Goran Mahovlic

Without removing any hardware parts I am down to 4mA. And putting the same code on ESP32 Devkit V1 board got 5mA 1mA more is probably because LED that is...

There is only one thing I have read after my post in TTN forum, but did not have time to try: https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic-part-2/11973/568 When you put the ESP32 into deep sleep...

It should be possible There are some explanations here on how they do it https://iot-freertos.workshop.aws/lab_0.html For the start it is maybe faster to have some local broker on local machine...

I did some more checking - it is possible - but AWS sample is quite complex - so from current understanding we would need significant effort to rework it and...

Here is possible workaround that could be used until we figure out how to implement this https://aws.amazon.com/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/

It looks like I can build and upload sample, and that only problem could be in verify. Yes, problem is in verify, build works, and sample also works on HW...

Thanks! This is latest sample where everything works when build and upload, but verify fails... https://github.com/intergalaktik/icestudio-examples/blob/master/ulx3s/fpga-odysseus/8._GPDI_Tricolore.ice I will need to change picture of monitor - for now I just reuse...

> what Icestudio version are you using? ![version](https://user-images.githubusercontent.com/4248736/136704563-7727fb7e-2a94-4e94-9e31-4fc02b75d23d.png) I am actually copy pasting samples from @mmicko apio workshop so maybe we could grab flags from there https://github.com/ulx3s/fpga-odysseus

Solution for: ``` mips-elf-ld: cannot find -lcrt0 mips-elf-ld: cannot find -lcint ``` https://github.com/f32c/f32c/issues/68#issuecomment-287402183 ``` $ cd /f32c/src/lib/src $ make all_libs ``` So we can close it...

Solution for: ``` mips-elf-ld: cannot find -lcrt0 mips-elf-ld: cannot find -lcint ``` https://github.com/f32c/f32c/issues/68#issuecomment-287402183 ``` $ cd /f32c/src/lib/src $ make all_libs ``` So we can close it...