Search found 90 matches

by SILVESTROS
Wed Mar 20, 2024 3:54 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 49
Views: 100736

Re: Suggestions for new microcontroller support

Hello, Flowcode10 is a great tool , so we would like to help us in an App Developer for Android... Also a component for ESP32-cam module will be very useful , to help us make a video recorder that can store video files in SD card, that may controlled by an Android App..If there is any component ,or ...
by SILVESTROS
Mon Mar 18, 2024 11:13 pm
Forum: General
Topic: COMPONENT ADC INPUT (POTENTIOMETER) NOT WORK-FC10
Replies: 1
Views: 285

COMPONENT ADC INPUT (POTENTIOMETER) NOT WORK-FC10

Hello,
In input components / ADC Input / Potentiometer and Pot Slider , I can't set analog input in Connections at Properties ..I get "unconnected" that not change...so I can't connect input pin of mcu (PIC16F628A) . Any idea on how to solve that? Thanks.

Basil
by SILVESTROS
Sun Mar 03, 2024 6:20 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi Floating point calculations can be quite resource heavy on an 8-bit. The 25K22 has an internal oscillator that runs at 16MHz and you can also use the 4 x PLL to up the speed to 64MHz, thereby improving speed by a factor of four. The peripherals will still take time to obtain data, but at least c...
by SILVESTROS
Sat Mar 02, 2024 4:38 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi Further analysis of last 2 parts of macro "Get_Data" shows the following.. 3 calculations x,y,z to string....period...11.2ms 2 calculations hr,ox to string....period...6.8ms after some corrections for that part , total period is 18ms 11 calculations Data = Data + xx ....period...3.2ms 2 calculati...
by SILVESTROS
Fri Mar 01, 2024 11:24 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi I was made some changes to properties of sensors so the transmitter sends data with 2 delays at 1ms. But iteration period at send loop (MAIN) was only about 35ms, so f=28/sec.. My goal is near to 80/sec, so total period of 2 macros must be about 12ms.. Using some pins, I set H/L to parts of macro...
by SILVESTROS
Wed Feb 28, 2024 8:10 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi After some tests , max. sampling rate is 15/sec..in transmitter, I was set a pin on/off with delay in send loop (main) 1ms to measure the period of the loop with an oscilloscope...It was 36ms , so f sampling=27/sec..Delays at send loop(main) and Esp_Send are 7ms..Below that data are not send... I...
by SILVESTROS
Thu Feb 22, 2024 7:34 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi
Many thanks for info..I'll make some tests in hardware ..Is there a way to count the sample rate (samples/sec), maybe with a variable in receive loop ?
regards
Basil
by SILVESTROS
Tue Feb 20, 2024 10:56 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi I had a health problem, so I wasn't able to work about new project with cameras.. Next days I'll try to find some suitable small cameras about 1MP . About previous project , that sends sensors data to PC with mobile modules with PIC18F46K22 + ESP8266, I get sample frequency about 10/sec..I would ...
by SILVESTROS
Thu Nov 09, 2023 6:48 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi, I was tested MPU6050, that works after update of component.. About micro camera ,I need a device with dimensions no more than 21mm X 21mm , so I'll select a cheap camera about 1-1.2MP...I need about 150 min. recording time and store as file to an SD disk...I'll use a PIC mcu to control recording...
by SILVESTROS
Mon Oct 09, 2023 8:30 pm
Forum: General
Topic: PIC18F25K22 UART ERROR
Replies: 183
Views: 63939

Re: PIC18F25K22 UART ERROR

Hi,
I was added MPU-6050 SampleDevice , but I have no data. In simulation , preset values of X,Y,Z reset to 0 in Debug Run.
Is there something wrong with MPU-6050 component or with device address ? In Properties I set AddressBit to 0.

Regards