Search found 141 matches

by kersing
Sun Aug 06, 2023 9:44 am
Forum: General
Topic: ThingsBoard using FC?
Replies: 4
Views: 1009

Re: ThingsBoard using FC?

Grafana and MySQL work well together. It’s the database I use for non time series data.
by kersing
Sat Aug 05, 2023 11:10 pm
Forum: General
Topic: ThingsBoard using FC?
Replies: 4
Views: 1009

Re: ThingsBoard using FC?

I used it for LoRaWAN devices some time ago but had a hard time upgrading versions. They switched postgresql version at some point and the upgrade procedure failed to work properly, tried all suggested solutions Google presented and ended up trowing the towel and scrapping the cloud VM I was using f...
by kersing
Sat Jul 22, 2023 9:30 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2852

Re: RP2040 ram and rom usage?

Up to 16MB depending on what the manufacturer of the module fitted. I think most will have 2MB.
by kersing
Sat Jul 22, 2023 6:41 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2852

Re: RP2040 ram and rom usage?

Hmm, the RP2040 has just 264K RAM and up to 16MB flash.

Please don’t confuse the microcontroller created by the foundation with the (Linux) mini computer created by them.
by kersing
Sat Jul 22, 2023 12:37 pm
Forum: General
Topic: Project Non Starter...
Replies: 5
Views: 763

Re: Project Non Starter...

The proper authorities have access to triangulation information, in most countries only after a judge allows them to request it. Joe Average will not be able to get his hands on that kind of information.
by kersing
Sat Jul 22, 2023 9:04 am
Forum: General
Topic: Project Non Starter...
Replies: 5
Views: 763

Re: Project Non Starter...

Smart phones in developer mode allow(ed) setting the position, so there is(/was) no need for such a gadget.
by kersing
Wed Jul 19, 2023 8:39 am
Forum: General
Topic: AI and FC..
Replies: 6
Views: 697

Re: AI and FC..

Currently AI is just rehashing someone else’s (possibly faulty) code. That means you can use what it generates if you are able to judge if the result solves your problem. For flowcode that code generation be more difficult as it is a visual programming language and it works close to the hardware, Py...
by kersing
Tue Jul 18, 2023 5:35 pm
Forum: General
Topic: AI and FC..
Replies: 6
Views: 697

Re: AI and FC..

The only thing the AI does is copy someone else’s code. It doesn’t know if that code is correct and performs to requirements. As a result I am very wary of AI generated (copied) code because I don’t know the copyright status (or worse, maybe the code implements a patented algorithm) and if I’m not f...
by kersing
Fri Jun 16, 2023 4:04 pm
Forum: User Components
Topic: AD9833
Replies: 40
Views: 14075

Re: AD9833

Does the second module look the same? It could be intentional.
by kersing
Fri Jun 16, 2023 12:06 pm
Forum: General
Topic: CRC calculation inside C-Box
Replies: 5
Views: 1116

Re: CRC calculation inside C-Box

That won’t work because you can not define new functions within a macro (which is a function). It should not be difficult to rewrite the C code as macro. Or you can add the C code in the supplementary code.