Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
After reviewing this thread https://devzone.nordicsemi.com/f/nordic-q-a/53743/zigbee-sdk-on-top-of-freertos I managed to get FreeRTOS working with ZigBee and BLE using the...
On the development boards, the JLink OB stops working after 24 days and needs to be disconnected to work again.
This affects at least the USB UART endpoint, but possible...
I have seen some situations where putting the modem into offline mode (CFUN=4) will cause my application to lock up because the at_cmd never returns. It looks like this is...
Hi, I am using Mesh SDK 4.0.0 and have couple of nRF52840 dev kits.
1) In light switch server example of Mesh SDK, is it possible to add more on_off data types to the server...
Hello I am trying to develop an application for advertising in SLOW mode.
Here is my Advertising Init function.
/**@brief Function for initializing the Advertising...
Can somebody help me out the reason behind below failure on thingy 91. I am building asset tracker example using west on command line. Following is the logs that i got after...
Hi,
I am working on the Thingy91 and trying to set up an event when the USB power state changes (USB cable w/power is plugged or unplugged). For now I will just blink...
Hi,
I changed the softdevice on the nRF52833 light client example from the S113 to the S140, but the program
hangs at startup before even enter the main loop (catched...
Hi ,
During the review, I came across the certification question. After some reading, I found some details.
This got me worried because it looks like it is a difficult...
I have found the example using nRF52833 in the latest SDK (ble_app_att_mtu_through....)
I am using Keil uVision 5.29.0 and I have downloaded the software packs 8.27.1, 8...
Hii,
Our input voltage to nrf52840 is 2 volt, we want to know whether 2 volt will be detected has low(0) or high(1) or undetermined state.we are using gpio pins (1,10) and...
Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
I want to add a global variable that would increase every time the timer handler is called. I can't get it to work with static, volatile, or even pass on as variable. the...
Dear all,
I am very new to BLE developments and Nordic product, I have purchased the nRF52840 dongle to have a feeling on the product ( I understand I should get the nRF52840...