Search found 254 matches

by WingNut
Fri Dec 15, 2023 11:46 am
Forum: General
Topic: Compiler PIC+ICD4
Replies: 10
Views: 4735

Re: Compiler PIC+ICD4

For info. I use MPLAB and pickit 4. That way if i need to program multiple devices MPLAB opens the same hex file and you just download to device without going to flowcode again. MPLAB reloads the hex file each time so if you have updated it, provided its name hasn't changed, it will download to devi...
by WingNut
Thu Nov 16, 2023 7:44 pm
Forum: Feature Requests
Topic: ESP8266 Target Device
Replies: 11
Views: 19647

Re: ESP8266 Target Device

Me me me. These are cheap to get the hold of and can add extra functionality to an existing circuit. I've recently purchased a few for that reason
by WingNut
Wed Nov 01, 2023 6:51 am
Forum: General
Topic: File .fcfx
Replies: 2
Views: 1181

Re: File .fcfx

by WingNut
Sat Oct 28, 2023 6:18 pm
Forum: Feature Requests
Topic: ESP32 Bleutooth master
Replies: 7
Views: 6981

Re: ESP32 Bleutooth master

Yeah sorry. I viewed it 229 times but couldn't make up my mind if it was stupid idea or not
by WingNut
Wed Oct 11, 2023 7:46 am
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

I have it working. Just my display is left as an issue. ILI9341 on FC is very very slow. I've abandoned the irq for now
Thanks for your efforts
by WingNut
Mon Oct 09, 2023 6:01 am
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

I am trying to but its not working for me - yet. The display I'm using is different than the example (ILI9341) so that all has to be changed. I thought I'd try your suggestion of using the interrupt too so I'm not there yet and am a bit all over the place
by WingNut
Sun Oct 08, 2023 4:21 pm
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

Yeah I have that datasheet. Looks like I'll have to do that
by WingNut
Sun Oct 08, 2023 2:53 pm
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

I don't have issues with AZ products either. Who is the manufacturer of the original? The datasheet I can find of the chip suggests that the irq pin has to be programmed and i dont see any additional circuitry on this module to do that?
by WingNut
Fri Oct 06, 2023 7:41 am
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

Thanks Chipfryer. I'll give that a go. Maybe the staff can fix the component
by WingNut
Thu Oct 05, 2023 7:24 pm
Forum: Feature Requests
Topic: RFID module
Replies: 13
Views: 9141

Re: RFID module

I have downloaded the example and built it on breadboard. The component has Miso, mosi, cs, clk and reset no sda. The module does not have cs so i'm not sure how to connect it. I did think it would work with the miso and mosi alone as I believe the irq can be ignored. But so far I really don't know ...