Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi, here in the documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/board_support/processing_environments.html ) for the latest...
I have been trying to interface the Witmotion WT901 sensor with the nRF5340 using the I2C interface. I have previously run the exact code on the nRF52DK and it was working...
Due to the allocation of Flash resources, only 100KB ROM for the app , and if we use Keil, we will have about 20KB of margin for additional code development, but we have to...
I'm new to Zephyr and have inherited a project that uses the stm32 h747 disco board. The last build shows:
Memory region Used Size Region Size %age Used
FLASH: 363268...
I'm trying to download a largish file (~167KB) via HTTP/TCP/IPv6 but the modem crashes every time around the same point during the download. It's spits out error 122, which...
Hi,
I just ran into a strange issue and traced it back to a KCONFIG problem... It seems that if I have BOOTLOADER_MCUBOOT and SECURE_BOOT configured "y" I end up getting...
Hello,
I' have problem with CMAKE and Zephyr in VSC. Please, see following error:
[main] Building folder: blinky_13
[main] Configuring project: blinky_13
[proc...
hi,all
I Need add many characteristic with notify in one service,and I wish it can send notify to the phone once the phone enable cccd.
1.tx_handles can work,buf rx_handles...
Good day,
I am developing app by SDK 17.1.0, including ble_nus and ble_hid, I would like to imply fuction to switch between ble_nus and ble_hid, due to some difference configuration...
Hi!
I am trying to subscribe to the power management events that correspond to the following log lines (which I can clearly see in the log):
I have been trying with this...
Hello All,
I'm currently now on the initial phase of development and i wanna to stream 2xIMU data through SPI as for now if i connect only one IMU as Follow
P1.15 SCL...
Dear all and Nordic Staff:
I am learning about dynamic multiprotocols and found examples of dynamic multiprotocols for Thread and BLE in the "nRF5 SDK for Thread and Zigbee...
Due to the system design of our products, I am going to need to sideload any firmware update binaries. That is, my application code will handle receiving the update through...
Hi
I am using ncs v2.3.0, mesh chat example
I have used CONFIG_BT_CTLR_TX_PWR_PLUS_8 =y , and it works quiet well, now how can i implement CODED_PHY (long range) in this...