Member | Action | Date |
---|---|---|
![]() |
Replied
to
Read QRCode from firmware
Hi, The QR code can be read from the flash directly using C pointers. The QR code is stored in the physical location "0x0FE043EC" and is 90 bytes long. Regards, Tony |
1 day ago |
![]() |
Replied
to
Z-Wave Device Long Range setting
For end devices, you should set APP_FREQ to REGION_US_LR_END_DEVICE in config_app.h. Regards, Tony |
8 days ago |
![]() |
Selected an answer for
Si1133 How to detect daylight indoors in south facing room while ignoring artificial lights, using UV.
That sounds quite challenging as the sensor is not used for those type of applications. In fact, it's required to place the sensor facing upwards for UV measurements. You have to put a diffuser on top of the sensor as well. UV reading should be close to 0 (-5 to 5) in an indoor environment and at night. You can record a few days' data and see how much UV light you can receive coming through the window at daytime using our Si1153/33-OPT-EXP board. We have a reference design on that board. You can use the configuration for UV(diffuser) design in our software tools Si115x Programmer's Toolkit in your test. As far as detecting sunset vs sunrise, I don't think the sensor will be able to do that. Regards, Tony |
8 days ago |
![]() |
Posted
Potentiometer on EFR32BG22 on
qna
Hello For my project, I had to use a potentiometer on my EFR32xBG22 board.I found this code which I found interesting :https://github.com/SiliconLabs/peripheral_examples/tree/master/series2/iadc/iadc_single_16bit The problem I have is that I don't understand how it works. I only have a main. So, if anyone has used a potentiometer with this type of card before, I'd like some information on the code and then how to find a result. Thanks so much. Miléna.
|
12 days ago |
![]() |
Replied
to
How to increase the RPOX's distance with SI1151?
Hi, You can simply set the threshold and interrupts on Si1151 to detect objects. The sensor will interrupt the host whenever the sample reaches the threshold (there're 3 different threshold-based interrupt modes). When you build your prototype, you have to figure out what's the best threshold setting for your application during the test. Regards, Tony |
12 days ago |
![]() |
Replied
to
How to increase the RPOX's distance with SI1151?
Hi, 1. Each bit in the IRQENABLE register is assigned to its corresponding measurement channel. For example, if you set IRQENABLE to 0x01, you will receive the interrupt whenever channel 0's measurement is done. 2. You can increase the integration time setting to improve the detection distance. 3. That back-to-back measurement is done internally to cancel the ambient light noise. You don't have to do any post-processing of the outputs. Regards, Tony |
15 days ago |
![]() |
Replied
to
Test kit for new project
You can configure the radio to work in your region (921MHz) on a 700 series device. Here's a list of supported regions: https://www.silabs.com/wireless/z-wave/global-regions Regards, Tony |
16 days ago |
![]() |
Replied
to
Test kit for new project
Hi, SLWSTK6050A is obsolete and has been replaced with SLWSTK6050B : https://www.silabs.com/development-tools/wireless/z-wave/z-wave-700-starter-kit Regards, Tony |
16 days ago |
![]() |
Replied
to
Si1153: Clarification on LED power calculation
Yes, HW_GAIN=0. The basic operation of the sensor is explained in the datasheet. But I agree that the sensor's configuration should be clarified in the example in the app note.
Show more
|
16 days ago |
![]() |
Selected an answer for
Si1153: Clarification on LED power calculation
Hi, The LED on time is the same as the integration time which can be adjusted by both HW_GAIN and DECIM settings. 24.4us is the minimum setting (DECIM=3, HW_GAIN=0). I believe the KBA is referring to that setting. However, if DECIM is set to 0 (by default), the integration time will be 48.8us (HW_GAIN=). The application note uses that number as an example. Regards, Tony |
18 days ago |