Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:42, 15 January 2025 Iwiseman talk contribs created page File:Keycloak4.png
- 20:42, 15 January 2025 Iwiseman talk contribs uploaded File:Keycloak4.png
- 20:39, 15 January 2025 Iwiseman talk contribs created page File:Keycloak3.png
- 20:39, 15 January 2025 Iwiseman talk contribs uploaded File:Keycloak3.png
- 20:27, 15 January 2025 Iwiseman talk contribs created page File:Keycloak2.png
- 20:27, 15 January 2025 Iwiseman talk contribs uploaded File:Keycloak2.png
- 20:22, 15 January 2025 Iwiseman talk contribs created page File:Keycloak.png
- 20:22, 15 January 2025 Iwiseman talk contribs uploaded File:Keycloak.png
- 21:03, 9 January 2025 Iwiseman talk contribs created page Rust Web API (Created page with "=Introduction= This page is to point me in the right direction should someone want to do this in rust. I think that Golang, C# or NodeJS (to reduce technology) might be a better choice. This language seems a lot harder to learn. Maybe if you already use it for other stuff in you company. Doing this I was surprise how easy it was. Maybe microcontrollers have clouded my judgement")
- 04:06, 8 January 2025 Iwiseman talk contribs created page Rust YouTube Bits (Created page with "=Introduction= As I strive to improve I wanted a page for just stuff I watch on YouTube =Deref= Rust list c++ has a deference operator. You can deference with a *. But with wonderful rust you can make one. In the video from '''The Dev Method''', they made an implementation of a box (smart pointer) and demonstrated how to do this <syntaxhighlight lang="rs"> struct MyBox<T>(T); impl<T> MyBox<T> { fn new(x: T) -> MyBox<T> { MyBox(x) } } fn main() { pri...")
- 23:39, 30 December 2024 Iwiseman talk contribs created page Rust Embassy (Created page with "=Introduction= After spending some time on RTOS I wanted to compare using Rust to do the same thing. Embassy seem more used than the non-std rust. In fact getting the bluetooth to work seem too hard =Getting Started= For the older wroom-32 boards, they use xtensa chips. For this we need to install the toolchain <syntaxhighlight lang="bash"> cargo install espup espup install # To install Espressif Rust ecosystem . $HOME/export-esp.sh # This add stuff to the path </syntaxh...")
- 04:37, 30 December 2024 Iwiseman talk contribs created page File:Screenshot from 2024-12-30 17-36-23.png
- 04:37, 30 December 2024 Iwiseman talk contribs uploaded File:Screenshot from 2024-12-30 17-36-23.png
- 04:58, 29 December 2024 Iwiseman talk contribs created page File:Screenshot from 2024-12-29 17-57-11.png
- 04:58, 29 December 2024 Iwiseman talk contribs uploaded File:Screenshot from 2024-12-29 17-57-11.png
- 04:46, 29 December 2024 Iwiseman talk contribs created page File:RTOS semaphore2.png
- 04:46, 29 December 2024 Iwiseman talk contribs uploaded File:RTOS semaphore2.png
- 04:41, 29 December 2024 Iwiseman talk contribs created page File:RTOS semaphore.png
- 04:41, 29 December 2024 Iwiseman talk contribs uploaded File:RTOS semaphore.png
- 04:14, 29 December 2024 Iwiseman talk contribs created page File:Queues crashed.png
- 04:14, 29 December 2024 Iwiseman talk contribs uploaded File:Queues crashed.png
- 04:06, 29 December 2024 Iwiseman talk contribs created page File:RTOS Queues example.png
- 04:06, 29 December 2024 Iwiseman talk contribs uploaded File:RTOS Queues example.png
- 00:21, 29 December 2024 Iwiseman talk contribs created page File:RTOS Allocation.png
- 00:21, 29 December 2024 Iwiseman talk contribs uploaded File:RTOS Allocation.png
- 00:18, 29 December 2024 Iwiseman talk contribs created page File:Memory alloc.png
- 00:18, 29 December 2024 Iwiseman talk contribs uploaded File:Memory alloc.png
- 00:16, 29 December 2024 Iwiseman talk contribs created page File:RTOS Memory allocation.png
- 00:16, 29 December 2024 Iwiseman talk contribs uploaded File:RTOS Memory allocation.png
- 22:39, 28 December 2024 Iwiseman talk contribs created page File:RTOS Scheduler.png
- 22:39, 28 December 2024 Iwiseman talk contribs uploaded File:RTOS Scheduler.png
- 22:29, 28 December 2024 Iwiseman talk contribs created page File:RTOS States2.png
- 22:29, 28 December 2024 Iwiseman talk contribs uploaded File:RTOS States2.png
- 22:14, 28 December 2024 Iwiseman talk contribs created page File:RTOS States.png
- 22:14, 28 December 2024 Iwiseman talk contribs uploaded File:RTOS States.png
- 22:07, 28 December 2024 Iwiseman talk contribs created page RTOS (Created page with "=Introduction= Thought I would do a page on RTOS so I have the terminology right. May do the same for Zephyr and Embassy to see how they compare. =RTOS Platforms= For me I have come across the different platforms *Zephyr running on my Nordic boards *FreeRTOS no used but the course drove me to this *IDF RTOS running on my ESP32 (not sure the difference) =Arduino= I guess most people of familiar with the Arduino approach to software with sketches. I dislike the ecosystem...")
- 22:38, 26 December 2024 Iwiseman talk contribs created page File:Avrdude.png
- 22:38, 26 December 2024 Iwiseman talk contribs uploaded File:Avrdude.png
- 22:31, 26 December 2024 Iwiseman talk contribs created page File:MiniCore Config.png
- 22:31, 26 December 2024 Iwiseman talk contribs uploaded File:MiniCore Config.png
- 22:20, 26 December 2024 Iwiseman talk contribs created page File:Stupid nano.png
- 22:20, 26 December 2024 Iwiseman talk contribs uploaded File:Stupid nano.png
- 21:02, 24 December 2024 Iwiseman talk contribs created page List of Boards Page (Created page with "=Introduction= This page is to capture my current boards =Raspberry= I have two of these *Raspberry Pi 4 *Raspberry Pi 3 =LoRa= I have two of these *ESP32 Pico *500KB SRAM *SX1278 *868/915Mhz")
- 20:53, 23 December 2024 Iwiseman talk contribs created page File:Duty Cycle.png
- 20:53, 23 December 2024 Iwiseman talk contribs uploaded File:Duty Cycle.png
- 03:25, 23 December 2024 Iwiseman talk contribs created page File:Pll error.png
- 03:25, 23 December 2024 Iwiseman talk contribs uploaded File:Pll error.png
- 04:31, 22 December 2024 Iwiseman talk contribs created page File:Pll.png
- 04:31, 22 December 2024 Iwiseman talk contribs uploaded File:Pll.png
- 04:25, 21 December 2024 Iwiseman talk contribs created page File:Ice clock divider test4.png