Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
I have basically all my code disabled, all I do in main() is get a pointer to the "zephyr_console", suspend it and return.
This gives me an average power consumption of...
Hello,
I try to dfu with mcumgr but I feel like the download speed is a little slow. So I want to increase download speed. I think that mcumgr has the command to set boudrate...
Hello,
We are designing a board with a nrf5340 with a VDD of 1.8V.
The board is very small and it's complex to fit all the components on it.
We are thinking of removing...
Hello,
I was wondering if there is away to perform DFU using SPI without smp protocol or mcumgr from one nRF52840 to another? What I am trying to do is to send a firmware...
Hi,
We are trying to attain power optimization in our project, which uses the nRF5340 board. In our code we have implimented RTOS, BLE for data transfer and are using i2c...
Hi,
I encountered an issue since i upgraded nrfjrpog
My previous version was 10.13.0
And now is 10.24.2.
I have a batch file to program my device and until the upgrade...
We need very fast Wi-Fi transfer rates at times. I have been able to tune the code and Wi-Fi driver settings to get up to 30-35 Mbps which is great. But if I don't throttle...
Hi,
Added a function to the coap_client sample code that executes otInstanceFactoryReset by pressing a button and sets it to factory shipping mode. However, it appears that...
I'm developing a system where I want to connect simultaneously to different BLE and ANT+ sensors. I'm using the nRF5340 DK and I would like to be able to select which sensors...
I have a project that I'm pulling in code from multiple_adv_sets using v2.7.0 and sysbuild.
talks about the opcodes and status being in the spec? https://www.bluetooth...
Hello,
We are designing a board with a npm1300 and a nRF5340. A button is connected to npm1300 SHPHLD.
On short-press, we want the npm1300 to send an interrupt to the...
Hi team,
We tested the nRF7002 with the nRF5340 as the host. Now, our application needs to connect the nRF7002 Wi-Fi module with a custom microcontroller other than Nordic...
Hello,
I am trying to establish communication between the nRF9160 SoC and the nRF52840 on the Thingy:91. I have two arrays: one of 774 bytes and another of 8 bytes. Currently...
In the Wi-Fi Fundamentals Course, Lesson 2, Exercise 2 (step 7.2) I found that it is necessary to clear the bssid parameter in the wifi_connect_req_params structure. If it...