Hi Guys, I'd like to use a camera and MXChip. Is it possible to somehow add a physical camera to a device and then use it?
jyotendra sharma
@jyotendra
Thanks @IvanJobs that was helpful. That matches my thought process and after reading your comment I have decided to use top-down approach, beginning from choosing hardware that could be ported easily and then going with developer kit. ST Electronic's boards seems compatible with arduino, like iot-dev-kit - I think will give it a try first.
Ivan Jobs
@IvanJobs
@jyotendra You're welcome and totally agree with u.
Nicolas cumu
@NicolasCumu_twitter
Hello. I've a question about the AZ3166, what is the reference of the microphone ? I want to find the sensor datasheet, thanks
sushmeet sunger
@Sushmeet
Hello, noob question here but could the Jackson 5 library be able to be used on this iot kit.. thanks in advance
Owen Atkinson
@owenatkinson
Hey folks, just started with the dev kit and working through Azure's 'Getting Started' doc. Experiencing an issue when trying to upload code from VS Code to the dev kit from my MacBook. The guide explains that an ST-Link Driver isn't required for Mac OS, but it doesn't give me the option to select a Serial Port to communicate through on vs code. When I attempt to upload the code, vs code tells me to select a serial port but only gives me a dead button which has no function. help pls
JerryYang
@JerryYangKai
@owenatkinson Sorry about that. VScode has released some breaking changes in 1.43 so our serial port is broken. We are trying to fix it. You can downgrade to 1.42 for work around.
Owen Atkinson
@owenatkinson
@JerryYangKai cheers bud!
Tom Nelson
@Zeroshi
Hi, I'm having an issue connecting the serial port. I bought the MXChip microsoft IoT starter kit. I keep getting the exception, "No serial port was selected, please select a serial port first". I cannot find a way to actually set the port. I do have the v2 software installed as per the documentation.
JimJ
@jjosephs98
Yep, Resolved by downgrading VS Code to the Jan 2020 version 1.42.1. The Feb 2020 version 1.43 had a bug where the Serial/Com port (ST Link USB) was not working.
@Zeroshi@jjosephs98 Hi, we will release workbench 0.14.0 in this week and fix it.
Tom Nelson
@Zeroshi
That's great news. I got it to work by using the jan version. Thank you!
Owen Atkinson
@owenatkinson
Hey, anyone that's used the DevKitTranslator. I've tried increasing the max recording duration from 1.5 seconds but it seems to break it, is there another dependency that needs to be increased for it to work?
@NicolasCumu_twitter All circuit the block diagrams I've found seem to suggest so. They also mention 10ohm load in the Max Specs table. Be surprised if it dint have short circuit protection on the outputs. Nothing mentions any need of an addition output line driver or buffer.
Nicolas cumu
@NicolasCumu_twitter
thanks @PRIMETSS
Benjamin Cabé
@kartben
@Zeroshi@jjosephs98 1.43.2 fixes the issue with Arduino extension and access to serial port
Tom Nelson
@Zeroshi
great!! thank you!
Benjamin Cabé
@kartben
Oh well it's actually an update to the Arduino extension itself (v0.3.0) that fixed the bug, but anyhow :)
Tom Nelson
@Zeroshi
still stands. thank you for letting us know!
Albert
@pospospos2007
Hi guys I have a queston. Is there anyone using Azure iot edge. Im looking for a test framework to test our moudle . As u know the module is running as a container , it make us hard to troubleshoot the issue. Do you have any idea to test that?
Dilan Pauli
@DilanPauli_twitter
Hello, I am wondering if anyone has managed to get LTE going on this dev kit?
_
Yair Ivan Medina Cota
@yairi.medinac_gitlab
hello
Rajesh Reddy
@kanumuru
Hi Albert
Yes I am working on IOT Edge, how can
I help you, please let me know
Rajesh Reddy
@kanumuru
Hi Team, How many event hub endpoints I can create in Iot Hub ? Any information related to this is appreciated!
Albert
@pospospos2007
@kanumuru I hope to do a unit test for each container which writen in Python
DO you have any recommand framework to provide?
Albert
@pospospos2007
@kanumuru I think one eventhub endpoint is enough for any general case to use. Becasue u can define different routes in your deployment.template.json
Steve Silver
@steveell_twitter
Has anyone successfully connected the Dev board via usb into Visual Code? My Macbook recognizes the board but I cant get visual code to recognize the usb. There must be a setting somewhere?? Anyone? Thx!
3) I think the wrong box is red-outlined in this image (see arrows)
Tutorial was a great way to get introduced to MXChip and Iot Hub. Thanks!
Tayo Carvalhal
@lucarv
i need to set the system properties on the MXCHIP to make it work with Event Grid downstream. I could not find anywhere in the DevKitMQTTClient lib an API to do that. i see that this client wraps or reuses the iothub_device_client_ll, which can do that with IoTHubMessage_SetContentTypeSystemProperty and SetContentEncodingSystemProperty. Could someone push in the right direction here ?
Tayo Carvalhal
@lucarv
it turns out one can just drop the code from client_ll into the .ino file ;) All kudos to @kartben
saurin-tech
@saurin-tech
Does anyone know how to access telemetry data using python on the MXCHIP?
Alexandre Tostivint
@atostivint_twitter
Hello everyone ! I'm struggling a lot to pass the NTP time sync on the MXChip with my environment. It works on a mobile hotspot, i tried to change the ntp adresses in the code, i can't help to synchronize time on this chip... What else can i do ?
saurin-tech
@saurin-tech
Hi, does anyone know of a way to create a ssl/tls connection for AZ3166WiFiClient?
Mike Jenkins
@potatowave
Anyone been able to use any libraries to receive IR commands on the mxchip?
SatishBoddu
@SatishBoddu-MSFT
Hi, Do we have to generate new certificate every time when ever we push new updated code to AZ3166 Dev kit to get enrolled via DPS ? If I don't generate new X509 certificate with every new code push, then i am facing '{"errorCode":401002,"trackingId":"a7fa3cd5-4368-4f6d-9f0e-4217045c9f05","message":"Invalid certificate.","timestampUtc":"2020-06-18T04:22:44.9196535Z"}, Thanks in advance for any quick help!
nicolas-f
@nicolas-f
Hello. I'm writing a library for the MXChip but I would like to use mbed sin function as math.h sin function is awfully slow. Do you have a sample lib that use mbed somewhere ?
Benjamin Cabé
@kartben
@SatishBoddu-MSFT yes, the certificate that the MXChip presents to DPS/IoT Hub is effectively the signature of the actual binary, using the unique device secret as the key for signing. Therefore, everytime the binary code changes you will want to re-run the command line tool that can simulate the certificate that MXChip will automatically generate on the fly, and configure this cert in your DPS enrollment.