DevHeads IoT Integration Server

DII

DevHeads IoT Integration Server

The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.

Join

seeking-collabs

šŸŖ²-firmware-and-baremetal

šŸ“¦-middleware-and-os

šŸ“”-edge-networking

šŸŸ©-pcb-and-analog

jobs

ā˜-iot-cloud

āœ…-code-review

devheads-feed

general-dev-chat

SWV printf Output Issue in C++ on STM32G431KB

I am currently utilizing an STM32G431KB board that differs from other boards in the STM32 Nucleo series as it has a wired SWO. While setting up SWV printf on a Nucleo variant of the same product, I encountered an inquiry and implemented suggestions given by its first answer which allowed me to enable functioning SWV under C programming language. However, upon switching over to C++, no output is visible during usage of this feature. For the C project, I created a new project, switched Debug to "Trace Asynchronous SW," and added the following code: ...

Measuring Current Consumption on STM32 Nucleo-64: JP6 Jumper Behavior and Ammeter Use

Hi guys, how can I properly measure the current consumption of the microcontroller on my STM32 Nucleo-64 evaluation board (NUCLEO-L073RZ)? The manual instructs me to remove the JP6/IDD jumper and connect an ammeter in series between the pins to measure the current. However, when I remove the JP6 jumper without connecting the ammeter, the microcontroller continues to operate, allowing me to debug and communicate via I2C. I expected that removing the JP6 jumper would cut the power to the microcontroller, making it inaccessible unless an external power supply was used. ...
Solution:
Connect the ammeter in series between the two pins of JP6. This allows you to measure the current flowing directly into the MCU's VDD line, which represents the power consumed by the MCU and any connected peripherals powered from VDD.

Should I Connect the 120Ī© Resistor on UART-to-RS485 Converter for 2-Module Communication?

Hello, Got a uart-to-rs485 converter board from the AliExpress . Its schematic is very close to this one...
Solution:
I would say you should not short it. Leave it open as it is in the schematics diagram. If it's a Uart line then it shouldn't have an issue. But I would say you should check the datasheet and confirm what the manufacturer said about this.
attachment 0

MOSFET Heating Issue in Boost Converter with SG3525 and IRFB4110

I am working on a boost converter to step up DC voltage from 12v to 450v. My switching frequency is 45khz on each channel of the sg3525. I am using irf3205 as my switch. I observed that when i change the switches to another MOSFET like irfb4110 of higher rating the switch/MOSFET gets heated up even with no load at the output, has anyone faced similar issues before? my gate resistor is 10R and my gate to source resistor is 10k
Solution:
Read the datasheet of the mosfet, it seems like the current rating is less than it can handle, thereby causing the IRF4110 to overheat. And also check the resistor value required, i suggest you increase the resistance so there will be less current flow to the mosfet

Feedback on MIDI-to-Arduino Adapter Circuit Before Testing?

Working on a MIDI-to-Arduino et al adapter. Not the hardest circuit in the world, and easy enough to breadboard, but might be useful for some. Any comments so far? Guess I should breadboard it and test it out.
attachment 0

Logic for Sensor Measuring Natural Water Rise and Surface Pressure in a Well Setup?

hey what should be the logic behind a sensor which calculates the - natural rise of water above the sensor level, showing how much pressure drives the water to the surface. ( in a well like setup)
Solution:
The sensor measures the pressure of the water above it. The higher the pressure, the higher the water level. The sensor calculates the height of the water level based on this pressure. Pressure = Water Height The sensor uses this equation to determine how much pressure is driving the water to the surface, and thus calculates the natural rise of water above the sensor level....

Why Does My ATTiny85 Analog Input Return a Constant Value After 24 Hours?

Hi, Iā€™m trying to get the value of my battery using an analog input of my ATTiny85 to create a gauge. To do this, I made a voltage divider to avoid draining too much battery. The problem is that I donā€™t understand why, after letting my project (which includes sensors and a screen) run for more than 24 hours, Iā€™m still getting an input value of 512 with an analogRead(). I havenā€™t applied any calculations yet, just retrieving the value from my voltage divider. But this value doesnā€™t budge at all... Iā€™m using a 3.7V 400mAh LiPo battery....
Solution:
Related to that, I would highly recommend using the TinySnore library if you're concerned about optimizing power usage. I used it in another project that uses a CR2016 battery and it's able to run for ~a few weeks using intermittent monitoring of inputs: https://embeddedcomputing.com/technology/processing/chips-and-socs/tinysnore-turns-your-attiny-into-a-low-power-prodigy (granted, my device is just sitting there most of the time)

Is it possible to use this MAX30102 heart rate sensor to detect a heart attack?

Hi there, right now I am planning to make a device which can detect a heart attack by using MAX30102 After a small research, I found out that a heart attack may be caused by a sudden increase in heart rates or the SpO2 level (the amount of oxygen that your blood is carrying) is lower than 90%. So my question is: Is it possible to use this MAX30102 heart rate sensor to detect a heart attack?...
Solution:
The MAX30102 sensor is great for measuring heart rate and SpO2, but using it to detect a heart attack isnā€™t straightforward. Heart attacks involve more than just changes in heart rate or oxygen levels, so relying on this sensor alone wouldn't be enough for accurate detection. But I think that AI can help because it can analyze heart rate and SpO2 patterns over time to spot anything unusual. But to reliably detect a heart attack, you'd need more data, like ECG readings or other health metrics....
attachment 0

Handling Disconnections in KiCad with Rat Bites and Conductive Screws

Hi, I've got a KiCad project (revised 1-inch-midi) that I've been working on that involves 3 boards separated by rat bites. Ground, VCC and two signal pins are passed between the boards via conductive screws nuts. While I think I have a functional design, the error checking function on the PCB editor shows disconnections between these pads as they are not connected as-drawn. Is there a way to put connections into the schematic layout so that the PCB editor is satisfied? I think it will work as-is, but would be interested in any ideas/suggestions. Also I'm certainly open to any critique of the design in general, as I'm planning to order it soon. I put up an earlier version of the board here for your perusal: https://github.com/JeremySCook/PCBs/tree/main/1-inch-MIDI...
attachment 0

Designing Constant Current (CC) for LiFePO4 Battery Charger

I want to design a charger that charges my lifepo4 battery(4s,3p). The charger is going to be AC to Dc charger having an output of 14.6v 15Amps. My challenge now is i intend to ensure i have a CV,CC at the output, the CV can be done easily, but the CC, i am having difficulty wrapping my head around how to go about it.I studied the XL4016EI circuit to see how they achieved the constant current functionality using variable resistor to set it, but i dont want to use that IC for the CC functionality...
Solution:
Charging lifepo4 is more than just CC/CV, you have maintain the charge curve, trickle charge, etc. Any mistake and you will ruin the battery. I would recommend buying a off the shelf charger for the job. Also you could reverse engineering the commercial product if you really want to design a charger

Seeking Feedback on ICSP Configuration for 1-Inch MIDI Project Revision

Hello - I'm working on a revision of my 1-inch-MIDI project https://www.youtube.com/watch?v=5Ws_JfCw5NY that incorporates a potentiometer on the AUX pin, along with an ICSP header arrangement. Thinking I'll use a pogo pin device. Anyway, I think I have the ICSP configuration correctly laid out here, but I would love a second opinion. Happy to hear any other suggestions or answer questions on the project!...
attachment 0

NodeMCU and WLED Issues with Powering via Mains Adapter

Hii , I'm reaching out to try and find a solution to my problem. I built a setup with a NodeMCU and WLED. Everything works fine as long as it's connected to the computer via USB, but when I disconnect it from the computer and power it with 5V through a mains adapter to the Vin pin and the two wires of the LED strip (USB disconnected), I have to press the reset (RST) button for the setup to start. I can turn the application on and off via the phone. However, if I cut the 12V power, I absolutely have to press the RST button to restart the setup. I hope to get some advice or even a solution to finish my setup....
Solution:
Make sure the 5v supply is stable enough not to fluctuate, which is bad to the MCU. Also ensure the LED is not consuming too much current, this can cause the MCU to trip off and enter a reset state...

Tips for Designing a PCB to Power an STM32 MCU

can anyone please gives me some tips about how can I design my own pcb to power up a stm32 mcu and which resources should I follow?
Solution:
Hi @Undefined ,someone already had the same idea and this built the same power supply, here is a link to it's project on PCBway, he explained everything and all components and the pcb design is available, give it a look https://www.pcbway.com/project/shareproject/ESP32_STM32_POWER_SUPPLY_SYSTEM_5afec697.html...

Recommendations for rugged 5-7 inch TFT LCD display with HDMI and PoE

I'm looking industrial grade rugged TFT LCD display - 5 to 7 inch. Which should withstand -20 to 85Ā°C, Hazardous environments. Interface - HDMI, PoE preferred. Non-Touch Anyone recommend some good display...

Issues with measuring multiple switch inputs via single DAC in R-2R resistor configuration

Working on a project trying to measure multiple switch inputs via a single DAC in an R-2R resistor configuration. Took me a while to realize that the inputs needed to be HIGH or LOW, not HIGH or OFF. What also threw me off though was that each side of the breadboard's power/ground rails need to be jumpered together in the middle. That took me a while to figure out too. Guess you shouldn't assume anything when working on hardware!...
attachment 0

How can I optimize power and ensure efficient operation of the VL53L0X sensor and OLED on BeagleBone

hello devs, still based on my project parking assistance system using a BeagleBone Black running Embedded Linux, VL53L0X time of flight distance sensor to detect the distance to nearby objects and a 0.96-inch OLED display to show the distance and warning messages. How can I optimize the system to reduce power consumption and ensure the display and sensor work efficiently, i have ensured correct power sequences, avoided immediate reinitialization after power on. But the `Sensor not responding a...
Solution:
i was able to this earlier today am passed this stage and have a different issue now
attachment 0

What Module Can I Use to Measure DC Voltages Up to 40V, or Should I Build a Voltage Divider?

Hello, all. I am doing a project in which I need to measure DC voltage up to 40V. I know that I could do a simple voltmeter using 2 resistors and a capacitor. However, I was looking to buy one module that could measure the voltage of this circuit since I am not experienced in this field. Do you know any type of product that can measure dc voltages up to 40 V. I have found the ZMPT101B but that is suited for AC. Or do you advise me to build a divider? Thanks....

The voltage of the RXD and TXD depends on the VCC pin, right?

Morning guys; I bought an HW-624 to connect to the console of my SBC and ESP. However, the "documentation" is anything but clear ... it's actually quite confusing. Here are my questions: -The voltage of the RXD and TXD depends on the VCC pin, right? If I put 3.3v on it, they will be at 3.3v and not 5v from the USB port, correct? -The RXD of the board goes to the RXD of the controller and the TXD to the TXD, right? Because the documentation on Aliexpress seems to say otherwise. Thank you....
Solution:
sometimes the voltage of the RXD and TXD is not dependent on the VCC power supply, you ought to confirm from the manufacturers datasheet. Sometimes VCC might be 3.3V and the RXD/TXD pins will be 1.8V i have seen this before. So always confirm this from the device documentation before you start work, least you blow up stuffs.

I want to build a 20A power supply

I want to build a 20A power supply
attachment 0

Has anyone experimented with the serial port on the Arduino Opta?

Question: has anyone experimented with the serial port on the Arduino Opta? On the Uno et al there are pins broken out as Rx and Tx, but I'm not sure the Opta has this functionality. One could probably do some sort of breakout with the USB-C port, but perhaps there is an easier way. I think it may have more than one serial port, available, but not certain.