Search found 24 matches
- Sat Jan 09, 2021 7:40 am
- Forum: General discussion
- Topic: [SOLVED] Temp sensor DS18B20 on STM32 sometimes read 85
- Replies: 13
- Views: 843
Re: Temp sensor DS18B20 on STM32 sometimes read 85
From https://forum.arduino.cc/index.php?topic=201863.msg1488781#msg1488781 There is a footnote on page 4 which says "The power-on reset value of the temperature register is +85°C." so if you read 85 degrees it means it hasn't done a conversion since the last power on. You hadn't wired it u...
- Sat Nov 07, 2020 11:48 am
- Forum: Off topic
- Topic: ST72681 usb 2.0 high-speed 8-bit mcu flash drive controller
- Replies: 4
- Views: 562
Re: ST72681 usb 2.0 high-speed 8-bit mcu flash drive controller
during my googling i stumbled into this rather odd sku (apparently from ST) http://www.bdtic.com/ST/ST72681.html https://www.arrow.com/en/products/st72681r21/stmicroelectronics You found the ST7 MCU family, about 2000-2005 era. There was also ST9 family and ST6, I used them many many years ago in a...
- Sun Nov 01, 2020 6:56 pm
- Forum: Maple & Maple mini etc
- Topic: Maple Mini ArduCam-Mini-2MP
- Replies: 6
- Views: 897
Re: Maple Mini ArduCam-Mini-2MP
Maybe you can borrow code from the ESP32-cam that uses ov2640 too.
- Sat Oct 31, 2020 2:39 pm
- Forum: Libraries & Hardware
- Topic: Timezone_Generic Library to convert UTC to local time
- Replies: 2
- Views: 781
- Sat Oct 31, 2020 2:38 pm
- Forum: Libraries & Hardware
- Topic: NTPClient_Generic Library to get time from NTP servers
- Replies: 4
- Views: 548
Re: NTPClient_Generic Library to get time from NTP servers
+1!!!
Though ESP8266 and ESP have NTP syncronization in their core with timezone and daylight saving time too.
Though ESP8266 and ESP have NTP syncronization in their core with timezone and daylight saving time too.
- Sat Oct 31, 2020 2:35 pm
- Forum: Libraries & Hardware
- Topic: DS323x_Generic Library for DS3231/DS3232 Extremely Accurate I2C RTC
- Replies: 1
- Views: 352
- Sat Oct 31, 2020 2:32 pm
- Forum: Libraries & Hardware
- Topic: STM32_TimerInterrupt Library
- Replies: 2
- Views: 599
- Fri Oct 16, 2020 4:45 pm
- Forum: STM8 Core
- Topic: How to use Interrupts on STM8 with sduino
- Replies: 3
- Views: 1514
Re: STM8
I played with these cheap chinese STM8 boards some years ago with sduino
https://tenbaht.github.io/sduino/
that was the only core similar to the Arduino one before the new official ST core.
I translated to it an RGB lamp sketch, I used an Attiny86 too!
https://tenbaht.github.io/sduino/
that was the only core similar to the Arduino one before the new official ST core.
I translated to it an RGB lamp sketch, I used an Attiny86 too!
- Wed Sep 23, 2020 3:12 pm
- Forum: Off topic
- Topic: ESP-32 HSPI+VSPI drive dual-ILI9341
- Replies: 3
- Views: 914