Search found 142 matches

by kersing
Sun Apr 28, 2024 4:17 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 17
Views: 906

Re: can you add an LoRa SX1278 module?

Keep in mind Lora is not LoRaWAN and however excellent the book, supporting multiple chipsets is still a lot of work that is not necessarily worth the trouble.
The good news regarding LoRaWAN is that a component for EU868 frequencies should be available soon. (A couple of months)
by kersing
Wed Apr 17, 2024 10:14 am
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 17
Views: 906

Re: can you add an LoRa SX1278 module?

Your request to support all Lora modules regardless of brand is not realistic imho. There are too many out there and as I mentioned, documentation is an issue for most of them. Supporting all would require one person full time work and that is not an option for the current (small) team. Of course if...
by kersing
Wed Apr 17, 2024 9:52 am
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 17
Views: 906

Re: can you add an LoRa SX1278 module?

Lora modules are complex and documentation is scarce to non existent. Also timing is critical so implementing components that work well on all controllers is a major investment in time. There is a LoRaWAN component in development. BTW, if you search the internet a bit you will find Lora modules that...
by kersing
Fri Apr 12, 2024 1:51 pm
Forum: Bug Reports
Topic: Because it doesn't respect the delay
Replies: 7
Views: 225

Re: Because it doesn't respect the delay

Please exercise some patience. Spamming the forum does not make things go faster.
by kersing
Thu Apr 04, 2024 4:01 pm
Forum: General
Topic: SK6812 LED
Replies: 37
Views: 1215

Re: SK6812 LED

Probably a stupid question but what is the power up state of the LED? Is it not lit if you use a flowchart that doesn’t have any macros related to it? (So an empty flowchart with just a loop doing nothing)
by kersing
Tue Apr 02, 2024 7:56 pm
Forum: General
Topic: License Activation
Replies: 13
Views: 409

Re: License Activation

Full editor and preview refers to the marked button in the picture below.
IMG_2342.jpeg
IMG_2342.jpeg (50.68 KiB) Viewed 240 times
Once you select it you can use “Attachments” below the text box to add the requested files.
by kersing
Tue Apr 02, 2024 4:23 pm
Forum: General
Topic: SK6812 LED
Replies: 37
Views: 1215

Re: SK6812 LED

It helps when you upload the flowchart you’re having issues with because it takes away a lot of guesswork. (Uploads are available in the full editor & preview mode you can open with the button below the text box)
by kersing
Mon Apr 01, 2024 8:44 pm
Forum: General
Topic: Compra de Flowcode
Replies: 24
Views: 511

Re: Compra de Flowcode

To see the cost you go to flowcode.co.uk website and look at the top for “Buy Flowcode”. Click there. Payment options will be listed.
by kersing
Sat Mar 30, 2024 8:32 am
Forum: Bug Reports
Topic: HC05 Bluetooth: send command and set pair key macro problem!!!
Replies: 2
Views: 115

Re: HC05 Bluetooth: send command and set pair key macro problem!

If you need to send quotes within a string you can use a backslash to escape it,

So your correct command translates to “AT+PSWD=\”6789\”” in the expression box.
by kersing
Tue Mar 26, 2024 5:45 pm
Forum: General
Topic: "ATS-5S18F46K22.c:37:45: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this compi
Replies: 2
Views: 366

Re: "ATS-5S18F46K22.c:37:45: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this c

This error is not license related. Check the chip settings in your flowchart and disable the extended instruction set.