Close

281 Results for "freertos"

  • Shell, Interrupted

  • Summary: I managed to get the shell receiving data by crowbarring eLua to not install interrupt handlers. Deets: Where I left off, I found that my UART receive function was never called.  At the time it seemed that the eLua is expecting there to...
  • Testing wireless connectivity + uPyCraft IDE

  • To start off, I tested the ESP32 wireless connectivity using the built in examples in Zerynth. I tried the 'WiFi_Scan' example, and was able to successfully discover all of the available WiFi networks in my vicinity.Since the ESP32 program...
  • Hacking the SDK

  • It's finally hacking time ;) We try to patch the SDK, so we get control over the APP core, while still letting the SDK handle the initialization. Ideally, our main will behave similar to a FreeRTOS task while running bare metal. Approach First, we need...
  • Reimplement Realloc Redux

  • Summary: I have implemented 'realloc' in the FreeRTOS 'heap_4.c' implementation, along with some other debugging features. Deets: We left off with my mentioning a way to intercept and redirect function calls at link time (on gcc, using 'wrappers'), but...
  • More Testing...

  • Time now to take a look at the STC3100 fuel gauge IC.  As a starting point, I'll be using this library on GitHub.  I'm not sure if it is an official ST repository/account, but the driver looks useable.  It just needs an I2C implementation...
  • 2021-01-28 Update

  • Already a month in the new year! No new release yet but I figured I'll make a quick update since I feel I still got some weeks of work ahead before anything new. One of the biggest challenge doing BlueRetro is systems protocols that requires to use software...
  • NOS

  • NOS (Not an Operating System) is not a novel concept. In fact, certain RTOS implementations already include CoRoutine implementations for this exact reason.A list of already existing implementations include:FreeRTOS' CoRoutinesAdam Dunkels' ProtothreadsPumpkin's...
  • Blinky Stage 2

  • I decided that I would try the ESP32 as the main microcontroller for Confagrid, I was going to need some sort of wireless communication and the microcontroller in the ESP32 looked plenty capable and the ESP-IDF based on FreeRTOS looked like it would...
  • TraceSniffer

  • We are four students from germany, majoring in electrical engineering. In our fifth semester we had a practical course about RTOS (FreeRTOS in our case) where we would measure a DAC Output, which changed its value corresponding to the current running...