drtrigon
drtrigon
In Switzerland we have a new standard for invoices according to ISO Standard 20022. See this example: (from [here](https://scanbot.io/en/sdk/scanner-sdk/barcode-scanner-sdk/swiss-qr)) The issue is that zbarimg is not able to find or...
Hi @gioblu Today I was browsing pjon.org and the git repo and encountered quite a number of dead links, e.g.: - on this page https://www.pjon.org/strategies.php the links to the pages...
I cannot find any info about the status of compatibility with ARM and particularly ATSAMD (M0, M4). I was considering to use a trinket M0 instead of attiny85. Would that...
As noted in https://github.com/gioblu/PJON/issues/222#issuecomment-411489899 I was able to build a sniffer for the ThroughLoRa strategy quite easily. What about other strategies? It would be very useful to have some kind...
According to https://github.com/gioblu/PJON/blob/master/documentation/routing.md#interactive-router an `Interactive router routes packets as a switch or router but it is also able to act as a device`. So that would mean this router can...
How to use the SoftwareBitBangSurrogate with Arduino Yun? I tried to run the Arduino example https://github.com/gioblu/PJON/blob/master/examples/ARDUINO/Local/EthernetTCP/SoftwareBitBangSurrogate/Surrogate/Surrogate.ino. It compiled successfully for Yun but I was wondering a few things: The Arduino...
**Context** F3D can load CAD dataset however it does not have any measuring tool. Adding a simple ruler widget that user would be able to manipulate with the mouse would...
I would like to use icestudio in class e.g. to demonstrate the simulation of logic gates. Ultimatively I would like to create logic tables with the students. I found following...
The Logic Analyzer examples lack on documentation and use all FT245 for data transmission. Some boards like e.g. the Alhambra 2 do not have a FT245 link (e.g. the FTDI...
Thanks to https://github.com/cliffordwolf/picorv32/issues/92 we have a picorv32 version for icestudio. Now I would like to use the Arduino IDE in order to upload firmware code to the processor (instead of...