Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
I experience a very strange issue with UART.
When I try to send data via /dev/ttyACM0 device it looks like the characters sent are buffered and sent only upon the...
Hi! I am in the process of trying to install the Asset Tracker on my Thingy91. I have got it to work with nrfCloud and I am now trying to configure it to use the AWS backend...
I am using the nRF52 SDK : nRF5_SDK_17.0.2_d674dde
- When data are all ASCII-Hex (0x30) the code working fine
- Now I try to optimize code by changing to binary data....
I have been using the nRF52-DK for while and it been good.
But when I accidental hold the "BOOT/RESET" button, the board now stop working. only LEDs is blinking (per sec...
I would like to ask if someone from India ever used Thingy:91? Which SIM card is used or where to get the supported SIM card? How to get it working in India?
In VS Code, when pushing the " Connect To RTT In nRF Terminal " button, a message shows up:
J-Link V7.20 Device Selection The selected device "NRF52832_XXAA_REV2" is unknown...
Goodday all
Im trying to drive some Neopixel LEDs with 52840DK SDK_17.1.0. and have been following this example. https://devzone.nordicsemi.com/f/nordic-q-a/70560/nrfx_i2s...
I'm trying to install and run the nRF Command Line Tools, but am running into issues. I was able to successfully install the Linux32 version of the tools, but when I go to...
Hi
I am using nrf52840 and I want to use nrf_calendar example with app_ble_uart,
I am traying to send parameter from nrf toolbox uart app mobile
but I have no idea how...
Hi,
I am using nordic 52840 development kit along with sdk17.1
I am tried to use ble-uart example code to receive data from the app and based on the data i need to write...
I'm trying to follow the instructions to perform an OTA DFU for the Thingy 52.
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/dfu_generating.html...
I'm using SDK 1.7.0. Here's how I have the modem code setup.
Init modem outside of thread loop
Set modem at+ comman CFUN=1 (start searching for a tower)
Once +CEREG...
hi,
when I call 'mesh_stack_device_reset()' function from the application, then the bootloader goes into infinite loop.
exactly at the point int the main() -> init_clock...