Which PIC did you try?
Martin
Search found 1415 matches
- Sun Jun 29, 2025 6:03 pm
- Forum: User Components
- Topic: Max7219 dot matrix 8x8
- Replies: 6
- Views: 6438
- Fri Jun 27, 2025 10:51 pm
- Forum: General
- Topic: ESP32 Bluetooth HID possible?
- Replies: 8
- Views: 365
Re: ESP32 Bluetooth HID possible?
I've experimented a bit - I've tried to get an esp32 connected to a bicycle radar (Garmin). - it's possible although I used mostly c from one of the espressif example files. It then used a callback function to respond to messages received. Time pressure meant I never quite got where I wanted (a hand...
- Fri Jun 27, 2025 1:59 pm
- Forum: General
- Topic: ESP32 Bluetooth HID possible?
- Replies: 8
- Views: 365
Re: ESP32 Bluetooth HID possible?
Also see https://flowcode.co.uk/forums/viewtopic ... ra+shutter where managed to get an esp32 acting as a BLE keyboard...
- Thu Jun 26, 2025 11:03 pm
- Forum: Bug Reports
- Topic: ESP32 UART and an IRQ
- Replies: 1
- Views: 85
Re: ESP32 UART and an IRQ
Can't replicate this problem: Seems to work AOK using channel 1 or 3 with or without the interrupt. This was on a 'clean' build - I use a new directory for every file - I wonder if you've changed any settings in menuconfig that are 'upsetting' the output (attempting to output something at a differen...
- Tue Jun 24, 2025 10:51 am
- Forum: General
- Topic: Help! Flash EEPROM Component
- Replies: 3
- Views: 194
Re: Help! Flash EEPROM Component
Please give us some more info - some sample code that demonstrates the error?
- Mon Jun 23, 2025 5:36 pm
- Forum: General
- Topic: ESP32 Bluetooth HID possible?
- Replies: 8
- Views: 365
- Mon Jun 23, 2025 4:48 pm
- Forum: Bug Reports
- Topic: ESP32 ADC not working
- Replies: 22
- Views: 1231
Re: ESP32 ADC not working
Glad to hear you got it working 
Martin

Martin
- Sun Jun 22, 2025 4:17 pm
- Forum: General
- Topic: PIC16F18877+GLCD ST7796
- Replies: 13
- Views: 1162
Re: PIC16F18877+GLCD ST7796
Do you mean 16f877 which probably isn't going to work or the 16f18877 which probably will?
I found an St7796 display - will wire it up and test it...
Martin
I found an St7796 display - will wire it up and test it...
Martin
- Sun Jun 22, 2025 2:43 pm
- Forum: General
- Topic: Compiler error
- Replies: 5
- Views: 470
Re: Compiler error
'FCD_066a1_TCP_IP_W5500__DHCP_Run':
C:/FC_ESP/mtxesp32s_sdkconfig/main/esp-project.c
10: error: 'FCR_RETVAL' is used uninitialized [-Werror=uninitialized]
Looks like a return value isn't set here - which is treated as an error
C:/FC_ESP/mtxesp32s_sdkconfig/main/esp-project.c
Looks like a return value isn't set here - which is treated as an error
- Fri Jun 20, 2025 10:28 pm
- Forum: General
- Topic: error or bug
- Replies: 14
- Views: 1342
Re: error or bug
That compiles okay for me - ran update first.
Anything changed on your machine (updated compiler / different target)
Martin
Anything changed on your machine (updated compiler / different target)
Martin