Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi, we recently purchased a Nordic Thingy 52 module and were trying to program it. We used a J-link recorder and a cable for the connection between the J-link and the Thingy...
I have installed CMSIS according to this
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.1.0%2Fsdk_config.html
documentation. After...
Hi Team,
One of my application needs the UART driver in both Interrupt and DMA mode for more data bytes transfer. No need of timeout operation or polling mode.
Can any...
Hello Nordic;
I use SDK 17.0.2 and gls example . We know for security in pairing, considered a password which that is randomly generated in SoftDevice and sent to UART....
I am having problems loading an existing project that I successfully built and ran in the past.
I open IDE from nRF Connect > Toolchain Manager > Open IDE
The SES opens...
Hi,
Our Nordic app is doing BLE<->SPI communication.
All works fine when running in debug mode with SEGGER IDE.
Once we run without the debugger running, the SPI transmits...
Any idea why I need to send write enable twice, without reading the status in between, to get the write latch set?
It doesn't work this way, but if I change "#if 0"...
Hi,
I'm using nrf52840 on a custom board and have a sensor connected over the pins P0.9 and P0.10
which are NFC pins that have been converted to GPIO by using macro (CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
which hex file shall i install for an LTE application ?
It is basically step 7 of this tutorial: infocenter.nordicsemi.com/index.jsp
I wanna have a LTE application...
I am trying to start developing on my nRF52833 DK using Segger embedded studios, but my board does not show up as a mounted device on my laptop (echoed by the fact that Segger...
Hi there.
I am attempting to do some reallife tests on the nrf52840, mainly focusing on long-range capabilities and performance between the DK and an iPhone XS. Are there...
Hello, I've seen several posts about this, but I'm a little hesitant to use older posts since you guys put out new and improved versions pretty quickly. We are using SDK 16...
nRF52832 on a nRF52DK connectivity_4.1.1_1m_with_s132_5.1.0.hex pc_ble_driver_py v0.14.2
Steps to reproduce: - connect to a peer device - discover services and attributes...
hello :
1)The packet format of NRF52832 2.4G is as follows, I would like to ask whether the 2.4G CRC can be turned off.
I use two boards PTX and PRX to transmit each...
Hello fellow developers,
I'm developing the Bluetooth Low Energy (BLE) app with my own functions. Now I would like to pack it as a standalone Electron App, which can be...