Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...