Close

147 Results for "freertos"

  • Sensor Platform with STM32

  • Done! Now sensors data is collecting by a powerful STM32 MCU with FreeRTOS. This will help adding even more sensors. For now, there are two: Ultrasonic Distance Sensor - HC-SR04KY-018 Photoresistor Module Here is a video of the update in action: Links:...
  • 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...
  • 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...
  • Explanation

  • Hello for everyone! Another year - another HackadayPrize. And we love it! And of course, for participate in the contest, you need to create new project page. In this year I enter to the contest with side project from my main big work - #Rhoby.The Social...