All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Embedded Workshop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:39, 1 August 2024 JMerkle talk contribs created page DS3231 RTC (Created page with "The DS3231 RTC is a low cost, battery backup, Real Time Clock, that connects to an I2C bus, providing accurate time information. Many DS3231 modules, like this one, https://www.ebay.com/itm/314250880191, have two I2C devices on-board, a DS3231 RTC and a AT24C32 EEPROM, allowing the storage of information into non-volatile memory.")
- 17:38, 28 June 2024 JMerkle talk contribs created page Logger (Created page with "// Module: log.c // // logging library // ANSI escape codes: // gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <time.h> #include "log.h" #include <unistd.h> #ifndef u8 #define u8 uint8_t #define s8 int8_t #endif // Define ANSI colors, to be used within printf() text // The foreground colors 30 - 38, are the "normal" darker colors // The foreground colors 90 - 98, are the "bright" lighter colors...")
- 15:39, 14 June 2024 JMerkle talk contribs created page File:RotaryEncoderPinSelection.jpg (Timer2 with Pin Assignments)
- 15:39, 14 June 2024 JMerkle talk contribs uploaded File:RotaryEncoderPinSelection.jpg (Timer2 with Pin Assignments)
- 15:26, 14 June 2024 JMerkle talk contribs created page File:RotaryEncoderModule.jpg (Common rotary encoder module with knob, mounting nut and washer.)
- 15:26, 14 June 2024 JMerkle talk contribs uploaded File:RotaryEncoderModule.jpg (Common rotary encoder module with knob, mounting nut and washer.)
- 10:23, 14 June 2024 JMerkle talk contribs uploaded a new version of File:RotaryEncoder.jpg
- 10:01, 14 June 2024 JMerkle talk contribs created page File:RotaryEncoder.jpg (Rotary Encoder pulse train - connected to STM32)
- 10:01, 14 June 2024 JMerkle talk contribs uploaded File:RotaryEncoder.jpg (Rotary Encoder pulse train - connected to STM32)
- 09:30, 12 June 2024 JGMerkle talk contribs created page File:CPanel Databases.jpg (Example of hostgator.com's CPanel Database interface)
- 09:30, 12 June 2024 JGMerkle talk contribs uploaded File:CPanel Databases.jpg (Example of hostgator.com's CPanel Database interface)
- 09:27, 12 June 2024 JGMerkle talk contribs created page MySQL (Created page with "As part of a MediaWiki Overhaul, I had the opportunity to learn a bit more about MySQL administration. When a database is created, a directory to manage the database is created in /var/lib/mysql. The /var/lib/mysql directory is owned by mysql, with NO access allowed for others. This is OK though, in that administrative tools are provided to backup and restore a database. For a system user to access a mysql database, he needs a mysql database name and password. From...")
- 10:14, 11 June 2024 User account JGMerkle talk contribs was created
- 21:34, 22 May 2023 JMerkle talk contribs uploaded File:Semihosting Use OpenOCD.jpg (Need to change the debugger)
- 09:52, 21 May 2023 JMerkle talk contribs uploaded File:Semihosting Problem Occurred.jpg (This dialog was produced when trying to get Semihosting functionality with STM32. https://community.st.com/s/article/how-to-use-semihosting-with-stm32cubeide-and-stm32)
- 10:18, 17 April 2023 JMerkle talk contribs uploaded File:WCH-LinkE back.jpg (WCH-LinkE programmer, back side)
- 10:18, 17 April 2023 JMerkle talk contribs uploaded File:WCH-LinkE front.jpg (WCH-LinkE Programmer, front side)
- 13:38, 14 April 2023 JMerkle talk contribs uploaded File:WCH Link Device Manager.jpg (WCH-Link displayed in Windows Device Manager)
- 14:11, 19 February 2023 JMerkle talk contribs uploaded File:NUCLEO-C031C6.jpg
- 14:52, 11 February 2023 JMerkle talk contribs uploaded File:Wireshark DHCP.jpg (Using a managed switch, with port mirroring (Port Mirroring REQUIRED), I was able to capture the device's DHCP transactions. All completed within 17 milliseconds.)
- 14:48, 11 February 2023 JMerkle talk contribs uploaded File:Zoomed Out View.jpg (View showing blocks of data being transferred in different periods of time following reset.)
- 14:44, 11 February 2023 JMerkle talk contribs uploaded File:First Frame.jpg (First SPI frame showing data transfer. Notice the 0x01, 0x02, and 0x03 bytes on MISO.)
- 14:42, 11 February 2023 JMerkle talk contribs uploaded File:Reset Pulse.jpg (Software delay of 1ms becomes 2ms, with plenty of delay before first SPI transfer.)
- 10:47, 4 October 2022 JMerkle talk contribs uploaded File:STM32-F103 TIM4.jpg (Configure Timer4 to update once each micro second. With SysClk at 64MHz, we need the prescaler to divice by 64. Use (64-1) to achieve that.)
- 14:38, 5 September 2022 JMerkle talk contribs uploaded File:Download link.png (Download link icon)
- 09:06, 2 August 2022 JMerkle talk contribs uploaded a new version of File:UART2Config.jpg
- 08:45, 2 August 2022 JMerkle talk contribs uploaded File:UART2Config.jpg (Configuring USART2 for DMA)
- 08:44, 2 August 2022 JMerkle talk contribs uploaded File:UART2.jpg (USART2 - configuration screen)
- 08:58, 20 May 2022 JMerkle talk contribs uploaded File:Image.PF263516.en.feature-description-include-personalized-no-cpn-medium.jpg (NUCLEO-F767ZI (well, not actually, but this is the image provided by STMicro for the board.))
- 10:03, 11 April 2022 JMerkle talk contribs uploaded File:Download.jpg (Download Image with down pointing arrow)
- 09:54, 20 March 2022 JMerkle talk contribs uploaded File:Nucleo f103rb 2018 07 06 arduino right.jpg (NUCLEO-F103RB Arduino right side pinout)
- 10:30, 8 March 2022 JMerkle talk contribs deleted page Getting Started with STM32 Class (content was: "Although this getting started class will work well for many of the STM32 processors and boards, we will focus on the NUCLEO-F103RB board with its STM32-F103RB pro..." (and the only contributor was "JMerkle"))
- 16:47, 21 November 2021 JMerkle talk contribs uploaded File:Ttgo lines.py example.jpg (Example of the ttgo_lines.py program running)
- 16:29, 21 November 2021 JMerkle talk contribs uploaded File:Board Pinout.png (https://www.ebay.com/itm/184820464847)
- 16:25, 21 November 2021 JMerkle talk contribs uploaded File:Display Board.png (https://www.ebay.com/itm/184820464847)
- 16:38, 27 October 2021 JMerkle talk contribs moved page Arduio Projects to Arduino Projects
- 10:35, 5 May 2021 JMerkle talk contribs uploaded File:CAN Transceiver.jpg (Ebay picture for CAN bus transceiver)
- 10:18, 27 April 2021 JMerkle talk contribs uploaded File:CAN ID0x123 Data0x30 NORMALmode.jpg (ID: 0x123 Data: 1 byte: 0x30 Normal mode Continuous transitions with errors)
- 10:05, 27 April 2021 JMerkle talk contribs uploaded File:CAN ID0x123 Data0x30.jpg (CAN Bus, 10,000Bits/second, 11-bit ID:0x123, 1 byte of data:0x30)
- 12:34, 26 April 2021 JMerkle talk contribs uploaded File:Mcp9808a.jpg (AdaFruit MCP9808 temperature sensor module This Microchip sensor has a 2.7V to 5.5V operating range, good for 5V Arduino boards as well as 3.3V Raspberry Pi and 3.3V STM32 boards.)
- 13:56, 25 January 2021 JMerkle talk contribs uploaded File:1602 I2C Mega2560.jpg (My Mega2560 connected to a 1602 LCD display using an I2C expander PCF8574A https://www.ti.com/lit/ds/symlink/pcf8574a.pdf)
- 17:04, 19 January 2021 JMerkle talk contribs uploaded File:1602 I2C LCD.jpg (16x2 LCD Display with a PCF8574 I2C expander adapter attached)
- 16:39, 12 January 2021 JMerkle talk contribs uploaded File:80x160 back.jpg (ST7735S controller, 80x160, 65K color 0.96" SPI display module, backside view Similar to: https://www.ebay.com/itm/193483068817)
- 16:38, 12 January 2021 JMerkle talk contribs uploaded File:80x160 front.jpg (ST7735S controller, 80x160, 65K color 0.96" SPI display module Similar to: https://www.ebay.com/itm/193483068817)
- 12:47, 1 January 2021 JMerkle talk contribs uploaded File:SSD1306 OLED I2C.png (SSD1306 128x64 OLED I2C display)
- 12:36, 1 January 2021 JMerkle talk contribs uploaded File:I2C FrameTime.png (Capture showing amount of time to transmit a display frame ~37ms)
- 12:34, 1 January 2021 JMerkle talk contribs uploaded File:ClockTiming.png (Capture of the I2C SCL / SDL signals showing 400KHz clock and 0x3C address)
- 10:53, 31 December 2020 JMerkle talk contribs uploaded File:SPI Clock Rate.png (Capture showing a single byte transfer, and the SPI clock rate/frequency.)
- 10:52, 31 December 2020 JMerkle talk contribs uploaded File:Byte spacing.png (Capture showing the spacing of data bytes. Without a FIFO, and not using DMA, the SPI interface times time to load each byte for transmission.)
- 10:50, 31 December 2020 JMerkle talk contribs uploaded File:Frame Time.png (Capture showing amount of time to send a complete frame)