Search found 11 matches

by Mcolin
Sat Mar 30, 2024 8:28 am
Forum: Bug Reports
Topic: HC05 Bluetooth: send command and set pair key macro problem!!!
Replies: 2
Views: 265

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

command to change name works!! so, the communication between micro controller an Bluetooth module its OK!!
by Mcolin
Sat Mar 30, 2024 8:21 am
Forum: Bug Reports
Topic: HC05 Bluetooth: send command and set pair key macro problem!!!
Replies: 2
Views: 265

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

*send command macro
and
*set pair key macro
don't works.

here you have an example of at command structure to verify the correct syntax:
ejemplo at comand.gif
ejemplo at comand.gif (2.86 MiB) Viewed 265 times

correct syntax is not possible to add.
AT COMAND PROBLEM.png
AT COMAND PROBLEM.png (165.29 KiB) Viewed 265 times
by Mcolin
Sat Mar 30, 2024 7:00 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 615

Re: Macro file sd/sdhc bug

---> The CS pin of the SD component to pin D10 / PORTB.2 DONĀ“T FIX THE PROBLEM
--> DEFAULT CLK PIN SETTINGS (CHANNEL 1) PORTB.5 DONT WORKS

THE PROBLEM WAS SOLVED IF:
CHANGE CLK PIN PORTB.5 ----> PORTB.0

SOLVED.png
SOLVED.png (356.2 KiB) Viewed 464 times
by Mcolin
Mon Mar 18, 2024 8:58 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 615

Re: Macro file sd/sdhc bug

If disable sd initialise macro
IMG_20240318_022004.jpg
IMG_20240318_022004.jpg (99.66 KiB) Viewed 535 times
Led turns on so looks like sd macro initialise can't step out to work with sd module
IMG_20240318_022012.jpg
IMG_20240318_022012.jpg (107.33 KiB) Viewed 535 times
by Mcolin
Mon Mar 18, 2024 8:54 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 615

Re: Macro file sd/sdhc bug

Initialise sd macro can't step out to continue the flow. In the example: 1.- an output begins with 0 2.-then the component macro "sd initialise" 3.-and at the end output change to 1 to turn on a led IMG_20240318_022022.jpg The led don't turn on, the initialise sd macro can't step out. IMG_20240318_0...
by Mcolin
Mon Mar 18, 2024 8:37 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 615

Re: Macro file sd/sdhc bug

Spi cs/ss is working well and correctly conected
IMG_20240318_020237.jpg
IMG_20240318_020237.jpg (86.61 KiB) Viewed 537 times
by Mcolin
Tue Mar 05, 2024 6:35 am
Forum: Bug Reports
Topic: Macro file sd/sdhc bug
Replies: 8
Views: 615

Macro file sd/sdhc bug

Component macro

filesd::initialise()

Don't step out on real hardware running.
IMG_20240305_000925.jpg
IMG_20240305_000925.jpg (80.06 KiB) Viewed 615 times
Work flow
1.-Initialise screen
2 - initialise sd module
3- print: finish line code


Please check the complete hardware demo upload video:

https://youtu.be/gAGuB8S4pEk?si=rwANGc9KHbJED69H
by Mcolin
Sun Feb 18, 2024 11:39 pm
Forum: Bug Reports
Topic: RTC component macro set for 12 hours does not work correctly
Replies: 2
Views: 189

Re: RTC component macro set for 12 hours does not work correctly

Hello Martin. I know there are discussions on the Internet about this topic. As an electronics designer, when I have a question about a format or even general design questions, I find it helpful to look for standardized references. In the case of the 12-hour format, a useful reference is the success...
by Mcolin
Sun Feb 18, 2024 6:07 am
Forum: Bug Reports
Topic: RTC component macro set for 12 hours does not work correctly
Replies: 2
Views: 189

RTC component macro set for 12 hours does not work correctly

when I try to set the 24 hour value (rtc module default format) to 12 hour format. specifically to change from 0:00 format to (12 hour format), which should be (12:00am), as shown below. 00:00 (24 hours format) = 12:00 am (12 hours format) problema rtc.jpg Using the following logic schematic loaded ...
by Mcolin
Sat Sep 23, 2023 3:07 pm
Forum: Bug Reports
Topic: problems with component: csv Read/write --> ReadAsNumber
Replies: 3
Views: 3741

Re: problems with component: csv Read/write --> ReadAsNumber

main csvr ead/write.fcfx file
2 diferent csv files to test
main csv_read_write.zip
(6.79 KiB) Downloaded 146 times

dont forget to change files folder root directory
ready to download and run
4.png
4.png (14.58 KiB) Viewed 3727 times
thanks.