Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
Hey,
I am having an issue where my device doesn't show up in the Nrf Connect app as "connectable" despite as far as I can tell being set as a connectable device. This doesn...
"I'm working with nRF Connect SDK v2.2.0 for nrf52840 and I'm trying to implement file transfer functionality using mcumgr over UART in Application. I've successfully configured...
Hello,
I want to run mass storage on my custom board with the nRF52833 and W25Q512JVEIQ. I have reviewed the mass storage sample (ncs\v2.7.0\zephyr\samples\subsys\usb\mass...
Hi all , I 'm using nRF Kconfig and DeviceTree extension in VSCode . When I try to activate context , dropdown menu doesn 't offer any options . Are there any additional configuration...
Hi I want to run an epaper with the nRF52832 therefore is SPI needed. Board file was generated from scratch. In the devicetree I added the SPI modul and a epaper modul, which...
Hi,
I want to create my own bootloader for the nrf52810. If i don't want to update my softdevice i just put my bootloader code just after my softdevice.
But it is not...
Hi everyone, I am wondering if there exist any list of Known Issues for SoftDevice S130 v2.0.1. I looked into the release notes published in PDF along with the hex files,...
Hi
I have a question about the new chip nRF52811, it supports AoA direction finding, but it doesn't support Bluetooth mesh?
There's no chip can support both AoA and mesh...
Hello,
I am using the nRF24L01 + circuit on a PCB made according to reference design.
Can I use a 0.5 or 0.6 mm thick PCB? Reference design is made on 1.6mm PCB thick.
I'd like to sniff the BT packets between a remote control and a bed (which is controlled through BT4.2), in order to control the bed through an android application.
Can...
I am using uart to transfer data in a while loop, and it works fine. Now I want CPU to go to sleep mode with sd_app_evt_wait(), and CPU to be waken up via Button then receive...
Hello
I'm working on Smart Remote custom board, which is based on nRF52832.
My Setup is running very well but only when RTT Viewer is connected.(and advertising led is...
I am using the TWI peripheral and want the clock frequency to be 400kHz.
In the data sheet it says for the register setting: 0x06680000 = 400kbps (actual rate 410.256 kps...
Hello All,
I am Facing issue in advertising custom board NRF52810.
I am trying to do the led blinking program on above board.
Using the SDK 15.3 with S112 . The hex...
In Nrf5 sdk V15 their is a micro
ticks = APP_TIMER_TICKS (MS);
My question is what is the maximum value of ms which can be used as input.
the same question goes to the...
Hi, I'm looking for information about duration of peak current on BLE and NFC mode on nRF52840.
Do someone have any answers ?
I saw that peak current on NFC is 80mA max...
Hi
I am using SDK12 with NRF51822,
So far I haven’t initialized the sys_evt_handler ( softdevice_sys_evt_handler_set(sys_evt_dispatch) ) And my program works fine, ...
Hi,
Would you please tell me which timer had been used by ESB and app_timer_init() function?
Which register can I get the current timer count value of above timer?
...
Hi is there an available tutorial for adding multiple custom services for SDK v12 or SDK v15? I've managed to successfully create & use one custom service using bjornspockeli...
Hi,
I'm new to BLE mesh SDK and I'm trying to explore available feature.
I'm referring to Generic on/off application and I would like to increase/ change the advertisement...