First time poster, I'm working on a custom PCB with the NORA-W106-00B found on the Arduino Nano ESP32. There is a 2nH inductor on the 3.3V line next to the controller, this is the only part that did not arrive.
Is this component necessary? What are the implications of not including it on the board? Could I just put a big solder blob on top of it and call it a day?
Will most probably work without...
But may cause stability issues if other things are fed from the same supply or disturb other things fed from the same supply.
Make your own! Wind a single layer of fine insulated wire on a 1/4 or less resistor and solder the ends to the resistor leads. Install your 2nH inductor onto your board.
I think you are correct. That would either take a LOT of wire winding or use a ferrite slug with wire wound around it. Probably in the schematic for a real purpose, not decoration.
I think so. Like I said even short PCB traces that are thin can have that much inductance. Did you look at any of the NORA reference designs or app notes.
I used the ESP32 guidelines as well as the nora integration manual. Looking at the ESP32 Hardware Design Guidelines from Espressif the 2.0nH inductor is present as well. The following reasoning is below
I'm not sure if I entirely understand your question but it is for the power pin on the ESP32-S3 and appears again on the power pin of the NORA-W106-00B schematic
Based on the notes, the inductor is there to prevent OTHER devices from having problems generated by the microprocessor. If your other devices will not be bothered, then no need for the inductor.
The schematic you show for the ESP32 is for the IC and that should be of no concern for your design since you do not have direct access to the IC in the NORA module and you have no idea what is already inside the module
Here is somethoing else to consider, the NORA datasheet shows VDD_SPI as an output NOT a power input. So I again question the validity of those schematics.
Thank you for your help, I'm going to be building the board this morning. If everything works first try (I hope so) ill see if I have trouble with other devices.
The only other items on the board are a SPI TFT LCD Display, flash memory, LIPO charging circuit, and a microphone. I'll check if there's any issues with that...
I would maybe assume given all of the above that it was just copied into the Arduino design simply because it existed in the Espressif docs. But who am I to say that, I'll leave an update later today.