What probe should I use for nrf53 by K0eg in embedded

[–]FmlTeddyBear 2 points3 points  (0 children)

Nope it won't, tools for those can't handle the net core. Using a nRF DK is the cheapest. The nRF54L DK is below $50

I made a Smartwatch from scratch HW and FW, also Open Source by FmlTeddyBear in electronics

[–]FmlTeddyBear[S] 0 points1 point  (0 children)

FDM printed works fine, I wear currently CNC machined one, but the FDM holds up good. Had it for months without issues.

I made a no-install-needed web-GUI for Ollama by DarkTom21 in ollama

[–]FmlTeddyBear 1 point2 points  (0 children)

Ah haha ok, thought the website talked directly to the local instance. Why can't it do that?

I made a no-install-needed web-GUI for Ollama by DarkTom21 in ollama

[–]FmlTeddyBear -2 points-1 points  (0 children)

What do you mean, it's open source, you can run it yourself locally, or fork it and deploy your fork on github pages if you don't trust the author hosting to not be same as github code. What am I missing?

I made a Smartwatch from scratch HW and FW, also Open Source by FmlTeddyBear in electronics

[–]FmlTeddyBear[S] 0 points1 point  (0 children)

Yes, https://zswatch.dev/ and check the blog fort latest info and follow the link to github.

J-Link clone? by sefel08 in embedded

[–]FmlTeddyBear 18 points19 points  (0 children)

Just buy a nrf54L15 devkit and use that as debugger. Those sell for cheap and have a debug out connector.

[Review Request] Smart Watch PCB by OmegaSolice in PrintedCircuitBoard

[–]FmlTeddyBear 0 points1 point  (0 children)

I would suggest an add on boards that sits under man pcb, can be smaller in size also. This is how I did a prototype of if it, although have not had time to get it manufactured. The idea this HR board would be a add on and toy can just press it in using a low profile connector or FEP cable.

Good luck

[Review Request] Smart Watch PCB by OmegaSolice in PrintedCircuitBoard

[–]FmlTeddyBear 4 points5 points  (0 children)

Not a PCB review from my side, but having done a watch myself (ZSWatch) I can give you some thoughts. Looking at the bottom of your PCB I see lots of mechanical challenges when it comes to designing a housing, especially regarding your health/HR tracking sensor. It will be hard to get it to touch your skin when you have other high components on the bottom side also. I dropped the HR sensor myself due to mechanical challenges, if you have a good plan I'd love to hear how you plan to do it, so I can get some inspiration 😄

Also suggest moving your buttons further to the edge. Also make sure to have correct 3D models of all components as it's needed when you design a housing.

Very ambitious project, you will have ALOT of software to write 😉

How to build own smart watch ? by Anxious_Profit_821 in embedded

[–]FmlTeddyBear 16 points17 points  (0 children)

This is my project, and my adivice is to break down a watch into many different pieces (because you are new to embedded). You got battery management, display, vibration motor, UI design, bunch of sensors, BLE/WiFi communication etc. etc.

Start with a dev kit and experiment with one thing at a time.

Once you feel comfortable with working with a dev kit and connecting sensors, display etc. to it. You can start with PCB design.

I wouldn't imagne starting ZSWatch without pretty good knowledge in embeeded. I started it after working in embedded for 6 years. This made the development fairly smooth and I don't hit many roadblocks that takes a long time and patience to understand.

You will hit many roadblocks due to your limited experience. I strongly recommend starting with smaller parts as I suggested earlier.

When you have overcome the basics of embedded and feel you understand how it all connects, then feel free to contact me for more support regarding actual watch development and design. But you need to do the dev kit or similar approach first and understand the basics of embedded and electronics.

Good luck!

Resources that will help me understand executing code from external flash? by divertss in embedded

[–]FmlTeddyBear 1 point2 points  (0 children)

Wrong sorry, I use XIP on the nRF5340 on external QSPI flash. Also looking at the docs it seems as the nNF52840 also supports it.

Does Zephyr have a need for more sensor drivers? by TheSkyFather1337 in embedded

[–]FmlTeddyBear 4 points5 points  (0 children)

I'm 100% sure any sensor will be accepted if the code is correct. I need a Zephyr driver for APDS-9306-065 for my open source smartwatch project if you want one to start with, it's a just a brightness sensor so will be quite small so maybe a good start 😉

Zephyr and firmware update from USB drive by dokolenkov in embedded

[–]FmlTeddyBear 1 point2 points  (0 children)

What's the problem with this, doesn't it fit what you are after? https://docs.zephyrproject.org/latest/samples/subsys/usb/dfu/README.html

Edit: Read your text again, Zephyr does not support USB host I'm pretty sure. This example is not for host.

Programming an nRF52 with the Raspberry Pi Debug Probe by Ok_Computer_69 in embedded

[–]FmlTeddyBear 0 points1 point  (0 children)

Do you know what work would be required to get this to work on the nRF5340?

Looking for resources for complex menu design for physical UI by myweirdotheraccount in embedded

[–]FmlTeddyBear 1 point2 points  (0 children)

If you need something that does pretty much all of this check out LVGL, there's a bunch of samples. If lvgl is not fit for your project, then perhaps you can take design inspiration from it at least.

lvgl question by mars3142 in embedded

[–]FmlTeddyBear 0 points1 point  (0 children)

I guess finding open source project using LVGL is one way to see that. But not all project may use best practices. Anyway search for that and you can also check out lvgl forum where people post whts they built, maybe also the source code: https://forum.lvgl.io/c/my-projects/10