Search found 633 matches

by mrburnette
Mon Jul 19, 2021 1:31 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 7834

Re: BME280 gives wrong values after Ethernet begin with W5500

#define SCREEN_ADDRESS 0x3C Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire); You "could try the OLED" using SPI, The Adafruit lib supports both I2C and SPI ... just be careful with CS. The W5500 ethernet module is SPI. I did not look into https://github.com/arduino-librar...
by mrburnette
Sun Jul 18, 2021 2:26 pm
Forum: General discussion
Topic: SPI program Loader
Replies: 5
Views: 2544

Re: SPI program Loader

Hi. I do agree link or rs232 is good option for development . In filed firmware update by flash card boot will be easy.. Other wise for field engineering looks complicated.. ... from an FE perspective, eliminating any flash bootloader is a good idea as bootloaders in flash can be corrupted. The in-...
by mrburnette
Fri Jul 16, 2021 10:45 pm
Forum: STM32 HID bootloader
Topic: STM32 Virtual COM Port not detected after HID Bootloader uploaded on STM32F407G-DISC1
Replies: 4
Views: 8726

Re: STM32 Virtual COM Port not detected after HID Bootloader uploaded on STM32F407G-DISC1

Which of : https://github.com/search?q=STM32+HID+bootloader ??? You may also want to look deeper into the USB stack with: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/usbview But this makes me unable to have the Direct USB as programming USB and native USB at the same time, whi...
by mrburnette
Thu Jul 15, 2021 2:41 pm
Forum: General discussion
Topic: STM32F103 ST7789 #652
Replies: 2
Views: 1699

Re: STM32F103 ST7789 #652

One would generally utilize this product library for Arduino: https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays The specific details are here. But, other libraries may be available depending on your specific requirements. Ex: https://github.com/Floyd-Fish/ST7789-...
by mrburnette
Fri Jul 09, 2021 10:30 pm
Forum: General discussion
Topic: TFTLCD_8BIT_STM32 issue
Replies: 2
Views: 2588

Re: TFTLCD_8BIT_STM32 issue

Always, always, always have a software backup ... hard disk space (or USB flash) is too cheap to not be able to roll-back to a known-good copy. My procedure is to Zip up my sketch folder monthly...rolling backup on the working HD. Weekly I xcopy my sketches to an external hard drive. Daily, I save-a...
by mrburnette
Fri Jul 09, 2021 10:17 pm
Forum: Off topic
Topic: Tiny 2040 - a tiny RP2040 stamp
Replies: 40
Views: 18780

Re: Tiny 2040 - a tiny RP2040 stamp

The Raspberry system is MBED as is the Arduino incarnation for RP2040.

I have used this successfully; traditional "core"

https://github.com/earlephilhower/arduino-pico
by mrburnette
Mon Jul 05, 2021 10:42 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 7834

Re: BME280 gives wrong values after Ethernet begin with W5500

Hardly anything to laugh about, :lol: but, why not? Just because we work with computers does NOT mean that every action is cast in stone: https://stackoverflow.com/questions/2397984/undefined-unspecified-and-implementation-defined-behavior Other examples of undefined behavior include accessing an ar...
by mrburnette
Mon Jul 05, 2021 10:30 pm
Forum: General discussion
Topic: Black Pill with adafruit ST7789
Replies: 63
Views: 25719

Re: Black Pill with adafruit ST7789

there is one possibility which is that some platforms / ide did not parse the include files and dependencies properly, that can cause definitions to be missed out and those PAXX may evaluate to zero. one way out of that is to #include the header file for your board. ... OK, maybe I'm wrong, but the...
by mrburnette
Sun Jul 04, 2021 5:40 pm
Forum: General discussion
Topic: BME280 gives wrong values after Ethernet begin with W5500
Replies: 19
Views: 7834

Re: BME280 gives wrong values after Ethernet begin with W5500

... Does it give you a hint? Re-reading you intro post, you indicated you are using cores: My core is the one from stm32duino. JSONs included in Arduino: https://github.com/stm32duino/BoardMana ... index.json http://dan.drown.org/stm32duino/package ... index.json Which core are you using during com...

Go to advanced search