|
[Zephyr-devel] FW: support for NFFS file system 14 messages
#include <fs.h> void main( ) { fs_file_t *my_zfp; unsigned char ptr[32]; fs_open(my_zfp,"mesh.prv"); fs_write(my_zfp,"Hello World !! ",16); fs_read(my_zfp,ptr,32); fs_close(my_zfp); printk("%s",ptr);
#include <fs.h> void main( ) { fs_file_t *my_zfp; unsigned char ptr[32]; fs_open(my_zfp,"mesh.prv"); fs_write(my_zfp,"Hello World !! ",16); fs_read(my_zfp,ptr,32); fs_close(my_zfp); printk("%s",ptr);
|
By
Vikrant More
·
|
|
RPI 3 bluez recipe 2 messages
Hi Trying meshctl from latest bluez git checkout with latest raspbian on RPI 3, Failed to parse provide.json. Wondered how you successfully run on it. Can please share detailed instructions? Thanks!
Hi Trying meshctl from latest bluez git checkout with latest raspbian on RPI 3, Failed to parse provide.json. Wondered how you successfully run on it. Can please share detailed instructions? Thanks!
|
By
Hongjian Fan
·
|
|
(#BluetoothMesh) just binding APP-key allow SRV to process the message
Using #meshctl I gave following commands to BOARD_1 appkey-add 1 bind 0 1 1000 bind 0 1 1001 bind 0 1 1002 bind 0 1 1003 sub-add 0100 c000 1000 sub-add 0100 c001 1000 pub-set 0100 c000 1 0 5 1001 sub-
Using #meshctl I gave following commands to BOARD_1 appkey-add 1 bind 0 1 1000 bind 0 1 1001 bind 0 1 1002 bind 0 1 1003 sub-add 0100 c000 1000 sub-add 0100 c001 1000 pub-set 0100 c000 1 0 5 1001 sub-
|
By
Vikrant More
·
|
|
(#BluetoothMesh) just binding APP-key allow SRV to process the message
Using #meshctl I gave following commands to BOARD_1 appkey-add 1 bind 0 1 1000 bind 0 1 1001 bind 0 1 1002 bind 0 1 1003 sub-add 0100 c000 1000 sub-add 0100 c001 1000 pub-set 0100 c000 1 0 5 1001 sub-
Using #meshctl I gave following commands to BOARD_1 appkey-add 1 bind 0 1 1000 bind 0 1 1001 bind 0 1 1002 bind 0 1 1003 sub-add 0100 c000 1000 sub-add 0100 c001 1000 pub-set 0100 c000 1 0 5 1001 sub-
|
By
Vikrant More
·
|
|
Running ZTest for custom drivers on Boards. 4 messages
Hello All, I created a custom driver for one of our device on a board and wanted to write testcases for it. I can build the testcases by following other test driver folders like gpio or i2c , but thes
Hello All, I created a custom driver for one of our device on a board and wanted to write testcases for it. I can build the testcases by following other test driver folders like gpio or i2c , but thes
|
By dhguja@gmail.com
·
|
|
1-32khz sensor-sampling loop 2 messages
hi all, i'd like to sample a sensor (actually several sensors) in precise intervals at speeds up to 32khz. it seems timer and sleep functions only have millisecond resolution and I cannot busy wait. a
hi all, i'd like to sample a sensor (actually several sensors) in precise intervals at speeds up to 32khz. it seems timer and sleep functions only have millisecond resolution and I cannot busy wait. a
|
By nathan
·
|
|
Power Configuration of nrf52840
Hello everyone !!! I'm working with custom PCB of nrf52840. I need to set VDD voltage which is also GPIO high level voltage equals to 3.3V, otherwise it's 1.8V by default. How can I configure this? or
Hello everyone !!! I'm working with custom PCB of nrf52840. I need to set VDD voltage which is also GPIO high level voltage equals to 3.3V, otherwise it's 1.8V by default. How can I configure this? or
|
By
ashish.shukla@corvi.com
·
|
|
Buggy PWM driver for nRF52 5 messages
Hello World !! I've added following lines in my project main () pwm_dev = device_get_binding(PWM_DRIVER); if (!pwm_dev) { printk("Cannot find %s!\n", PWM_DRIVER); return; } while(1) { if(pwm_pin_set_u
Hello World !! I've added following lines in my project main () pwm_dev = device_get_binding(PWM_DRIVER); if (!pwm_dev) { printk("Cannot find %s!\n", PWM_DRIVER); return; } while(1) { if(pwm_pin_set_u
|
By
Vikrant More
·
|
|
[Zephyr-devel] Buggy PWM driver for nRF52 10 messages
Hi Vikrant, Please try the PWM without the BT Controller included. There could be some PWM regression due to changes in controller implementation. That said the nrf5_sw driver is software variant desi
Hi Vikrant, Please try the PWM without the BT Controller included. There could be some PWM regression due to changes in controller implementation. That said the nrf5_sw driver is software variant desi
|
By Chettimada, Vinayak Kariappa
·
|
|
Happy Gecko Support 5 messages
Hi, I'm new to Zephyr. Is it possible to use it for EFM32 Happy Gecko? (https://www.silabs.com/products/mcu/32-bit/efm32-happy-gecko) I see that it only supports Wonder Gecko. Thank you!
Hi, I'm new to Zephyr. Is it possible to use it for EFM32 Happy Gecko? (https://www.silabs.com/products/mcu/32-bit/efm32-happy-gecko) I see that it only supports Wonder Gecko. Thank you!
|
By Cosmin Mihai
·
|
|
[Zephyr-devel] (#BluetoothMesh) just binding APP-key allow SRV to process the message
I'm still waiting for reply. Is it bug or I'm doing something wrong ?
I'm still waiting for reply. Is it bug or I'm doing something wrong ?
|
By
Vikrant More
·
|
|
[Zephyr-devel] Power Configuration of nrf52840 7 messages
Hi So you must have supplied nRF52840 from VDDH pin – so it power regulator circuit works in high voltage mode. Then internal regulator generate the GPIO output voltage: You need to set UICR->REGOUT0
Hi So you must have supplied nRF52840 from VDDH pin – so it power regulator circuit works in high voltage mode. Then internal regulator generate the GPIO output voltage: You need to set UICR->REGOUT0
|
By
Puzdrowski, Andrzej
·
|
|
SFCB to save persistence data for
#bluetoothmesh
Hi Johan, Is SFCB better option than NFFS to save #BluetoothMesh's persistence data ? Will it help us in case of nRF51 series which has limited flash storage ? Thank You !! ---------- Forwarded messag
Hi Johan, Is SFCB better option than NFFS to save #BluetoothMesh's persistence data ? Will it help us in case of nRF51 series which has limited flash storage ? Thank You !! ---------- Forwarded messag
|
By
Vikrant More
·
|
|
Porting to Happy Gecko
Hi, What should I change within the project in order to make the microkernel to work for the happy gecko? I need a minimal change such that the microkernel works. Thank you
Hi, What should I change within the project in order to make the microkernel to work for the happy gecko? I need a minimal change such that the microkernel works. Thank you
|
By Cosmin Mihai
·
|
|
commit guidelines 2 messages
Hi all, According zephyr guideline below I need to include " SHA-id of the origin commit" on commit message. http://docs.zephyrproject.org/contribute/contribute_guidelines.html#commit-guidelines It is
Hi all, According zephyr guideline below I need to include " SHA-id of the origin commit" on commit message. http://docs.zephyrproject.org/contribute/contribute_guidelines.html#commit-guidelines It is
|
By Marcio Montenegro
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#bluetoothmesh
This is observation based on following configuration done by #meshctl. Two nRF52840-PDK boards has been used for it. For Board 1. after provisioning, I used following commands to configure it ********
This is observation based on following configuration done by #meshctl. Two nRF52840-PDK boards has been used for it. For Board 1. after provisioning, I used following commands to configure it ********
|
By
Vikrant More
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#bluetoothmesh
Hello World !! This is observation based on following configuration done by #meshctl. Two nRF52840-PDK boards has been used for it. For Board 1. after provisioning, I used following commands to config
Hello World !! This is observation based on following configuration done by #meshctl. Two nRF52840-PDK boards has been used for it. For Board 1. after provisioning, I used following commands to config
|
By
Vikrant More
·
|
|
Porting the kernel to happy gecko
In order to make the microkernel work on Happy Gecko do I have to replicate the zephyr/ext/hal/silabs/gecko/Device/SiliconLabs/EFM32WG folder to zephyr/ext/hal/silabs/gecko/Device/SiliconLabs/EFM32HG
In order to make the microkernel work on Happy Gecko do I have to replicate the zephyr/ext/hal/silabs/gecko/Device/SiliconLabs/EFM32WG folder to zephyr/ext/hal/silabs/gecko/Device/SiliconLabs/EFM32HG
|
By Cosmin Mihai
·
|
|
Securing BLE device Services & Characteristics from unauthorized user 2 messages
Hello World !! Suppose there is BLE device with following custom characteristics - 1. main 2. enc_text 3. plain_text 4. aes_key "enc_text" characteristic receives 16 bytes of encrypted string. "plain_
Hello World !! Suppose there is BLE device with following custom characteristics - 1. main 2. enc_text 3. plain_text 4. aes_key "enc_text" characteristic receives 16 bytes of encrypted string. "plain_
|
By
Vikrant More
·
|
|
Installing matrix library in c in zephyr
Hi everyone, I've to work with matrix operations, It's difficult to write my own functions correctly. Can someone suggest some workaround for the same? Is it possible to compile python code along with
Hi everyone, I've to work with matrix operations, It's difficult to write my own functions correctly. Can someone suggest some workaround for the same? Is it possible to compile python code along with
|
By
ashish.shukla@corvi.com
·
|