Navadeep
Navadeep
DIIDevHeads IoT Integration Server
Created by Navadeep on 8/10/2024 in #devheads-feed
EETimes - Startups worth watching 2024
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 8/3/2024 in #devheads-feed
The push for more transistors per unit area - how the upcoming fab process may look?
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 6/30/2024 in #firmware-and-baremetal
How to delay() easily when you don't have delay()?
I wanted to have some delay between I2C read/write functions. Ended up using this. How good/bad is it and any pitfalls? float temperature = readTemperature(); printf("Temperature: %.2f °C\n", temperature); for(int i=0; i<29999; i++); //some delay float humidity = readHumidity(); printf("Humidity: %.2f %\n", humidity); printf("\n"); for(int i=0; i<29999; i++); //some more delay
8 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 5/27/2024 in #devheads-feed
Cordless Kitchen Appliance Solutions
3 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 5/2/2024 in #devheads-feed
Schematic Archives: A huge repo of designs
Want to learn some classic/legacy/trending designs and understand electronic circuit design patterns? https://circuitsarchive.org/ is the place
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/27/2024 in #devheads-feed
Diamond Breakthroughs Shape Future of High-Performance Electronics
https://www.eetimes.com/diamond-breakthroughs-shape-future-of-high-performance-electronics/ "We grow diamond wafers with controlled impurities - called dopants - to make diamond electronics. Our unique capabilities include growing diamond with p-type, n-type, and/or high purity layers, and fabricating components out of these wafers" - https://adventdiamond.com/
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/21/2024 in #seeking-collabs
Cloud Computing's Nuclear Option: AI, Data Centers, Power
3 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/19/2024 in #devheads-feed
EV charging and PV storage monitoring solutions
EVs make so much sense while charging from decentralized PV or other sustainable sources. Take a look at Carlo Gavazzi's solutions in this segment explaining the architecture and possibilities. https://www.gavazziautomation.com/fileadmin/docs/download_area/EV-CHARGING_NA.pdf
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/16/2024 in #devheads-feed
RISC-V podcast with their CTO: Past, Present, Future
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/12/2024 in #devheads-feed
AMD Webinar: Deep Learning with FPGAs
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/7/2024 in #devheads-feed
Energy Harvesting for IoT range of Devices
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/5/2024 in #devheads-feed
Simplifying accurate fuel gauging for battery-powered devices
accurate fuel gauging has been an all-time long-time challenge and now something is moving the needle. Using Nordic's nPM1300 PMIC, individual battery models can be programmed into the IC and run the gauging process. https://www.nordicsemi.com/Nordic-news/2024/04/Nordic-Semiconductor-and-Renata-SA-collaborate
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/3/2024 in #devheads-feed
SiC Technology for Data Center Cooling Applications
While the number of transistors in a chip increases exponentially as our demand for increases so in that trend, power elecronics can't be left out. The Silicon Carbide(SiC) based solutions for power conversion promise higher power handling capacity along with efficiency and lesser need to do active cooling of the power device. https://www.powerelectronicsnews.com/design-next-generation-data-center-cooling-systems-with-silicon-carbide/
2 replies
DIIDevHeads IoT Integration Server
Created by Navadeep on 4/1/2024 in #devheads-feed
How ultrasound became ultra small: ft. MEMS
2 replies