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 We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
I would like to enable access protection on my device, ie no debugger or flash access. Going through the docs, it looks like I’d have to do a few registers to get access protection...
Hi
I'm new to zigbee programming, but as i understand it is possible to make a zigbee mesh with routers only to decentralize to network.
I have tried to start with a...
Hi,
The most recent version of nRF Toolbox v5.0.4 for iOS cannot see or connect any of my devices (nrf52832, SDK 15.3.0, s132_6.1.1) in the NUS/UART section of the app...
I've recently update to 1.6.1.
I'm testing with SLM, only modification is using UART2 to support communication with an external mcu on another board.
HTTP client interface...
I'm currently trying to send a HTTP body payload that includes "\r\n" in the data payload. I'm getting an "OK" response before I have sent the complete payload.
The problem...
Hi,
I use the nRF52832 with SDK14 and no softdevice.
The MISO on oscilloscope is correct but value in the receive buffer is wrong (can be any value). Unfortunately...
Hello,
Sometimes we don't get a fix when seeing 6 satellites with highest 27dB and lowest 18dB signal strength. And sometimes we are able to get a fix with a GPS fix even...
Hello,
I use NRF52832 with SDK 17.0.2.
I run app timer and pwm driver independently ok.
I merged App timer with PWM Driver. But only PWM run, I can't make app timer...
Hi There,
Now, I want to supply energy on the board with external power. As to say, I cannot supply power on the board by USB. In this condition, can I connect the board...
Hello,
Im New to Nrf51822 im trying with Nrf51822 dfu bootloader dual and single in sdk51 . But after compiling the ble not showing in Nrf connect at all. Whats the IROM...
In BLE Central Example like HRS and RSCS,
Central has Enabled the notification when event handler find Case : BLE_RSCS/HRS_C_EVT_DISCOVERY_COMPLETE.
But what if we want...
Hi,
I am working with ppg sensor to calculate heart rate and spo2. I collected data and printed it on RTT for first cycle values are printing on RTT. But after collecting...
When I debug the twi_scanner_pca example , it gets stuck at .thumb_func .weak HardFault_Handler HardFault_Handler: b . On my NRF DK2 everything is fine, on my rigado eval...
Hi, I am trying to compile and run the ble-pc-driver tests but am struggling.
My best guess based on the documentation is that I am specifying something wrong when configuring...
Hi,
I am performing some evaluation on the low power capabilities of the nRF5340 using the DK and the PPK v1.
I have written a really basic BLE Peripheral Application...