I am experimenting with sampling IQ at the payload in AoD mode. Are there any differences in the configuration of the receiver in AoA mode as seen in the direction finding...
In our application we using nrd5340-nrf7002, application flow is wakeup->wifi connect->NTP time get->TCP server connect->wifi shutdown->idle->wakeup..... We are encountering...
Hi
I am developing an application where I need to update the BD address for advertising after each disconnection and on reboot. I know Zephyr stack has the API bt_id_reset...
I am trying to send a variety of AT commands to my module and it looks like I am missing something or the documentation is not up to date for some of these:
If I try to...
Hi ,
I would like to use an external GPS active antenna on the nRF9151 EVB for testing (J2), does it disconnect the on board antenna GPS ? should I connect/disconnect any...
Hi,
I am trying to optimize my nrf52840 application for power consumption. If I run simple loop using nrf5 SDK i get ~1.2mA. However with similiar code on Zephyr: I get...
Hello everyone,
I'm having an issue with my nRF52840 Dongle. I can detect the device with nrfutil device list command, which shows:
> nrfutil device list DC1D9FD62EC5...
I use the nRF51422 with S310 stack and i found the nRF51422 power consumption are quite different after connection on different phones which run the Master Control Panel as...
I have written some code that uses the SPIS to transmit data. One of the bursts is constant, for example I have a fixed sequence to send using the SPIS and so if I define...
Hello.
I use nrf51822 EK and custom board.
I have to replace the bd address i can not be found in the ble_app_ibeacon_bcs source code.
Is it any way to fix the bd address...
Hi. I'm curious if there's a way to filter devices in the "Discovered Devices" list while scanning with MCP. We have a lot of BLE devices in our office, so the list is fairly...
Hello, I am looking for the way I can use PWM to control duty cycle of connection. I am really novice and my understanding about programming and Bluetooth protocol is really...
I'd like to use the pin sense function as the power switch of my NRF51822 device. That is to say, after the very first power cycle (reset or battery change), the device goes...
Hi everyone,
I am trying to learn nrf51822 using Keil,
I need a very simple program to learn such as:
function bluetoothhandle(value)
{
if(value=="test1")
{
bluetooth_write...
Hi,
I tried to combine BLE HRS & UART together on nrf51822. The service initialization code is
void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;...
Hi,
I am trying to get the PWM example ( github.com/.../nrf51-pwm-library) to work with a Softdevice (S110) that advertises.
There have been several Questions on the...
hi hakon, you told me to do " Try using the variable, for instance by setting "rx_info.rssi = rx_info.rssi;" in the callback and see if that helps." in the question i have...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
Hi, for some reason ADC_IRQHandler is never called for me.
It's fairly simple and a direct copy of the battery sensor example, so not sure what happened here.
is there...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
I am trying to get the proximity example to pair with Windows, but it fails, requesting me to refer to the manufacturer.
I am using gcc in Eclipse on Windows 8.1 desktop...